Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Mar 18, 2024
1 parent e0eb120 commit c6bc745
Show file tree
Hide file tree
Showing 5 changed files with 1,935 additions and 2,941 deletions.
5 changes: 5 additions & 0 deletions .changeset/friendly-planes-protect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bicou/nuxt-urql": patch
---

upgrade dependencies
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.10.1",
"vue": "^3.4.16",
"vue-router": "^4.2.5"
"nuxt": "^3.11.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"release": "changeset publish"
},
"dependencies": {
"@nuxt/kit": "^3.10.1",
"@urql/core": "^4.2.3",
"@nuxt/kit": "^3.11.0",
"@urql/core": "^4.3.0",
"@urql/vue": "^1.1.2"
},
"devDependencies": {
Expand All @@ -46,26 +46,26 @@
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.10.1",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.11.16",
"@nuxt/schema": "^3.11.0",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.11.28",
"@urql/exchange-execute": "^2.2.2",
"defu": "^6.1.4",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.0.6",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-prettier": "^5.1.3",
"graphql": "^16.8.1",
"nuxt": "^3.10.1",
"nuxt": "^3.11.0",
"prettier": "^3.2.5",
"vitest": "^1.2.2"
"vitest": "^1.4.0"
},
"peerDependencies": {
"defu": "^6.1.2",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
"packageManager": "pnpm@8.14.1",
"packageManager": "pnpm@8.15.5",
"publishConfig": {
"access": "public"
}
Expand Down
24 changes: 12 additions & 12 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,29 +7,29 @@
},
"dependencies": {
"@bicou/nuxt-urql": "workspace:*",
"@urql/exchange-graphcache": "^6.4.1",
"@urql/exchange-graphcache": "^6.5.0",
"graphql": "^16.8.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/schema-ast": "^4.0.2",
"@graphql-codegen/typed-document-node": "^5.0.4",
"@graphql-codegen/typescript": "^4.0.4",
"@graphql-codegen/typescript-operations": "^4.1.2",
"@graphql-codegen/typed-document-node": "^5.0.6",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-urql": "^4.0.0",
"@graphql-codegen/typescript-urql-graphcache": "^3.1.0",
"@graphql-codegen/urql-introspection": "^3.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@picocss/pico": "^2.0.3",
"@types/node": "^20.11.16",
"dotenv": "^16.4.1",
"@picocss/pico": "^2.0.6",
"@types/node": "^20.11.28",
"dotenv": "^16.4.5",
"graphql-config": "^5.0.3",
"nuxt": "^3.10.1",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vue": "^3.4.16",
"vue-router": "^4.2.5"
"nuxt": "^3.11.0",
"sass": "^1.72.0",
"typescript": "^5.4.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"version": null
}
Loading

0 comments on commit c6bc745

Please sign in to comment.