Skip to content

Commit

Permalink
move @types/lodash back to dependencies (fix bcherny#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcherny committed Aug 30, 2024
1 parent 23ce160 commit 0f5eacc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^11.5.5",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.7",
"glob": "^10.3.12",
"is-glob": "^4.0.3",
"js-yaml": "^4.1.0",
Expand All @@ -61,7 +62,6 @@
"@types/cli-color": "^2.0.6",
"@types/is-glob": "^4.0.4",
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.0",
"@types/minimist": "^1.2.5",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.0",
Expand Down

0 comments on commit 0f5eacc

Please sign in to comment.