fix: named imports (webpack 5 compat) (#3242)
* fix: avoid json named imports This is required by webpack 5, and is done to keep the widgets library compatible. See https://webpack.js.org/migrate/5/#using-named-exports-from-json-modules Note that this must be done upstream as well, in @uniswap/v3-sdk and @uniswap/router-sdk. * chore: bump v3-sdk to avoid json named imports
Showing
... | @@ -178,7 +178,7 @@ | ... | @@ -178,7 +178,7 @@ |
"@uniswap/smart-order-router": "^2.5.10", | "@uniswap/smart-order-router": "^2.5.10", | ||
"@uniswap/token-lists": "^1.0.0-beta.27", | "@uniswap/token-lists": "^1.0.0-beta.27", | ||
"@uniswap/v2-sdk": "^3.0.1", | "@uniswap/v2-sdk": "^3.0.1", | ||
"@uniswap/v3-sdk": "^3.7.1", | "@uniswap/v3-sdk": "^3.8.2", | ||
"@web3-react/core": "^6.0.9", | "@web3-react/core": "^6.0.9", | ||
"ajv": "^6.12.3", | "ajv": "^6.12.3", | ||
"cids": "^1.0.0", | "cids": "^1.0.0", | ||
... | ... |
Please register or sign in to comment