Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent e5e1953 commit 692429a
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 157 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "^18.2.79",
"@typescript-eslint/utils": "^7.7.0",
"@yarnpkg/doctor": "^4.0.1",
"eslint": "^8.57.0",
"eslint": "^9.6.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/utils": "^7.7.0",
"eslint": "^8.57.0",
"eslint": "^9.6.0",
"typescript": "^5.4.5"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/eslint": "^8.56.10",
"@types/node": "^20.12.7",
"@typescript-eslint/utils": "^7.7.0",
"eslint": "^8.57.0",
"eslint": "^9.6.0",
"typescript": "^5.4.5"
}
}
Loading

0 comments on commit 692429a

Please sign in to comment.