replace lodash.isequal with fast-deep-equal (#9529)

This commit is contained in:
Samuel Newman
2025-12-30 11:47:29 +02:00
committed by GitHub
parent 7d5de60401
commit 12dc38c5fc
4 changed files with 3 additions and 16 deletions
+1 -2
View File
@@ -173,7 +173,7 @@
"libphonenumber-js": "^1.12.31",
"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",
@@ -241,7 +241,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",