Skip to content

Commit

Permalink
chore(deps): update dependency @urql/exchange-graphcache to v7 (#677)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @urql/exchange-graphcache to v7

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Dec 14, 2024
1 parent 0edb4bf commit d769783
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@graphql-codegen/typescript-urql-graphcache": patch
---
dependencies updates:
- Updated dependency [`@urql/exchange-graphcache@^5.2.0 || ^6.0.0 || ^7.0.0` ↗︎](https://www.npmjs.com/package/@urql/exchange-graphcache/v/5.2.0) (from `^5.2.0 || ^6.0.0`, in `peerDependencies`)
2 changes: 1 addition & 1 deletion packages/plugins/typescript/urql-graphcache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"peerDependencies": {
"@urql/exchange-graphcache": "^5.2.0 || ^6.0.0",
"@urql/exchange-graphcache": "^5.2.0 || ^6.0.0 || ^7.0.0",
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0",
"graphql-tag": "^2.0.0"
},
Expand Down

0 comments on commit d769783

Please sign in to comment.