Skip to content

Commit

Permalink
chore: update dependency @eslint/js to v9.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent a82f20e commit 19ab279
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/container/libraries/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"description": "InversifyJs common utils",
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/container/libraries/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@inversifyjs/reflect-metadata-utils": "workspace:*"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"url": "https://github.com/inversify/monorepo/issues"
},
"devDependencies": {
"@eslint/js": "9.13.0",
"@eslint/js": "9.14.0",
"@jest/globals": "29.7.0",
"@stryker-mutator/core": "8.6.0",
"@stryker-mutator/jest-runner": "8.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/tools/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"typescript-eslint": "8.12.2"
},
"peerDependencies": {
"@eslint/js": "^9.13.0"
"@eslint/js": "^9.14.0"
},
"exports": {
".": "./index.js"
Expand Down

0 comments on commit 19ab279

Please sign in to comment.