Skip to content

Commit

Permalink
fix: dependencies linting with lodash
Browse files Browse the repository at this point in the history
  • Loading branch information
scolladon committed Oct 5, 2024
1 parent e6d426f commit 14fb778
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
"@types/chai": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.13",
"@types/lodash": "^4",
"@types/lodash-es": "^4",
"@types/mocha": "^10.0.8",
"@types/node": "^22.7.4",
Expand All @@ -89,6 +90,7 @@
"jest": "^29.7.0",
"knip": "^5.30.6",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
"mocha": "^10.7.3",
"nyc": "^17.1.0",
"oclif": "^4.14.36",
Expand Down
9 changes: 9 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3596,6 +3596,13 @@ __metadata:
languageName: node
linkType: hard

"@types/lodash@npm:^4":
version: 4.17.10
resolution: "@types/lodash@npm:4.17.10"
checksum: 10/10fe24a93adc6048cb23e4135c1ed1d52cc39033682e6513f4f51b74a9af6d7a24fbea92203c22dc4e01e35f1ab3aa0fd0a2b487e8a4a2bbdf1fc05970094066
languageName: node
linkType: hard

"@types/minimatch@npm:*":
version: 5.1.2
resolution: "@types/minimatch@npm:5.1.2"
Expand Down Expand Up @@ -9503,6 +9510,7 @@ __metadata:
"@types/chai": "npm:^5.0.0"
"@types/fs-extra": "npm:^11.0.4"
"@types/jest": "npm:^29.5.13"
"@types/lodash": "npm:^4"
"@types/lodash-es": "npm:^4"
"@types/mocha": "npm:^10.0.8"
"@types/node": "npm:^22.7.4"
Expand All @@ -9517,6 +9525,7 @@ __metadata:
jest: "npm:^29.7.0"
knip: "npm:^5.30.6"
lint-staged: "npm:^15.2.10"
lodash: "npm:^4.17.21"
lodash-es: "npm:^4.17.21"
mocha: "npm:^10.7.3"
nyc: "npm:^17.1.0"
Expand Down

0 comments on commit 14fb778

Please sign in to comment.