aboutsummaryrefslogtreecommitdiff
path: root/lib/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client/package.json')
-rw-r--r--lib/client/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/client/package.json b/lib/client/package.json
index 9379a7e..430503f 100644
--- a/lib/client/package.json
+++ b/lib/client/package.json
@@ -14,12 +14,12 @@
"license": "agpl3",
"devDependencies": {
"@babel/types": "^7.x",
- "@types/lodash": "^4.14.194",
+ "@types/lodash-es": "^4.14.194",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"eslint": "^8.39.0"
},
"peerDependencies": {
- "lodash": "^4.x"
+ "lodash-es": "^4.x"
},
"eslintConfig": {
"root": true,