fix: simplify liqudity depth hooks and improve chart primitives (#1999)
* updated hooks and chart primitives * add lodash.inrange to package.json
Showing
| ... | ... | @@ -26,6 +26,7 @@ |
| "@types/lingui__macro": "^2.7.4", | ||
| "@types/lingui__react": "^2.8.3", | ||
| "@types/lodash.flatmap": "^4.5.6", | ||
| "@types/lodash.inrange": "^3.3.6", | ||
| "@types/luxon": "^1.24.4", | ||
| "@types/ms.macro": "^2.0.0", | ||
| "@types/multicodec": "^1.0.0", | ||
| ... | ... | @@ -78,6 +79,7 @@ |
| "inter-ui": "^3.13.1", | ||
| "lightweight-charts": "^3.3.0", | ||
| "lodash.flatmap": "^4.5.0", | ||
| "lodash.inrange": "^3.3.6", | ||
| "luxon": "^1.25.0", | ||
| "ms.macro": "^2.0.0", | ||
| "multicodec": "^3.0.1", | ||
| ... | ... |
Please register or sign in to comment