Skip to content

Commit 2d731f6

Browse files
fix(deps): update dependency urql to v2.1.3 (#886)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 55bfc79 commit 2d731f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"urql": "2.1.2",
6+
"urql": "2.1.3",
77
"graphql": "16.0.0-experimental-stream-defer.5"
88
},
99
"devDependencies": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8449,10 +8449,10 @@ url-parse-lax@^3.0.0:
84498449
dependencies:
84508450
prepend-http "^2.0.0"
84518451

8452-
8453-
version "2.1.2"
8454-
resolved "https://registry.yarnpkg.com/urql/-/urql-2.1.2.tgz#899d6ea01eb1e40a99cd4fe4a92df06b533cae55"
8455-
integrity sha512-9DuFgr3L5HBivJ6ftxkco1/0BV2gMCdsWDDIub0MCSiVnF4AYWZK0g5WEoOTpzo1TZyA58uj5YITtHybHXK5UA==
8452+
8453+
version "2.1.3"
8454+
resolved "https://registry.yarnpkg.com/urql/-/urql-2.1.3.tgz#4bfe631db03dc059738ff774b46244bf1a755c6d"
8455+
integrity sha512-S6GaKM7NJLed25L2qdZxaWFjWggXQHrneEVEe47+ZTQWxmfyV05STMl6DhtnZqb6n1wdT/KUljHkggz0kiE3NA==
84568456
dependencies:
84578457
"@urql/core" "^2.4.1"
84588458
use-sync-external-store "1.0.0-rc.0 || ^1.0.0"

0 commit comments

Comments
 (0)