Skip to content

Commit 528819f

Browse files
authored
fix: update nuxt
1 parent 1aa49b6 commit 528819f

File tree

3 files changed

+1125
-1087
lines changed

3 files changed

+1125
-1087
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,24 +43,24 @@
4343
"prepare": "nuxt-module-build --stub && nuxi prepare playground"
4444
},
4545
"dependencies": {
46-
"@graphql-codegen/cli": "^2.11.6",
46+
"@graphql-codegen/cli": "^2.12.0",
4747
"@graphql-codegen/typescript": "^2.7.3",
48-
"@graphql-codegen/typescript-graphql-request": "^4.5.3",
48+
"@graphql-codegen/typescript-graphql-request": "^4.5.4",
4949
"@graphql-codegen/typescript-operations": "^2.5.3",
50-
"@nuxt/kit": "^3.0.0-rc.7",
51-
"defu": "^6.0.0",
52-
"graphql": "^16.5.0",
53-
"graphql-request": "^4.3.0",
50+
"@nuxt/kit": "^3.0.0-rc.9",
51+
"defu": "^6.1.0",
52+
"graphql": "^16.6.0",
53+
"graphql-request": "^5.0.0",
5454
"ohash": "^0.1.5",
5555
"scule": "^0.3.2"
5656
},
5757
"devDependencies": {
5858
"@nuxt/module-builder": "latest",
59-
"@nuxt/test-utils": "latest",
59+
"@nuxt/test-utils": "^3.0.0-rc.9",
6060
"@nuxtjs/eslint-config-typescript": "latest",
61-
"eslint": "latest",
62-
"nuxt": "^3.0.0-rc.7",
63-
"vitest": "latest"
61+
"eslint": "^8.23.0",
62+
"nuxt": "^3.0.0-rc.9",
63+
"vitest": "^0.22.1"
6464
},
6565
"resolutions": {
6666
"nuxt-graphql-client": "link:."

0 commit comments

Comments
 (0)