Skip to content

Commit 0f0743f

Browse files
fix(deps): update dependency urql to v3 (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6fe6f4f commit 0f0743f

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
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.6.0",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0",
17-
"urql": "2.2.3"
17+
"urql": "3.0.1"
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.1",

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.6.0",
1515
"react": "18.2.0",
1616
"react-dom": "18.2.0",
17-
"urql": "2.2.3"
17+
"urql": "3.0.1"
1818
},
1919
"devDependencies": {
2020
"@graphprotocol/client-cli": "2.2.1",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,13 +2732,13 @@
27322732
"@typescript-eslint/types" "5.30.6"
27332733
eslint-visitor-keys "^3.3.0"
27342734

2735-
"@urql/core@^2.6.1":
2736-
version "2.6.1"
2737-
resolved "https://registry.yarnpkg.com/@urql/core/-/core-2.6.1.tgz#c10ee972c5e81df6d7bf1e778ef1b5d30e2906e5"
2738-
integrity sha512-gYrEHy3tViJhwIhauK6MIf2Qp09QTsgNHZRd0n71rS+hF6gdwjspf1oKljl4m25+272cJF7fPjBUGmjaiEr7Kg==
2735+
"@urql/core@^3.0.0":
2736+
version "3.0.0"
2737+
resolved "https://registry.yarnpkg.com/@urql/core/-/core-3.0.0.tgz#181976367ae27e1b36b9864fb3fa1bbfdad3ae71"
2738+
integrity sha512-C9nVn3+hhht8K0MEr9zLUgzoapkoX7X0crwMB72LrMqerhBjvEEuTngEFlZfALRwOzHjUNXBT9ZVgyzt6cKRhA==
27392739
dependencies:
27402740
"@graphql-typed-document-node/core" "^3.1.1"
2741-
wonka "^4.0.14"
2741+
wonka "^6.0.0"
27422742

27432743
"@vercel/ncc@^0.34.0":
27442744
version "0.34.0"
@@ -7939,13 +7939,13 @@ uri-js@^4.2.2:
79397939
dependencies:
79407940
punycode "^2.1.0"
79417941

7942-
urql@2.2.3:
7943-
version "2.2.3"
7944-
resolved "https://registry.yarnpkg.com/urql/-/urql-2.2.3.tgz#84c6ad962d771235106f24de56b5dc6bd85a2c3a"
7945-
integrity sha512-XMkSYJKW9s4ZlbSuxcUz3fTBIykOn0sGileRXQeyZpaRBXJPVz5saSY05k7jdefNxShZtTI+/nr7PYUWQertfg==
7942+
urql@3.0.1:
7943+
version "3.0.1"
7944+
resolved "https://registry.yarnpkg.com/urql/-/urql-3.0.1.tgz#e937e2c4e08c0e6f2af6a2277d8cad2b156a4a0e"
7945+
integrity sha512-mAV3qKMp84i8U/bq5DIXjfyeRVyOfF6+iNT2DlLUNsd3w5UKfJHmvYfEPUuV5MJxekT911yoIc4za+/Qq2TPHA==
79467946
dependencies:
7947-
"@urql/core" "^2.6.1"
7948-
wonka "^4.0.14"
7947+
"@urql/core" "^3.0.0"
7948+
wonka "^6.0.0"
79497949

79507950
[email protected], use-sync-external-store@^1.2.0:
79517951
version "1.2.0"
@@ -8106,10 +8106,10 @@ which@^2.0.1:
81068106
dependencies:
81078107
isexe "^2.0.0"
81088108

8109-
wonka@^4.0.14:
8110-
version "4.0.15"
8111-
resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.15.tgz#9aa42046efa424565ab8f8f451fcca955bf80b89"
8112-
integrity sha512-U0IUQHKXXn6PFo9nqsHphVCE5m3IntqZNB9Jjn7EB1lrR7YTDY3YWgFvEvwniTzXSvOH/XMzAZaIfJF/LvHYXg==
8109+
wonka@^6.0.0:
8110+
version "6.0.0"
8111+
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.0.0.tgz#38cd39a517fc3ff721ea3bf353642b353bf48860"
8112+
integrity sha512-TEiIOqkhQXbcmL1RrjxPCzTX15V5FSyJvZRSiTxvgTgrJMaOVKmzGTdRVh349CfaNo9dsIhWDyg1/GNq4NWrEg==
81138113

81148114
word-wrap@^1.2.3:
81158115
version "1.2.3"

0 commit comments

Comments
 (0)