remove unused dependencies (#2074)
Showing
... | @@ -26,7 +26,6 @@ | ... | @@ -26,7 +26,6 @@ |
"@types/lingui__macro": "^2.7.4", | "@types/lingui__macro": "^2.7.4", | ||
"@types/lingui__react": "^2.8.3", | "@types/lingui__react": "^2.8.3", | ||
"@types/lodash.flatmap": "^4.5.6", | "@types/lodash.flatmap": "^4.5.6", | ||
"@types/lodash.inrange": "^3.3.6", | |||
"@types/luxon": "^1.24.4", | "@types/luxon": "^1.24.4", | ||
"@types/ms.macro": "^2.0.0", | "@types/ms.macro": "^2.0.0", | ||
"@types/multicodec": "^1.0.0", | "@types/multicodec": "^1.0.0", | ||
... | @@ -77,9 +76,7 @@ | ... | @@ -77,9 +76,7 @@ |
"graphql": "^15.5.0", | "graphql": "^15.5.0", | ||
"graphql-request": "^3.4.0", | "graphql-request": "^3.4.0", | ||
"inter-ui": "^3.13.1", | "inter-ui": "^3.13.1", | ||
"lightweight-charts": "^3.3.0", | |||
"lodash.flatmap": "^4.5.0", | "lodash.flatmap": "^4.5.0", | ||
"lodash.inrange": "^3.3.6", | |||
"luxon": "^1.25.0", | "luxon": "^1.25.0", | ||
"ms.macro": "^2.0.0", | "ms.macro": "^2.0.0", | ||
"multicodec": "^3.0.1", | "multicodec": "^3.0.1", | ||
... | ... |
Please register or sign in to comment