Skip to content

Commit 2446c3d

Browse files
fix(deps): update dependency urql to v5
1 parent 02b50ff commit 2446c3d

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

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.2.1",

yarn.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5636,13 +5636,6 @@
56365636
d3-selection "^3.0.0"
56375637
d3-transition "^3.0.1"
56385638

5639-
"@urql/core@^3.2.0":
5640-
version "3.2.2"
5641-
resolved "https://registry.yarnpkg.com/@urql/core/-/core-3.2.2.tgz#2a44015b536d72981822f715c96393d8e0ddc576"
5642-
integrity sha512-i046Cz8cZ4xIzGMTyHZrbdgzcFMcKD7+yhCAH5FwWBRjcKrc+RjEOuR9X5AMuBvr8c6IAaE92xAqa4wmlGfWTQ==
5643-
dependencies:
5644-
wonka "^6.1.2"
5645-
56465639
"@urql/core@^6.0.1":
56475640
version "6.0.1"
56485641
resolved "https://registry.yarnpkg.com/@urql/core/-/core-6.0.1.tgz#df2e3d606e4d1da2655a78cd78e7b84af4b95cee"
@@ -15671,13 +15664,13 @@ urlpattern-polyfill@^10.0.0:
1567115664
resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz#1b2517e614136c73ba32948d5e7a3a063cba8e74"
1567215665
integrity sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==
1567315666

15674-
urql@^3.0.0:
15675-
version "3.0.4"
15676-
resolved "https://registry.yarnpkg.com/urql/-/urql-3.0.4.tgz#f73dbd2e5b134b7328c14d5b8ab1f93f93db8990"
15677-
integrity sha512-okmQKQ9pF4t8O8iCC5gH9acqfFji5lkhW3nLBjx8WKDd2zZG7PXoUpUK19VQEMK87L6VFBOO/XZ52MMKFEI0AA==
15667+
urql@^5.0.0:
15668+
version "5.0.1"
15669+
resolved "https://registry.yarnpkg.com/urql/-/urql-5.0.1.tgz#3283557aad869e4109ed30254f79a7a430f3fd68"
15670+
integrity sha512-r58gYlWvCTC19QvkTaARaCLV9/bp870byH/qbLaw3S7f8i/bC6x2Szub8RVXptiMxWmqq5dyVBjUL9G+xPEuqg==
1567815671
dependencies:
15679-
"@urql/core" "^3.2.0"
15680-
wonka "^6.0.0"
15672+
"@urql/core" "^6.0.1"
15673+
wonka "^6.3.2"
1568115674

1568215675
use-isomorphic-layout-effect@^1.1.2:
1568315676
version "1.2.1"
@@ -16124,7 +16117,7 @@ widest-line@^4.0.1:
1612416117
dependencies:
1612516118
string-width "^5.0.1"
1612616119

16127-
wonka@^6.0.0, wonka@^6.1.2, wonka@^6.3.2:
16120+
wonka@^6.3.2:
1612816121
version "6.3.6"
1612916122
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.6.tgz#a70e2e54ed6aaa8e20bb57d916166cdc3d385f2d"
1613016123
integrity sha512-MXH+6mDHAZ2GuMpgKS055FR6v0xVP3XwquxIMYXgiW+FejHQlMGlvVRZT4qMCxR+bEo/FCtIdKxwej9WV3YQag==

0 commit comments

Comments
 (0)