Skip to content

Commit

Permalink
Upgrade dependencies especially nuxt to 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
devbyray committed Jun 27, 2024
1 parent 64e35de commit 5a4ea86
Show file tree
Hide file tree
Showing 2 changed files with 2,744 additions and 1,939 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,27 +31,27 @@
"release": "standard-version --prerelease alpha && git push --follow-tags && pnpm publish --tag next"
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@nuxt/kit": "^3.10.3",
"@apollo/client": "^3.10.7",
"@nuxt/kit": "^3.12.2",
"@rollup/plugin-graphql": "^2.0.4",
"@vue/apollo-composable": "^4.0.1",
"@vue/apollo-composable": "^4.0.2",
"@vue/apollo-option": "^4.0.0",
"defu": "^6.1.4",
"destr": "^2.0.3",
"graphql": "^16.8.1",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.6",
"graphql-ws": "^5.15.0",
"jiti": "^1.21.0",
"graphql-ws": "^5.16.0",
"jiti": "^1.21.6",
"ohash": "^1.1.3"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.3",
"@nuxt/ui": "^2.14.1",
"@nuxt/schema": "^3.12.2",
"@nuxt/ui": "^2.17.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@types/node": "^20.11.24",
"@types/node": "^20.14.9",
"eslint": "^8.57.0",
"nuxt": "^3.10.3"
"nuxt": "^3.12.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 5a4ea86

Please sign in to comment.