Skip to content

Commit b19494c

Browse files
authored
Merge pull request #645 from baldomerocho/master
add lodash dependency explicitly to resolve failed build
2 parents b5ec405 + 54aa4c2 commit b19494c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
ssl/
33
.env
44
.wwebjs_auth
5+
.idea

backend/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
"@types/uuid": "^8.3.3",
6161
"@types/validator": "^13.1.0",
6262
"@types/yup": "^0.29.8",
63+
"@types/lodash": "4.14",
6364
"@typescript-eslint/eslint-plugin": "^4.4.0",
6465
"@typescript-eslint/parser": "^4.4.0",
6566
"eslint": "^7.10.0",

0 commit comments

Comments
 (0)