Skip to content

Commit

Permalink
Bump eslint from 8.57.0 to 8.57.1
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 8.57.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v8.57.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent 6c78c55 commit 8aed8b1
Show file tree
Hide file tree
Showing 12 changed files with 118 additions and 118 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.8",
"pnpm": "9.9.0",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion lib/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"pnpm": "9.9.0",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@mikro-orm/cli": "^6.3.8",
"@types/node": "^20.16.5",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"pnpm": "9.9.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"pnpm": "9.9.0",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "eslint \"src/**/*.ts\" --fix"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"pnpm": "9.9.0",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion lib/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/node": "^20.16.5",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"pnpm": "9.9.0",
"typescript": "^5.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion notifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/node": "^20.16.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jest": "^29.7.0",
"pnpm": "9.9.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@sentry/cli": "^2.35.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"pnpm": "9.9.0",
"turbo": "^1.13.4",
Expand Down
Loading

0 comments on commit 8aed8b1

Please sign in to comment.