feat(pools): add liquidity chart range input primitives (#1990)
* first iteration of liquidity chart primitives * add tickprocessed type * clean up
Showing
| ... | ... | @@ -20,11 +20,11 @@ |
| "@react-hook/window-scroll": "^1.3.0", | ||
| "@reduxjs/toolkit": "^1.6.0", | ||
| "@typechain/ethers-v5": "^7.0.0", | ||
| "@types/d3": "^6.7.1", | ||
| "@types/jest": "^25.2.1", | ||
| "@types/lingui__core": "^2.7.1", | ||
| "@types/lingui__macro": "^2.7.4", | ||
| "@types/lingui__react": "^2.8.3", | ||
| "@types/lodash.clonedeep": "^4.5.6", | ||
| "@types/lodash.flatmap": "^4.5.6", | ||
| "@types/luxon": "^1.24.4", | ||
| "@types/ms.macro": "^2.0.0", | ||
| ... | ... | @@ -66,6 +66,7 @@ |
| "copy-to-clipboard": "^3.2.0", | ||
| "cross-env": "^7.0.2", | ||
| "cypress": "^4.11.0", | ||
| "d3": "^7.0.0", | ||
| "eslint": "^7.11.0", | ||
| "eslint-config-prettier": "^6.11.0", | ||
| "eslint-plugin-prettier": "^3.1.3", | ||
| ... | ... | @@ -76,7 +77,6 @@ |
| "graphql-request": "^3.4.0", | ||
| "inter-ui": "^3.13.1", | ||
| "lightweight-charts": "^3.3.0", | ||
| "lodash.clonedeep": "^4.5.0", | ||
| "lodash.flatmap": "^4.5.0", | ||
| "luxon": "^1.25.0", | ||
| "ms.macro": "^2.0.0", | ||
| ... | ... |
This diff is collapsed.
Please register or sign in to comment