Skip to content

Commit

Permalink
fix: upgrade to nuxt 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Jun 23, 2023
1 parent f773eb9 commit fc94861
Show file tree
Hide file tree
Showing 4 changed files with 2,112 additions and 1,646 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "nuxi preview"
},
"devDependencies": {
"@nuxt-themes/docus": "^1.12.0",
"nuxt": "^3.5.2"
"@nuxt-themes/docus": "^1.12.3",
"nuxt": "^3.6.0"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,31 +36,31 @@
"release": "semantic-release"
},
"dependencies": {
"@nuxt/kit": "^3.5.2",
"@urql/core": "^4.0.8",
"@nuxt/kit": "^3.6.0",
"@urql/core": "^4.0.10",
"@urql/vue": "^1.1.2"
},
"devDependencies": {
"@bicou/countries-server": "^1.2.2",
"@bicou/countries-server": "^1.3.3",
"@bicou/semantic-release": "^1.0.1",
"@graphql-eslint/eslint-plugin": "^3.19.1",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.5.2",
"@nuxt/test-utils": "^3.5.2",
"@types/node": "^18.16.16",
"@nuxt/schema": "^3.6.0",
"@nuxt/test-utils": "^3.6.0",
"@types/node": "^18.16.18",
"@urql/exchange-execute": "^2.2.2",
"changelogen": "^0.5.3",
"defu": "^6.1.2",
"eslint": "^8.41.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-tsdoc": "^0.2.17",
"graphql": "^16.6.0",
"nuxt": "^3.5.2",
"graphql": "^16.7.1",
"nuxt": "^3.6.0",
"prettier": "^2.8.8",
"semantic-release": "^21.0.2",
"vitest": "^0.31.3",
"semantic-release": "^21.0.5",
"vitest": "^0.32.2",
"vue": "^3.3.4"
},
"peerDependencies": {
Expand Down
18 changes: 9 additions & 9 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@
},
"dependencies": {
"@bicou/nuxt-urql": "workspace:*",
"@urql/exchange-graphcache": "^6.1.1",
"graphql": "^16.6.0"
"@urql/exchange-graphcache": "^6.1.4",
"graphql": "^16.7.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^4.0.0",
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/typed-document-node": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.0",
"@graphql-codegen/typescript-operations": "^4.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-urql": "^3.7.3",
"@graphql-codegen/typescript-urql-graphcache": "^2.4.5",
"@graphql-codegen/urql-introspection": "^2.2.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@picocss/pico": "^1.5.10",
"@types/node": "^18.16.16",
"sass": "^1.62.1",
"@types/node": "^18.16.18",
"sass": "^1.63.6",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
"typescript": "^5.1.3"
}
}
Loading

0 comments on commit fc94861

Please sign in to comment.