Skip to content

Commit

Permalink
chore(deps): update dependency @urql/core to v4 (#411)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @urql/core to v4

* 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 Apr 6, 2023
1 parent d6d5b4d commit b1ed7a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/@graphprotocol_client-urql-411-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@graphprotocol/client-urql': patch
---
dependencies updates:
- Updated dependency [`@urql/core@^2.4.0 || ^3.0.0 || ^4.0.0` ↗︎](https://www.npmjs.com/package/@urql/core/v/2.4.0) (from `^2.4.0 || ^3.0.0`, in `peerDependencies`)
2 changes: 1 addition & 1 deletion packages/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"peerDependencies": {
"graphql": "^15.2.0 || ^16.0.0",
"@urql/core": "^2.4.0 || ^3.0.0"
"@urql/core": "^2.4.0 || ^3.0.0 || ^4.0.0"
},
"type": "module"
}

0 comments on commit b1ed7a6

Please sign in to comment.