Skip to content

Commit 55117a0

Browse files
fix(deps): update dependency urql to v5
1 parent 91b72c2 commit 55117a0

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": "^7.0.0",

yarn.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5395,13 +5395,6 @@
53955395
d3-selection "^3.0.0"
53965396
d3-transition "^3.0.1"
53975397

5398-
"@urql/core@^3.2.0":
5399-
version "3.2.2"
5400-
resolved "https://registry.yarnpkg.com/@urql/core/-/core-3.2.2.tgz#2a44015b536d72981822f715c96393d8e0ddc576"
5401-
integrity sha512-i046Cz8cZ4xIzGMTyHZrbdgzcFMcKD7+yhCAH5FwWBRjcKrc+RjEOuR9X5AMuBvr8c6IAaE92xAqa4wmlGfWTQ==
5402-
dependencies:
5403-
wonka "^6.1.2"
5404-
54055398
"@urql/core@^6.0.1":
54065399
version "6.0.1"
54075400
resolved "https://registry.yarnpkg.com/@urql/core/-/core-6.0.1.tgz#df2e3d606e4d1da2655a78cd78e7b84af4b95cee"
@@ -15128,13 +15121,13 @@ urlpattern-polyfill@^10.0.0:
1512815121
resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-10.1.0.tgz#1b2517e614136c73ba32948d5e7a3a063cba8e74"
1512915122
integrity sha512-IGjKp/o0NL3Bso1PymYURCJxMPNAf/ILOpendP9f5B6e1rTJgdgiOvgfoT8VxCAdY+Wisb9uhGaJJf3yZ2V9nw==
1513015123

15131-
urql@^3.0.0:
15132-
version "3.0.4"
15133-
resolved "https://registry.yarnpkg.com/urql/-/urql-3.0.4.tgz#f73dbd2e5b134b7328c14d5b8ab1f93f93db8990"
15134-
integrity sha512-okmQKQ9pF4t8O8iCC5gH9acqfFji5lkhW3nLBjx8WKDd2zZG7PXoUpUK19VQEMK87L6VFBOO/XZ52MMKFEI0AA==
15124+
urql@^5.0.0:
15125+
version "5.0.2"
15126+
resolved "https://registry.yarnpkg.com/urql/-/urql-5.0.2.tgz#f15b175b109080bf9ffe1bc46617edfecba5f7a6"
15127+
integrity sha512-hiBR9GNbMPMZpv9Yd40EMCc94d8eAkGcmt5jcrKVfp26ScjluAQLCEKetJ4SXLy5DJG59Y6gbuA+2yquzh20/w==
1513515128
dependencies:
15136-
"@urql/core" "^3.2.0"
15137-
wonka "^6.0.0"
15129+
"@urql/core" "^6.0.1"
15130+
wonka "^6.3.2"
1513815131

1513915132
use-isomorphic-layout-effect@^1.2.0:
1514015133
version "1.2.1"
@@ -15539,7 +15532,7 @@ widest-line@^4.0.1:
1553915532
dependencies:
1554015533
string-width "^5.0.1"
1554115534

15542-
wonka@^6.0.0, wonka@^6.1.2, wonka@^6.3.2:
15535+
wonka@^6.3.2:
1554315536
version "6.3.6"
1554415537
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.6.tgz#a70e2e54ed6aaa8e20bb57d916166cdc3d385f2d"
1554515538
integrity sha512-MXH+6mDHAZ2GuMpgKS055FR6v0xVP3XwquxIMYXgiW+FejHQlMGlvVRZT4qMCxR+bEo/FCtIdKxwej9WV3YQag==

0 commit comments

Comments
 (0)