Skip to content

Commit

Permalink
chore: update nuxt
Browse files Browse the repository at this point in the history
  • Loading branch information
Diizzayy committed Nov 16, 2022
1 parent f4ddad9 commit 9d697db
Show file tree
Hide file tree
Showing 5 changed files with 855 additions and 895 deletions.
2 changes: 1 addition & 1 deletion examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@nuxt/ui": "latest",
"nuxt": "3.0.0-rc.13",
"nuxt": "latest",
"nuxt-graphql-client": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/multi-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@nuxt/ui": "latest",
"nuxt": "3.0.0-rc.13",
"nuxt": "latest",
"nuxt-graphql-client": "latest"
}
}
2 changes: 1 addition & 1 deletion examples/starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@nuxt/ui": "latest",
"nuxt": "3.0.0-rc.13",
"nuxt": "latest",
"nuxt-graphql-client": "0.2.10-edge.5db617e"
}
}
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@graphql-codegen/typescript": "^2.8.1",
"@graphql-codegen/typescript-graphql-request": "^4.5.8",
"@graphql-codegen/typescript-operations": "^2.5.6",
"@nuxt/kit": "3.0.0-rc.13",
"@nuxt/kit": "latest",
"defu": "^6.1.0",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
Expand All @@ -59,16 +59,13 @@
},
"devDependencies": {
"@nuxt/module-builder": "latest",
"@nuxt/test-utils": "3.0.0-rc.13",
"@nuxt/test-utils": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"@vitest/coverage-c8": "^0.25.1",
"eslint": "^8.27.0",
"nuxt": "^3.0.0-rc.13",
"nuxt": "latest",
"vitest": "^0.25.1"
},
"resolutions": {
"@vueuse/head": "1.0.0-rc.14"
},
"packageManager": "pnpm@7.14.2",
"pnpm": {
"patchedDependencies": {
Expand Down
Loading

0 comments on commit 9d697db

Please sign in to comment.