Bump @urql/exchange-retry from 0.2.0 to 0.2.1 (#557)

Bumps [@urql/exchange-retry](https://github.com/FormidableLabs/urql/tree/HEAD/exchanges/retry) from 0.2.0 to 0.2.1.
- [Release notes](https://github.com/FormidableLabs/urql/releases)
- [Changelog](https://github.com/FormidableLabs/urql/blob/main/exchanges/retry/CHANGELOG.md)
- [Commits](https://github.com/FormidableLabs/urql/commits/@urql/exchange-retry@0.2.1/exchanges/retry)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2021-05-17 21:16:19 +05:30
committed by GitHub
parent c12564fb3f
commit 2e081fd913
2 changed files with 10 additions and 10 deletions

View File

@@ -14,7 +14,7 @@
"dependencies": {
"@metafam/ds": "0.1.0",
"@metafam/utils": "1.0.0",
"@urql/exchange-retry": "0.2.0",
"@urql/exchange-retry": "0.2.1",
"@walletconnect/web3-provider": "1.4.1",
"copy-to-clipboard": "3.3.1",
"ethers": "5.1.4",

View File

@@ -6634,20 +6634,20 @@
"@typescript-eslint/types" "4.23.0"
eslint-visitor-keys "^2.0.0"
"@urql/core@>=1.15.0", "@urql/core@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-2.0.0.tgz#b4936dd51fe84cb570506d9ee2579149689f7535"
integrity sha512-Qj24CG8ullqZZsYmjrSH0JhH+nY7kj8GbVbA9si3KUjlYs75A/MBQU3i97j6oWyGldDBapyis2CfaQeXKbv8rA==
"@urql/core@>=2.1.0", "@urql/core@^2.0.0":
version "2.1.2"
resolved "https://registry.yarnpkg.com/@urql/core/-/core-2.1.2.tgz#aa27ff52bac0c0c263345f17d0df0f54480716d3"
integrity sha512-gZ+FBGe63P/dC10XRKAV7dlwRNbcfD8U622uvk54VXNrbY8tBkK9LHdWrjw1oByoQNON9t4NXikQlLOyp4HEBw==
dependencies:
"@graphql-typed-document-node/core" "^3.1.0"
wonka "^4.0.14"
"@urql/exchange-retry@0.2.0":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@urql/exchange-retry/-/exchange-retry-0.2.0.tgz#e90a99bf8280ad2b8926bea7f2157a6f59dc8aec"
integrity sha512-eawDIkTSVudv+zMaOlm898UX9lkJnUry2PYqD7INeFWghkHmlIPm6wg5J/GBGAyFjqaOj1OWgAWYcu7sV4eljg==
"@urql/exchange-retry@0.2.1":
version "0.2.1"
resolved "https://registry.yarnpkg.com/@urql/exchange-retry/-/exchange-retry-0.2.1.tgz#f4502b4b6762121fcc6a5971e85f273b8ec471bf"
integrity sha512-uYgXxLW/lDhUOfkoMSRcFB/kGCb49tcjmIX7uVC51YAtM0Ni2qRunOdtWkOncG2RVAzB54lOGuyP/ulmCiF0yg==
dependencies:
"@urql/core" ">=1.15.0"
"@urql/core" ">=2.1.0"
wonka "^4.0.14"
"@vue/compiler-core@3.0.11":