fix: widget theme integration (#5880)
* fix: add missing colors to widget theme integration * feat: upgrade widget version * fix: conedison in jest tests
Showing
| ... | ... | @@ -135,7 +135,7 @@ |
| "@types/react-window-infinite-loader": "^1.0.6", | ||
| "@uniswap/analytics": "1.2.0", | ||
| "@uniswap/analytics-events": "^2.1.0", | ||
| "@uniswap/conedison": "^1.1.1", | ||
| "@uniswap/conedison": "^1.2.1", | ||
| "@uniswap/governance": "^1.0.2", | ||
| "@uniswap/liquidity-staker": "^1.0.2", | ||
| "@uniswap/merkle-distributor": "1.0.1", | ||
| ... | ... | @@ -152,7 +152,7 @@ |
| "@uniswap/v3-core": "1.0.0", | ||
| "@uniswap/v3-periphery": "^1.1.1", | ||
| "@uniswap/v3-sdk": "^3.9.0", | ||
| "@uniswap/widgets": "2.25.1", | ||
| "@uniswap/widgets": "^2.26.0", | ||
| "@vanilla-extract/css": "^1.7.2", | ||
| "@vanilla-extract/css-utils": "^0.1.2", | ||
| "@vanilla-extract/dynamic": "^2.0.2", | ||
| ... | ... |
Please register or sign in to comment