Skip to content

Commit 94d50c2

Browse files
Bump eslint from 8.57.1 to 9.36.0
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.36.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.57.1...v9.36.0) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.36.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d09b4c5 commit 94d50c2

File tree

3 files changed

+170
-204
lines changed

3 files changed

+170
-204
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@types/react": "^19.2.0",
3939
"@types/react-dom": "^19.2.0",
4040
"@types/react-highlight-words": "^0.20.0",
41-
"eslint": "^8.57.1",
41+
"eslint": "^9.37.0",
4242
"eslint-config-next": "^15.5.4",
4343
"prettier": "^3.6.2",
4444
"prettier-plugin-tailwindcss": "^0.6.14",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"trailingComma": "es5"
2424
},
2525
"devDependencies": {
26-
"eslint": "^8.57.1",
26+
"eslint": "^9.37.0",
2727
"prettier": "^3.6.2",
2828
"turbo": "^2.5.8",
2929
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)