Skip to content

Commit cef5e1a

Browse files
chore(deps-dev): bump eslint from 8.57.1 to 9.39.2
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.39.2. - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](eslint/eslint@v8.57.1...v9.39.2) --- updated-dependencies: - dependency-name: eslint dependency-version: 9.39.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ace3702 commit cef5e1a

File tree

4 files changed

+10
-313
lines changed

4 files changed

+10
-313
lines changed

apps/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/react-dom": "^18.3.1",
3232
"@vitejs/plugin-react": "^4.2.1",
3333
"autoprefixer": "^10.4.23",
34-
"eslint": "^9.39.1",
34+
"eslint": "^9.39.2",
3535
"eslint-plugin-react-hooks": "^7.0.1",
3636
"eslint-plugin-react-refresh": "^0.4.24",
3737
"globals": "^16.5.0",

examples/prototype/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react-dom": "^19.2.3",
2525
"@vitejs/plugin-react": "^4.2.1",
2626
"autoprefixer": "^10.4.23",
27-
"eslint": "^9.39.1",
27+
"eslint": "^9.39.2",
2828
"eslint-plugin-react-hooks": "^7.0.1",
2929
"eslint-plugin-react-refresh": "^0.4.24",
3030
"globals": "^16.5.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/react-dom": "18.3.1",
4444
"@vitest/coverage-v8": "^2.1.8",
4545
"@vitest/ui": "^2.1.8",
46-
"eslint": "^8.57.1",
46+
"eslint": "^9.39.2",
4747
"eslint-plugin-react-hooks": "^7.0.1",
4848
"eslint-plugin-react-refresh": "^0.4.24",
4949
"globals": "^16.5.0",

0 commit comments

Comments
 (0)