Skip to content

Commit

Permalink
chore(deps): update dependency urql to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 31, 2023
1 parent 52cd5a9 commit 1b28b17
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/todo-example/client-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"socket.io-client": "4.5.2",
"todomvc-app-css": "2.4.2",
"vite": "3.2.4",
"urql": "2.2.3",
"urql": "4.0.3",
"graphql": "16.0.0-experimental-stream-defer.5"
},
"scripts": {
Expand Down
37 changes: 21 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# yarn lockfile v1


"@0no-co/graphql.web@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@0no-co/graphql.web/-/graphql.web-1.0.1.tgz#db3da0d2cd41548b50f0583c0d2f4743c767e56b"
integrity sha512-6Yaxyv6rOwRkLIvFaL0NrLDgfNqC/Ng9QOPmTmlqW4mORXMEKmh5NYGkIvvt5Yw8fZesnMAqkj8cIqTj8f40cQ==

"@adobe/css-tools@^4.0.1":
version "4.0.1"
resolved "https://registry.yarnpkg.com/@adobe/css-tools/-/css-tools-4.0.1.tgz#b38b444ad3aa5fedbb15f2f746dcd934226a12dd"
Expand Down Expand Up @@ -2589,13 +2594,13 @@
dependencies:
"@types/node" "*"

"@urql/core@^2.6.1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-2.6.1.tgz#c10ee972c5e81df6d7bf1e778ef1b5d30e2906e5"
integrity sha512-gYrEHy3tViJhwIhauK6MIf2Qp09QTsgNHZRd0n71rS+hF6gdwjspf1oKljl4m25+272cJF7fPjBUGmjaiEr7Kg==
"@urql/core@^4.0.0":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-4.0.8.tgz#acd13c0b319b71f982840f8b348d2820703b2131"
integrity sha512-8aKNAAqKqnzcE6lcUA48JepghXZC72hZePXz5sYZ//oCPodQPRcBpj+eO1QTq2t0QM32B+grzYj8xEGukgBiXQ==
dependencies:
"@graphql-typed-document-node/core" "^3.1.1"
wonka "^4.0.14"
"@0no-co/graphql.web" "^1.0.1"
wonka "^6.3.2"

"@vercel/ncc@^0.34.0":
version "0.34.0"
Expand Down Expand Up @@ -8770,13 +8775,13 @@ urlpattern-polyfill@^6.0.2:
dependencies:
braces "^3.0.2"

urql@2.2.3:
version "2.2.3"
resolved "https://registry.yarnpkg.com/urql/-/urql-2.2.3.tgz#84c6ad962d771235106f24de56b5dc6bd85a2c3a"
integrity sha512-XMkSYJKW9s4ZlbSuxcUz3fTBIykOn0sGileRXQeyZpaRBXJPVz5saSY05k7jdefNxShZtTI+/nr7PYUWQertfg==
urql@4.0.3:
version "4.0.3"
resolved "https://registry.yarnpkg.com/urql/-/urql-4.0.3.tgz#60345dbf04320d6a50c69bc56230c67394449dcf"
integrity sha512-ynwez59f5uo31RO9/OD1RveasLGsaRC2mEm5nNGuPiQbpIeuZLQJTya61hr6I9c24YWIHf3Ld29xZy6JW3scvQ==
dependencies:
"@urql/core" "^2.6.1"
wonka "^4.0.14"
"@urql/core" "^4.0.0"
wonka "^6.3.2"

util-deprecate@^1.0.1:
version "1.0.2"
Expand Down Expand Up @@ -8993,10 +8998,10 @@ which@^2.0.1:
dependencies:
isexe "^2.0.0"

wonka@^4.0.14:
version "4.0.14"
resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.14.tgz#77d680a84e575ed15a9f975eb87d6c530488f3a4"
integrity sha512-v9vmsTxpZjrA8CYfztbuoTQSHEsG3ZH+NCYfasHm0V3GqBupXrjuuz0RJyUaw2cRO7ouW2js0P6i853/qxlDcA==
wonka@^6.3.2:
version "6.3.2"
resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.3.2.tgz#6f32992b332251d7b696b038990f4dc284b3b33d"
integrity sha512-2xXbQ1LnwNS7egVm1HPhW2FyKrekolzhpM3mCwXdQr55gO+tAiY76rhb32OL9kKsW8taj++iP7C6hxlVzbnvrw==

word-wrap@~1.2.3:
version "1.2.3"
Expand Down

0 comments on commit 1b28b17

Please sign in to comment.