Skip to content

Commit a1d22d8

Browse files
committed
[pruning] move @types/lodash to devDependencies
1 parent c09dbcd commit a1d22d8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"dependencies": {
5151
"@apidevtools/json-schema-ref-parser": "^11.5.5",
5252
"@types/json-schema": "^7.0.15",
53-
"@types/lodash": "^4.17.0",
5453
"glob": "^10.3.12",
5554
"is-glob": "^4.0.3",
5655
"js-yaml": "^4.1.0",
@@ -63,6 +62,7 @@
6362
"@types/cli-color": "^2.0.6",
6463
"@types/is-glob": "^4.0.4",
6564
"@types/js-yaml": "^4.0.9",
65+
"@types/lodash": "^4.17.0",
6666
"@types/minimist": "^1.2.5",
6767
"@types/node": "^20.12.7",
6868
"@typescript-eslint/eslint-plugin": "^7.7.0",

0 commit comments

Comments
 (0)