chore: align uniswap deps with wallet repo (#7527)
* chore: align uniswap deps with wallet repo
Showing
| ... | @@ -166,6 +166,9 @@ | ... | @@ -166,6 +166,9 @@ |
| "wrangler": "^3.7.0", | "wrangler": "^3.7.0", | ||
| "yarn-deduplicate": "^6.0.0" | "yarn-deduplicate": "^6.0.0" | ||
| }, | }, | ||
| "resolutions": { | |||
| "@uniswap/sdk-core": "4.0.7" | |||
| }, | |||
| "dependencies": { | "dependencies": { | ||
| "@apollo/client": "^3.7.2", | "@apollo/client": "^3.7.2", | ||
| "@coinbase/wallet-sdk": "^3.6.4", | "@coinbase/wallet-sdk": "^3.6.4", | ||
| ... | @@ -201,7 +204,7 @@ | ... | @@ -201,7 +204,7 @@ |
| "@uniswap/permit2-sdk": "^1.2.0", | "@uniswap/permit2-sdk": "^1.2.0", | ||
| "@uniswap/redux-multicall": "^1.1.8", | "@uniswap/redux-multicall": "^1.1.8", | ||
| "@uniswap/router-sdk": "^1.6.0", | "@uniswap/router-sdk": "^1.6.0", | ||
| "@uniswap/sdk-core": "^4.0.3", | "@uniswap/sdk-core": "4.0.7", | ||
| "@uniswap/smart-order-router": "^3.15.0", | "@uniswap/smart-order-router": "^3.15.0", | ||
| "@uniswap/token-lists": "^1.0.0-beta.33", | "@uniswap/token-lists": "^1.0.0-beta.33", | ||
| "@uniswap/uniswapx-sdk": "^1.4.1", | "@uniswap/uniswapx-sdk": "^1.4.1", | ||
| ... | ... |
Please register or sign in to comment