diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2024-11-19 07:35:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-19 15:35:16 +0000 |
commit | 2b30b0f7c6addca5fdacc201d20f3b000ae22984 (patch) | |
tree | 4fd6566da6bb4232df806443f3f994fea3011fc9 /package.json | |
parent | ff5ad3825331b292fd869fda3555629329de008e (diff) | |
download | voidsky-2b30b0f7c6addca5fdacc201d20f3b000ae22984.tar.zst |
Remove unused 'lodash' dependencies (#6472)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/package.json b/package.json index 30c2be2b3..8f43a98c5 100644 --- a/package.json +++ b/package.json @@ -154,11 +154,6 @@ "lodash.chunk": "^4.2.0", "lodash.debounce": "^4.0.8", "lodash.isequal": "^4.5.0", - "lodash.omit": "^4.5.0", - "lodash.once": "^4.1.1", - "lodash.random": "^3.2.0", - "lodash.samplesize": "^4.2.0", - "lodash.set": "^4.3.2", "lodash.shuffle": "^4.2.0", "lodash.throttle": "^4.1.1", "multiformats": "^13.1.0", @@ -229,11 +224,6 @@ "@types/lodash.chunk": "^4.2.7", "@types/lodash.debounce": "^4.0.7", "@types/lodash.isequal": "^4.5.6", - "@types/lodash.omit": "^4.5.7", - "@types/lodash.once": "^4.1.7", - "@types/lodash.random": "^3.2.7", - "@types/lodash.samplesize": "^4.2.7", - "@types/lodash.set": "^4.3.7", "@types/lodash.shuffle": "^4.2.7", "@types/psl": "^1.1.1", "@types/react-dom": "^18.2.18", |