Skip to content

Commit 40fc341

Browse files
fix(deps): update dependency urql to v4
1 parent 68959f7 commit 40fc341

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react": "17.0.2",
2222
"react-dom": "17.0.2",
2323
"tailwindcss": "3.1.8",
24-
"urql": "2.2.3"
24+
"urql": "4.1.0"
2525
},
2626
"devDependencies": {
2727
"@types/javascript-time-ago": "2.0.3",

yarn.lock

+21-16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
# yarn lockfile v1
33

44

5+
"@0no-co/graphql.web@^1.0.5":
6+
version "1.0.7"
7+
resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.0.7.tgz#c7a762c887b3482a79ffa68f63de5e96059a62e4"
8+
integrity sha512-E3Qku4mTzdrlwVWGPxklDnME5ANrEGetvYw4i2GCRlppWXXE4QD66j7pwb8HelZwS6LnqEChhrSOGCXpbiu6MQ==
9+
510
"@ampproject/remapping@^2.1.0":
611
version "2.1.2"
712
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.1.2.tgz#4edca94973ded9630d20101cd8559cedb8d8bd34"
@@ -1311,13 +1316,13 @@
13111316
"@typescript-eslint/types" "5.38.1"
13121317
eslint-visitor-keys "^3.3.0"
13131318

1314-
"@urql/core@^2.6.1":
1315-
version "2.6.1"
1316-
resolved "https://registry.yarnpkg.com/@urql/core/-/core-2.6.1.tgz#c10ee972c5e81df6d7bf1e778ef1b5d30e2906e5"
1317-
integrity sha512-gYrEHy3tViJhwIhauK6MIf2Qp09QTsgNHZRd0n71rS+hF6gdwjspf1oKljl4m25+272cJF7fPjBUGmjaiEr7Kg==
1319+
"@urql/core@^5.0.0":
1320+
version "5.0.3"
1321+
resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.0.3.tgz#80e390399f6aa32757c42733deb5f029bf0406ad"
1322+
integrity sha512-NZ3YqRr6IphbpFjGqujJOuVuV8/QegYxfjy1zdmOSWpYYFLpmMBfVtzZ/L8IiqPERVAEAIKjUsryLnVtXJQo4w==
13181323
dependencies:
1319-
"@graphql-typed-document-node/core" "^3.1.1"
1320-
wonka "^4.0.14"
1324+
"@0no-co/graphql.web" "^1.0.5"
1325+
wonka "^6.3.2"
13211326

13221327
"@whatwg-node/fetch@^0.3.0":
13231328
version "0.3.2"
@@ -4783,13 +4788,13 @@ uri-js@^4.2.2:
47834788
dependencies:
47844789
punycode "^2.1.0"
47854790

4786-
urql@2.2.3:
4787-
version "2.2.3"
4788-
resolved "https://registry.yarnpkg.com/urql/-/urql-2.2.3.tgz#84c6ad962d771235106f24de56b5dc6bd85a2c3a"
4789-
integrity sha512-XMkSYJKW9s4ZlbSuxcUz3fTBIykOn0sGileRXQeyZpaRBXJPVz5saSY05k7jdefNxShZtTI+/nr7PYUWQertfg==
4791+
urql@4.1.0:
4792+
version "4.1.0"
4793+
resolved "https://registry.yarnpkg.com/urql/-/urql-4.1.0.tgz#a75efe572d7b2e69103649a8457d3a63fce31ee8"
4794+
integrity sha512-NfbfTvxy1sM89EQAJWm89qJZihUWk7BSMfrWgfljFXLOf+e7RK7DtV/Tbg2+82HnCG2x3LcEOJenxiFSYEC+bw==
47904795
dependencies:
4791-
"@urql/core" "^2.6.1"
4792-
wonka "^4.0.14"
4796+
"@urql/core" "^5.0.0"
4797+
wonka "^6.3.2"
47934798

47944799
use-sync-external-store@1.2.0:
47954800
version "1.2.0"
@@ -4899,10 +4904,10 @@ which@^2.0.1:
48994904
dependencies:
49004905
isexe "^2.0.0"
49014906

4902-
wonka@^4.0.14:
4903-
version "4.0.15"
4904-
resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.15.tgz#9aa42046efa424565ab8f8f451fcca955bf80b89"
4905-
integrity sha512-U0IUQHKXXn6PFo9nqsHphVCE5m3IntqZNB9Jjn7EB1lrR7YTDY3YWgFvEvwniTzXSvOH/XMzAZaIfJF/LvHYXg==
4907+
wonka@^6.3.2:
4908+
version "6.3.4"
4909+
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.4.tgz#76eb9316e3d67d7febf4945202b5bdb2db534594"
4910+
integrity sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==
49064911

49074912
word-wrap@^1.2.3:
49084913
version "1.2.3"

0 commit comments

Comments
 (0)