From 038179892cc79c9b4fad2ebf9c4edeac20dca504 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 21:59:40 +0000 Subject: [PATCH] fix(deps): update dependency urql to v3 --- examples/urql-live-query/package.json | 2 +- examples/urql/package.json | 2 +- yarn.lock | 30 +++++++++++++-------------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/examples/urql-live-query/package.json b/examples/urql-live-query/package.json index dc9be307..78fa5662 100644 --- a/examples/urql-live-query/package.json +++ b/examples/urql-live-query/package.json @@ -14,7 +14,7 @@ "graphql": "16.6.0", "react": "18.2.0", "react-dom": "18.2.0", - "urql": "2.2.3" + "urql": "3.0.1" }, "devDependencies": { "@graphprotocol/client-cli": "2.2.1", diff --git a/examples/urql/package.json b/examples/urql/package.json index 673c4146..a99ff90b 100644 --- a/examples/urql/package.json +++ b/examples/urql/package.json @@ -14,7 +14,7 @@ "graphql": "16.6.0", "react": "18.2.0", "react-dom": "18.2.0", - "urql": "2.2.3" + "urql": "3.0.1" }, "devDependencies": { "@graphprotocol/client-cli": "2.2.1", diff --git a/yarn.lock b/yarn.lock index 7723168f..c3d08e64 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2732,13 +2732,13 @@ "@typescript-eslint/types" "5.30.6" eslint-visitor-keys "^3.3.0" -"@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@^3.0.0": + version "3.0.0" + resolved "https://registry.yarnpkg.com/@urql/core/-/core-3.0.0.tgz#181976367ae27e1b36b9864fb3fa1bbfdad3ae71" + integrity sha512-C9nVn3+hhht8K0MEr9zLUgzoapkoX7X0crwMB72LrMqerhBjvEEuTngEFlZfALRwOzHjUNXBT9ZVgyzt6cKRhA== dependencies: "@graphql-typed-document-node/core" "^3.1.1" - wonka "^4.0.14" + wonka "^6.0.0" "@vercel/ncc@^0.34.0": version "0.34.0" @@ -7939,13 +7939,13 @@ uri-js@^4.2.2: dependencies: punycode "^2.1.0" -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@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/urql/-/urql-3.0.1.tgz#e937e2c4e08c0e6f2af6a2277d8cad2b156a4a0e" + integrity sha512-mAV3qKMp84i8U/bq5DIXjfyeRVyOfF6+iNT2DlLUNsd3w5UKfJHmvYfEPUuV5MJxekT911yoIc4za+/Qq2TPHA== dependencies: - "@urql/core" "^2.6.1" - wonka "^4.0.14" + "@urql/core" "^3.0.0" + wonka "^6.0.0" use-sync-external-store@1.2.0, use-sync-external-store@^1.2.0: version "1.2.0" @@ -8106,10 +8106,10 @@ which@^2.0.1: dependencies: isexe "^2.0.0" -wonka@^4.0.14: - version "4.0.15" - resolved "https://registry.yarnpkg.com/wonka/-/wonka-4.0.15.tgz#9aa42046efa424565ab8f8f451fcca955bf80b89" - integrity sha512-U0IUQHKXXn6PFo9nqsHphVCE5m3IntqZNB9Jjn7EB1lrR7YTDY3YWgFvEvwniTzXSvOH/XMzAZaIfJF/LvHYXg== +wonka@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/wonka/-/wonka-6.0.0.tgz#38cd39a517fc3ff721ea3bf353642b353bf48860" + integrity sha512-TEiIOqkhQXbcmL1RrjxPCzTX15V5FSyJvZRSiTxvgTgrJMaOVKmzGTdRVh349CfaNo9dsIhWDyg1/GNq4NWrEg== word-wrap@^1.2.3: version "1.2.3"