replace lodash.isequal with fast-deep-equal

This commit is contained in:
Samuel Newman
2025-12-11 12:22:57 +02:00
parent a3e47dc189
commit 90fa98b777
4 changed files with 3 additions and 16 deletions
+1 -2
View File
@@ -171,7 +171,7 @@
"lande": "^1.0.10",
"lodash.chunk": "^4.2.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"fast-deep-equal": "^3.1.3",
"lodash.shuffle": "^4.2.0",
"lodash.throttle": "^4.1.1",
"multiformats": "9.9.0",
@@ -239,7 +239,6 @@
"@types/jest": "29.5.14",
"@types/lodash.chunk": "^4.2.7",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.isequal": "^4.5.6",
"@types/lodash.shuffle": "^4.2.7",
"@types/psl": "^1.1.1",
"@types/react": "^19.1.12",