aboutsummaryrefslogtreecommitdiff
path: root/lib/client/package.json
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-09 11:59:15 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-09 11:59:15 -0400
commit5dd4b69ebf4f407a2ba7ccc53fe43b445ab0684e (patch)
treec0e5613aa4e33c7f436f9c67d0a4d75c1b9bfb77 /lib/client/package.json
parentc3c0ece6fb3a66c2de545858731a066d5542ff1e (diff)
Package updates, lodash-es, release state fixes
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,