Skip to content

Commit

Permalink
chore(deps): add missing @types/lodash dev dependency
Browse files Browse the repository at this point in the history
Because almost everyone uses lodash, we always happened to have a copy of @types/lodash end up at
the root of our `node_modules`, so this worked out.
  • Loading branch information
serhalp committed Oct 8, 2024
1 parent d459d4e commit 971054c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
"@types/fs-extra": "11.0.4",
"@types/inquirer": "9.0.7",
"@types/jsonwebtoken": "9.0.7",
"@types/lodash": "^4.17.10",
"@types/node": "20.14.8",
"@types/node-fetch": "2.6.11",
"@types/parse-gitignore": "1.0.2",
Expand Down

0 comments on commit 971054c

Please sign in to comment.