mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-23 18:26:32 -05:00
Add @types/lodash
Signed-off-by: David Mehren <dmehren1@gmail.com>
This commit is contained in:
parent
e641681483
commit
b6ad2b2625
2 changed files with 6 additions and 0 deletions
|
@ -172,6 +172,7 @@
|
|||
"@types/bluebird": "^3.5.30",
|
||||
"@types/diff-match-patch": "^1.0.32",
|
||||
"@types/express": "^4.17.6",
|
||||
"@types/lodash": "^4.14.149",
|
||||
"@types/node": "^13.11.1",
|
||||
"@types/passport": "^1.0.3",
|
||||
"@types/validator": "^13.0.0",
|
||||
|
|
|
@ -148,6 +148,11 @@
|
|||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
"@types/lodash@^4.14.149":
|
||||
version "4.14.149"
|
||||
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.149.tgz#1342d63d948c6062838fbf961012f74d4e638440"
|
||||
integrity sha512-ijGqzZt/b7BfzcK9vTrS6MFljQRPn5BFWOx8oE0GYxribu6uV+aA9zZuXI1zc/etK9E8nrgdoF2+LgUw7+9tJQ==
|
||||
|
||||
"@types/mime@*":
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.1.tgz#dc488842312a7f075149312905b5e3c0b054c79d"
|
||||
|
|
Loading…
Reference in a new issue