Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Feb 8, 2024
1 parent 3e07796 commit 9dbcd90
Show file tree
Hide file tree
Showing 8 changed files with 1,925 additions and 1,590 deletions.
5 changes: 5 additions & 0 deletions .changeset/smart-pots-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@bicou/nuxt-urql": patch
---

upgrade dependencies
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand All @@ -23,7 +23,7 @@ jobs:
- run: pnpm -w add @microsoft/eslint-formatter-sarif
- run: pnpm eslint . --format @microsoft/eslint-formatter-sarif --output-file eslint-results.sarif
continue-on-error: true
- uses: github/codeql-action/upload-sarif@v2
- uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: eslint-results.sarif
wait-for-processing: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v3

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
Expand Down
4 changes: 2 additions & 2 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.9.3",
"vue": "^3.4.14",
"nuxt": "^3.10.1",
"vue": "^3.4.16",
"vue-router": "^4.2.5"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"release": "changeset publish"
},
"dependencies": {
"@nuxt/kit": "^3.9.3",
"@nuxt/kit": "^3.10.1",
"@urql/core": "^4.2.3",
"@urql/vue": "^1.1.2"
},
Expand All @@ -46,19 +46,19 @@
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.9.3",
"@nuxt/test-utils": "^3.10.0",
"@types/node": "^20.11.5",
"@nuxt/schema": "^3.10.1",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^20.11.16",
"@urql/exchange-execute": "^2.2.2",
"defu": "^6.1.4",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-jsdoc": "^48.0.6",
"eslint-plugin-prettier": "^5.1.3",
"graphql": "^16.8.1",
"nuxt": "^3.9.3",
"prettier": "^3.2.4",
"vitest": "^1.2.1"
"nuxt": "^3.10.1",
"prettier": "^3.2.5",
"vitest": "^1.2.2"
},
"peerDependencies": {
"defu": "^6.1.2",
Expand Down
20 changes: 10 additions & 10 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
},
"dependencies": {
"@bicou/nuxt-urql": "workspace:*",
"@urql/exchange-graphcache": "^6.4.0",
"@urql/exchange-graphcache": "^6.4.1",
"graphql": "^16.8.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/schema-ast": "^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/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/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": "^1.5.11",
"@types/node": "^20.11.5",
"dotenv": "^16.3.1",
"@types/node": "^20.11.16",
"dotenv": "^16.4.1",
"graphql-config": "^5.0.3",
"nuxt": "^3.9.3",
"nuxt": "^3.10.1",
"sass": "^1.70.0",
"typescript": "^5.3.3",
"vue": "^3.4.14",
"vue": "^3.4.16",
"vue-router": "^4.2.5"
},
"version": null
Expand Down
Loading

0 comments on commit 9dbcd90

Please sign in to comment.