Skip to content

Commit 0948afc

Browse files
chore(deps): update dependency urql to v4
1 parent 52cd5a9 commit 0948afc

File tree

2 files changed

+22
-17
lines changed

2 files changed

+22
-17
lines changed

packages/todo-example/client-urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"socket.io-client": "4.5.2",
2222
"todomvc-app-css": "2.4.2",
2323
"vite": "3.2.4",
24-
"urql": "2.2.3",
24+
"urql": "4.1.0",
2525
"graphql": "16.0.0-experimental-stream-defer.5"
2626
},
2727
"scripts": {

yarn.lock

Lines changed: 21 additions & 16 deletions
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
"@adobe/css-tools@^4.0.1":
611
version "4.0.1"
712
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
@@ -2589,13 +2594,13 @@
25892594
dependencies:
25902595
"@types/node" "*"
25912596

2592-
"@urql/core@^2.6.1":
2593-
version "2.6.1"
2594-
resolved "https://registry.yarnpkg.com/@urql/core/-/core-2.6.1.tgz#c10ee972c5e81df6d7bf1e778ef1b5d30e2906e5"
2595-
integrity sha512-gYrEHy3tViJhwIhauK6MIf2Qp09QTsgNHZRd0n71rS+hF6gdwjspf1oKljl4m25+272cJF7fPjBUGmjaiEr7Kg==
2597+
"@urql/core@^5.0.0":
2598+
version "5.0.3"
2599+
resolved "https://registry.yarnpkg.com/@urql/core/-/core-5.0.3.tgz#80e390399f6aa32757c42733deb5f029bf0406ad"
2600+
integrity sha512-NZ3YqRr6IphbpFjGqujJOuVuV8/QegYxfjy1zdmOSWpYYFLpmMBfVtzZ/L8IiqPERVAEAIKjUsryLnVtXJQo4w==
25962601
dependencies:
2597-
"@graphql-typed-document-node/core" "^3.1.1"
2598-
wonka "^4.0.14"
2602+
"@0no-co/graphql.web" "^1.0.5"
2603+
wonka "^6.3.2"
25992604

26002605
"@vercel/ncc@^0.34.0":
26012606
version "0.34.0"
@@ -8770,13 +8775,13 @@ urlpattern-polyfill@^6.0.2:
87708775
dependencies:
87718776
braces "^3.0.2"
87728777

8773-
urql@2.2.3:
8774-
version "2.2.3"
8775-
resolved "https://registry.yarnpkg.com/urql/-/urql-2.2.3.tgz#84c6ad962d771235106f24de56b5dc6bd85a2c3a"
8776-
integrity sha512-XMkSYJKW9s4ZlbSuxcUz3fTBIykOn0sGileRXQeyZpaRBXJPVz5saSY05k7jdefNxShZtTI+/nr7PYUWQertfg==
8778+
urql@4.1.0:
8779+
version "4.1.0"
8780+
resolved "https://registry.yarnpkg.com/urql/-/urql-4.1.0.tgz#a75efe572d7b2e69103649a8457d3a63fce31ee8"
8781+
integrity sha512-NfbfTvxy1sM89EQAJWm89qJZihUWk7BSMfrWgfljFXLOf+e7RK7DtV/Tbg2+82HnCG2x3LcEOJenxiFSYEC+bw==
87778782
dependencies:
8778-
"@urql/core" "^2.6.1"
8779-
wonka "^4.0.14"
8783+
"@urql/core" "^5.0.0"
8784+
wonka "^6.3.2"
87808785

87818786
util-deprecate@^1.0.1:
87828787
version "1.0.2"
@@ -8993,10 +8998,10 @@ which@^2.0.1:
89938998
dependencies:
89948999
isexe "^2.0.0"
89959000

8996-
wonka@^4.0.14:
8997-
version "4.0.14"
8998-
resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.14.tgz#77d680a84e575ed15a9f975eb87d6c530488f3a4"
8999-
integrity sha512-v9vmsTxpZjrA8CYfztbuoTQSHEsG3ZH+NCYfasHm0V3GqBupXrjuuz0RJyUaw2cRO7ouW2js0P6i853/qxlDcA==
9001+
wonka@^6.3.2:
9002+
version "6.3.4"
9003+
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.4.tgz#76eb9316e3d67d7febf4945202b5bdb2db534594"
9004+
integrity sha512-CjpbqNtBGNAeyNS/9W6q3kSkKE52+FjIj7AkFlLr11s/VWGUu6a2CdYSdGxocIhIVjaW/zchesBQUKPVU69Cqg==
90009005

90019006
word-wrap@~1.2.3:
90029007
version "1.2.3"

0 commit comments

Comments
 (0)