Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed May 10, 2024
1 parent 943849f commit 1f4755c
Show file tree
Hide file tree
Showing 8 changed files with 2,109 additions and 1,624 deletions.
5 changes: 5 additions & 0 deletions .changeset/yellow-weeks-provide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bicou/nuxt-urql": patch
---

dependencies upgrade
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.12.1
20.13.1
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@nuxt-themes/docus": "^1.15.0",
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue": "^3.4.27",
"vue-router": "^4.3.2"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,29 @@
},
"dependencies": {
"@nuxt/kit": "^3.11.2",
"@urql/core": "^5.0.0",
"@urql/vue": "^1.1.3"
"@urql/core": "^5.0.3",
"@urql/vue": "^1.2.0"
},
"devDependencies": {
"@bicou/countries-server-schema": "^1.4.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@nuxt/eslint-config": "^0.3.4",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/eslint-config": "^0.3.12",
"@nuxt/module-builder": "^0.6.0",
"@nuxt/schema": "^3.11.2",
"@nuxt/test-utils": "^3.12.0",
"@types/node": "^20.12.7",
"@urql/exchange-execute": "^2.2.2",
"@nuxt/test-utils": "^3.12.1",
"@types/node": "^20.12.11",
"@urql/exchange-execute": "^2.3.0",
"defu": "^6.1.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.2.3",
"eslint-plugin-jsdoc": "^48.2.4",
"eslint-plugin-prettier": "^5.1.3",
"graphql": "^16.8.1",
"nuxt": "^3.11.2",
"prettier": "^3.2.5",
"vitest": "^1.4.0"
"vitest": "^1.6.0"
},
"peerDependencies": {
"defu": "^6.1.2",
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"dependencies": {
"@bicou/nuxt-urql": "workspace:*",
"@urql/exchange-graphcache": "^7.0.1",
"@urql/exchange-graphcache": "^7.1.0",
"graphql": "^16.8.1"
},
"devDependencies": {
Expand All @@ -22,14 +22,14 @@
"@graphql-codegen/urql-introspection": "^3.0.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@picocss/pico": "^2.0.6",
"@types/node": "^20.12.7",
"@types/node": "^20.12.11",
"dotenv": "^16.4.5",
"graphql-config": "^5.0.3",
"nuxt": "^3.11.2",
"sass": "^1.74.1",
"typescript": "^5.4.4",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"sass": "^1.77.0",
"typescript": "^5.4.5",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"version": null
}
Loading

0 comments on commit 1f4755c

Please sign in to comment.