Skip to content

Commit eb00ddb

Browse files
fix(deps): update dependency urql to v5
1 parent f9e4842 commit eb00ddb

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
@@ -5549,13 +5549,6 @@
55495549
d3-selection "^3.0.0"
55505550
d3-transition "^3.0.1"
55515551

5552-
"@urql/core@^3.2.0":
5553-
version "3.2.2"
5554-
resolved "https://registry.yarnpkg.com/@urql/core/-/core-3.2.2.tgz#2a44015b536d72981822f715c96393d8e0ddc576"
5555-
integrity sha512-i046Cz8cZ4xIzGMTyHZrbdgzcFMcKD7+yhCAH5FwWBRjcKrc+RjEOuR9X5AMuBvr8c6IAaE92xAqa4wmlGfWTQ==
5556-
dependencies:
5557-
wonka "^6.1.2"
5558-
55595552
"@urql/core@^6.0.1":
55605553
version "6.0.1"
55615554
resolved "https://registry.yarnpkg.com/@urql/core/-/core-6.0.1.tgz#df2e3d606e4d1da2655a78cd78e7b84af4b95cee"
@@ -15549,13 +15542,13 @@ urlpattern-polyfill@^10.0.0:
1554915542
resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz#1b2517e614136c73ba32948d5e7a3a063cba8e74"
1555015543
integrity sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==
1555115544

15552-
urql@^3.0.0:
15553-
version "3.0.4"
15554-
resolved "https://registry.yarnpkg.com/urql/-/urql-3.0.4.tgz#f73dbd2e5b134b7328c14d5b8ab1f93f93db8990"
15555-
integrity sha512-okmQKQ9pF4t8O8iCC5gH9acqfFji5lkhW3nLBjx8WKDd2zZG7PXoUpUK19VQEMK87L6VFBOO/XZ52MMKFEI0AA==
15545+
urql@^5.0.0:
15546+
version "5.0.1"
15547+
resolved "https://registry.yarnpkg.com/urql/-/urql-5.0.1.tgz#3283557aad869e4109ed30254f79a7a430f3fd68"
15548+
integrity sha512-r58gYlWvCTC19QvkTaARaCLV9/bp870byH/qbLaw3S7f8i/bC6x2Szub8RVXptiMxWmqq5dyVBjUL9G+xPEuqg==
1555615549
dependencies:
15557-
"@urql/core" "^3.2.0"
15558-
wonka "^6.0.0"
15550+
"@urql/core" "^6.0.1"
15551+
wonka "^6.3.2"
1555915552

1556015553
use-isomorphic-layout-effect@^1.1.2:
1556115554
version "1.2.1"
@@ -16002,7 +15995,7 @@ widest-line@^4.0.1:
1600215995
dependencies:
1600315996
string-width "^5.0.1"
1600415997

16005-
wonka@^6.0.0, wonka@^6.1.2, wonka@^6.3.2:
15998+
wonka@^6.3.2:
1600615999
version "6.3.6"
1600716000
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.6.tgz#a70e2e54ed6aaa8e20bb57d916166cdc3d385f2d"
1600816001
integrity sha512-MXH+6mDHAZ2GuMpgKS055FR6v0xVP3XwquxIMYXgiW+FejHQlMGlvVRZT4qMCxR+bEo/FCtIdKxwej9WV3YQag==

0 commit comments

Comments
 (0)