From 5441e638254bf6423e2fce5e3bb8b15f7ee7fede Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Thu, 6 Oct 2022 14:35:34 -0700 Subject: [PATCH] build: upgrade widgets (#4824) --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index a1d8166c42..9c2cb2a694 100644 --- a/package.json +++ b/package.json @@ -146,7 +146,7 @@ "@uniswap/v3-core": "1.0.0", "@uniswap/v3-periphery": "^1.1.1", "@uniswap/v3-sdk": "^3.9.0", - "@uniswap/widgets": "^2.9.2", + "@uniswap/widgets": "^2.10.3", "@vanilla-extract/css": "^1.7.2", "@vanilla-extract/css-utils": "^0.1.2", "@vanilla-extract/dynamic": "^2.0.2", diff --git a/yarn.lock b/yarn.lock index c7e3bc85ea..d590f68427 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4172,7 +4172,7 @@ tiny-invariant "^1.1.0" toformat "^2.0.0" -"@uniswap/smart-order-router@^2.10.0", "@uniswap/smart-order-router@^2.5.26": +"@uniswap/smart-order-router@^2.10.0": version "2.10.0" resolved "https://registry.yarnpkg.com/@uniswap/smart-order-router/-/smart-order-router-2.10.0.tgz#f9f13bd9a940fc2ee123a6dbe6c64a6fab19a365" integrity sha512-7dfFlPbg36goZOWlRowTDDrRc1vWwKLhAuhftf6sN+ECJ4CeqRgDDZgxw/ZJhfDSl1RC6IYN71CfEcmhnbRDlw== @@ -4305,10 +4305,10 @@ "@uniswap/v3-core" "1.0.0" "@uniswap/v3-periphery" "^1.0.1" -"@uniswap/widgets@^2.9.2": - version "2.9.2" - resolved "https://registry.yarnpkg.com/@uniswap/widgets/-/widgets-2.9.2.tgz#3ab5e84fc61fb62c3635b52526a67febfcdbb081" - integrity sha512-4NNckJJ3jaOubIwU0hzfcPbdjNzlO6n8WIIcAScyc+WGpb1S9iBUjJ0EFMCEUhP/zsNK0+I5qv1ytjPF4XZTog== +"@uniswap/widgets@^2.10.3": + version "2.10.3" + resolved "https://registry.yarnpkg.com/@uniswap/widgets/-/widgets-2.10.3.tgz#18d7ca9183d3dd49f3329b1d292e4c1e2de9139c" + integrity sha512-LrAdHDNdwrqaIhMl8om5nzyxDEua/9nPVnz26h20LFU7OMcf5qjP7HVZYLGzQgp9baVhde5C7wMoQKHEZSAnMA== dependencies: "@babel/runtime" ">=7.17.0" "@fontsource/ibm-plex-mono" "^4.5.1" @@ -4318,7 +4318,7 @@ "@uniswap/redux-multicall" "^1.1.1" "@uniswap/router-sdk" "^1.0.3" "@uniswap/sdk-core" "^3.0.1" - "@uniswap/smart-order-router" "^2.5.26" + "@uniswap/smart-order-router" "^2.10.0" "@uniswap/token-lists" "^1.0.0-beta.30" "@uniswap/v2-sdk" "^3.0.1" "@uniswap/v3-sdk" "^3.8.2" @@ -4332,7 +4332,7 @@ "@web3-react/walletconnect" "8.0.35-beta.0" ajv "^6.12.3" cids "^1.0.0" - ethers "^5.1.4" + ethers "^5.6.1" immer "^9.0.6" jotai "^1.3.7" jsbi "^3.1.4"