Skip to content

Commit 0a4e933

Browse files
fix(deps): update dependency urql to v5
1 parent b0ad634 commit 0a4e933

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

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.2"
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.2"
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.npmjs.org/@0no-co/graphql.web/-/graphql.web-1.0.13.tgz"
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
"@adraffy/ens-normalize@^1.11.0":
1111
version "1.11.1"
@@ -3300,12 +3300,12 @@
33003300
"@typescript-eslint/types" "8.23.0"
33013301
eslint-visitor-keys "^4.2.0"
33023302

3303-
"@urql/core@^5.0.0":
3304-
version "5.1.0"
3305-
resolved "https://registry.npmjs.org/@urql/core/-/core-5.1.0.tgz"
3306-
integrity sha512-yC3sw8yqjbX45GbXxfiBY8GLYCiyW/hLBbQF9l3TJrv4ro00Y0ChkKaD9I2KntRxAVm9IYBqh0awX8fwWAe/Yw==
3303+
"@urql/core@^6.0.1":
3304+
version "6.0.1"
3305+
resolved "https://registry.yarnpkg.com/@urql/core/-/core-6.0.1.tgz#df2e3d606e4d1da2655a78cd78e7b84af4b95cee"
3306+
integrity sha512-FZDiQk6jxbj5hixf2rEPv0jI+IZz0EqqGW8mJBEug68/zHTtT+f34guZDmyjJZyiWbj0vL165LoMr/TkeDHaug==
33073307
dependencies:
3308-
"@0no-co/graphql.web" "^1.0.5"
3308+
"@0no-co/graphql.web" "^1.0.13"
33093309
wonka "^6.3.2"
33103310

33113311
"@vitejs/plugin-react@4.3.4":
@@ -8401,12 +8401,12 @@ urlpattern-polyfill@^10.0.0:
84018401
resolved "https://registry.npmjs.org/urlpattern-polyfill/-/urlpattern-polyfill-10.0.0.tgz"
84028402
integrity sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==
84038403

8404-
urql@4.2.1:
8405-
version "4.2.1"
8406-
resolved "https://registry.npmjs.org/urql/-/urql-4.2.1.tgz"
8407-
integrity sha512-Y/cVi1rsR96kbF3VX6YgfHw1V3kJ287nR1TqpjGzVPyAmXuwRvBvABI+sHY2WOquWCNh+kvFapM/LLYeiC3wig==
8404+
urql@5.0.2:
8405+
version "5.0.2"
8406+
resolved "https://registry.yarnpkg.com/urql/-/urql-5.0.2.tgz#f15b175b109080bf9ffe1bc46617edfecba5f7a6"
8407+
integrity sha512-hiBR9GNbMPMZpv9Yd40EMCc94d8eAkGcmt5jcrKVfp26ScjluAQLCEKetJ4SXLy5DJG59Y6gbuA+2yquzh20/w==
84088408
dependencies:
8409-
"@urql/core" "^5.0.0"
8409+
"@urql/core" "^6.0.1"
84108410
wonka "^6.3.2"
84118411

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

0 commit comments

Comments
 (0)