Skip to content

Commit 74c00dc

Browse files
fix(deps): update dependency urql to v5
1 parent 96e8867 commit 74c00dc

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

examples/urql-live-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "16.10.0",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0",
17-
"urql": "4.2.1"
17+
"urql": "5.0.0"
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "3.0.7",

examples/urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"graphql": "16.10.0",
1515
"react": "19.0.0",
1616
"react-dom": "19.0.0",
17-
"urql": "4.2.1"
17+
"urql": "5.0.0"
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "3.0.7",

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@0no-co/graphql.web@^1.0.5":
6-
version "1.0.13"
7-
resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.0.13.tgz#978f4d3a869240f2d487fa1c1009028b34bc33b5"
8-
integrity sha512-jqYxOevheVTU1S36ZdzAkJIdvRp2m3OYIG5SEoKDw5NI8eVwkoI0D/Q3DYNGmXCxkA6CQuoa7zvMiDPTLqUNuw==
5+
"@0no-co/graphql.web@^1.0.13":
6+
version "1.2.0"
7+
resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.2.0.tgz#296d00581bfaaabfda1e976849d927824aaea81b"
8+
integrity sha512-/1iHy9TTr63gE1YcR5idjx8UREz1s0kFhydf3bBLCXyqjhkIc6igAzTOx3zPifCwFR87tsh/4Pa9cNts6d2otw==
99

1010
"@ampproject/remapping@^2.2.0":
1111
version "2.3.0"
@@ -3258,12 +3258,12 @@
32583258
"@typescript-eslint/types" "8.23.0"
32593259
eslint-visitor-keys "^4.2.0"
32603260

3261-
"@urql/core@^5.0.0":
3262-
version "5.1.0"
3263-
resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.1.0.tgz#7f4b81f1aba1ca34ae6354763abeb87ff9af84ff"
3264-
integrity sha512-yC3sw8yqjbX45GbXxfiBY8GLYCiyW/hLBbQF9l3TJrv4ro00Y0ChkKaD9I2KntRxAVm9IYBqh0awX8fwWAe/Yw==
3261+
"@urql/core@^6.0.0":
3262+
version "6.0.1"
3263+
resolved "https://registry.yarnpkg.com/@urql/core/-/core-6.0.1.tgz#df2e3d606e4d1da2655a78cd78e7b84af4b95cee"
3264+
integrity sha512-FZDiQk6jxbj5hixf2rEPv0jI+IZz0EqqGW8mJBEug68/zHTtT+f34guZDmyjJZyiWbj0vL165LoMr/TkeDHaug==
32653265
dependencies:
3266-
"@0no-co/graphql.web" "^1.0.5"
3266+
"@0no-co/graphql.web" "^1.0.13"
32673267
wonka "^6.3.2"
32683268

32693269
"@vitejs/plugin-react@4.3.4":
@@ -8305,12 +8305,12 @@ urlpattern-polyfill@^10.0.0:
83058305
resolved "https://registry.yarnpkg.com/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz#f0a03a97bfb03cdf33553e5e79a2aadd22cac8ec"
83068306
integrity sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==
83078307

8308-
urql@4.2.1:
8309-
version "4.2.1"
8310-
resolved "https://registry.yarnpkg.com/urql/-/urql-4.2.1.tgz#a17621db16cf2b7b09c37eef21ef0c3e08608643"
8311-
integrity sha512-Y/cVi1rsR96kbF3VX6YgfHw1V3kJ287nR1TqpjGzVPyAmXuwRvBvABI+sHY2WOquWCNh+kvFapM/LLYeiC3wig==
8308+
urql@5.0.0:
8309+
version "5.0.0"
8310+
resolved "https://registry.yarnpkg.com/urql/-/urql-5.0.0.tgz#b250ec0a8755b124bf6c5b414a22aaeb659e8609"
8311+
integrity sha512-eFu3CS1VREcsFOEaFl90ohB/LRyZ8nFzEqUDbXTWGaycfdrCoiGOA3stYiCOTODHxx418PqSEc7QCXU1q+qhFA==
83128312
dependencies:
8313-
"@urql/core" "^5.0.0"
8313+
"@urql/core" "^6.0.0"
83148314
wonka "^6.3.2"
83158315

83168316
v8-compile-cache-lib@^3.0.1:

0 commit comments

Comments
 (0)