Skip to content

Commit

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

* 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] committed Jul 1, 2024
1 parent d6987bd commit c6f3900
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-yoga_urql-exchange-3345-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-yoga/urql-exchange': patch
---
dependencies updates:
- Updated dependency [`@urql/core@^5.0.0` ↗︎](https://www.npmjs.com/package/@urql/core/v/5.0.0)
(from `^3.0.0 || ^4.0.0`, in `peerDependencies`)
4 changes: 2 additions & 2 deletions packages/client/urql-exchange/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"check": "tsc --pretty --noEmit"
},
"peerDependencies": {
"@urql/core": "^3.0.0 || ^4.0.0",
"@urql/core": "^5.0.0",
"graphql": "^15.2.0 || ^16.0.0",
"wonka": "^6.0.0"
},
Expand All @@ -53,7 +53,7 @@
"tslib": "^2.5.2"
},
"devDependencies": {
"@urql/core": "4.0.10",
"@urql/core": "5.0.4",
"graphql-yoga": "workspace:*",
"wonka": "6.3.2"
},
Expand Down
24 changes: 12 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6f3900

Please sign in to comment.