Skip to content

Commit 0d153ba

Browse files
fix(deps): update dependency urql to v5
1 parent 50129c3 commit 0d153ba

2 files changed

Lines changed: 8 additions & 15 deletions

File tree

examples/react/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"react": "^19.0.0",
1515
"react-dom": "^19.0.0",
16-
"urql": "^3.0.0"
16+
"urql": "^5.0.0"
1717
},
1818
"devDependencies": {
1919
"@graphql-codegen/cli": "^6.3.0",

yarn.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5315,13 +5315,6 @@
53155315
d3-selection "^3.0.0"
53165316
d3-transition "^3.0.1"
53175317

5318-
"@urql/core@^3.2.0":
5319-
version "3.2.2"
5320-
resolved "https://registry.yarnpkg.com/@urql/core/-/core-3.2.2.tgz#2a44015b536d72981822f715c96393d8e0ddc576"
5321-
integrity sha512-i046Cz8cZ4xIzGMTyHZrbdgzcFMcKD7+yhCAH5FwWBRjcKrc+RjEOuR9X5AMuBvr8c6IAaE92xAqa4wmlGfWTQ==
5322-
dependencies:
5323-
wonka "^6.1.2"
5324-
53255318
"@urql/core@^6.0.1":
53265319
version "6.0.1"
53275320
resolved "https://registry.yarnpkg.com/@urql/core/-/core-6.0.1.tgz#df2e3d606e4d1da2655a78cd78e7b84af4b95cee"
@@ -15052,13 +15045,13 @@ urlpattern-polyfill@^10.0.0:
1505215045
resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz#1b2517e614136c73ba32948d5e7a3a063cba8e74"
1505315046
integrity sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==
1505415047

15055-
urql@^3.0.0:
15056-
version "3.0.4"
15057-
resolved "https://registry.yarnpkg.com/urql/-/urql-3.0.4.tgz#f73dbd2e5b134b7328c14d5b8ab1f93f93db8990"
15058-
integrity sha512-okmQKQ9pF4t8O8iCC5gH9acqfFji5lkhW3nLBjx8WKDd2zZG7PXoUpUK19VQEMK87L6VFBOO/XZ52MMKFEI0AA==
15048+
urql@^5.0.0:
15049+
version "5.0.2"
15050+
resolved "https://registry.yarnpkg.com/urql/-/urql-5.0.2.tgz#f15b175b109080bf9ffe1bc46617edfecba5f7a6"
15051+
integrity sha512-hiBR9GNbMPMZpv9Yd40EMCc94d8eAkGcmt5jcrKVfp26ScjluAQLCEKetJ4SXLy5DJG59Y6gbuA+2yquzh20/w==
1505915052
dependencies:
15060-
"@urql/core" "^3.2.0"
15061-
wonka "^6.0.0"
15053+
"@urql/core" "^6.0.1"
15054+
wonka "^6.3.2"
1506215055

1506315056
use-isomorphic-layout-effect@^1.2.0:
1506415057
version "1.2.1"
@@ -15472,7 +15465,7 @@ widest-line@^4.0.1:
1547215465
dependencies:
1547315466
string-width "^5.0.1"
1547415467

15475-
wonka@^6.0.0, wonka@^6.1.2, wonka@^6.3.2:
15468+
wonka@^6.3.2:
1547615469
version "6.3.6"
1547715470
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.6.tgz#a70e2e54ed6aaa8e20bb57d916166cdc3d385f2d"
1547815471
integrity sha512-MXH+6mDHAZ2GuMpgKS055FR6v0xVP3XwquxIMYXgiW+FejHQlMGlvVRZT4qMCxR+bEo/FCtIdKxwej9WV3YQag==

0 commit comments

Comments
 (0)