Skip to content

Commit 4616b23

Browse files
committed
build: update ESLint to 9.1.0
1 parent 8a8a020 commit 4616b23

File tree

5 files changed

+186
-180
lines changed

5 files changed

+186
-180
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.9
1+
1.5.10-next.0

examples/vite-react-dom-ts-flat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
},
1515
"devDependencies": {
1616
"@eslint-react/eslint-plugin": "workspace:*",
17-
"@eslint/js": "9.0.0",
17+
"@eslint/js": "9.1.1",
1818
"@tsconfig/node20": "20.1.4",
1919
"@tsconfig/strictest": "2.0.5",
2020
"@types/react": "18.2.79",
2121
"@types/react-dom": "18.2.25",
2222
"@vitejs/plugin-react": "4.2.1",
23-
"eslint": "9.0.0",
23+
"eslint": "9.1.0",
2424
"eslint-plugin-react-hooks": "4.6.0",
2525
"eslint-plugin-react-refresh": "0.4.6",
2626
"typescript": "5.4.5",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"dedent": "1.5.3",
7171
"dprint": "0.45.1",
7272
"effect": "3.0.3",
73-
"eslint": "9.0.0",
73+
"eslint": "9.1.0",
7474
"eslint-config-flat-gitignore": "0.1.5",
7575
"eslint-plugin-eslint-comments": "3.2.0",
7676
"eslint-plugin-eslint-plugin": "6.0.0",
@@ -114,7 +114,7 @@
114114
"array.prototype.toreversed": "npm:@nolyfill/array.prototype.toreversed@latest",
115115
"array.prototype.tosorted": "npm:@nolyfill/array.prototype.tosorted@latest",
116116
"es-iterator-helpers": "npm:@nolyfill/es-iterator-helpers@latest",
117-
"eslint": "9.0.0",
117+
"eslint": ">=9.1.0",
118118
"function-bind": "npm:@nolyfill/function-bind@latest",
119119
"has": "npm:@nolyfill/has@latest",
120120
"hasown": "npm:@nolyfill/hasown@latest",

0 commit comments

Comments
 (0)