Skip to content

Commit e034989

Browse files
committed
release: 1.24.0-next.18
1 parent c460d33 commit e034989

File tree

20 files changed

+90
-95
lines changed

20 files changed

+90
-95
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24.0-next.17
1+
1.24.0-next.18

examples/vite-react-dom-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"eslint-plugin-react-refresh": "^0.4.18",
2929
"typescript": "^5.7.3",
3030
"typescript-eslint": "^8.20.0",
31-
"vite": "^6.0.7"
31+
"vite": "^6.0.9"
3232
},
3333
"engines": {
3434
"node": ">=18.18.0"

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.1.0",
2626
"eslint-plugin-react-refresh": "^0.4.18",
2727
"globals": "^15.14.0",
28-
"vite": "^6.0.7"
28+
"vite": "^6.0.9"
2929
},
3030
"engines": {
3131
"node": ">=18.18.0"

examples/vite-react-dom-js-with-babel-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-react-hooks": "^5.1.0",
3232
"eslint-plugin-react-refresh": "^0.4.18",
3333
"globals": "^15.14.0",
34-
"vite": "^6.0.7"
34+
"vite": "^6.0.9"
3535
},
3636
"engines": {
3737
"node": ">=18.18.0"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.24.0-next.17",
3+
"version": "1.24.0-next.18",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -84,7 +84,7 @@
8484
"eslint-plugin-vitest": "^0.5.4",
8585
"fixpkg": "^1.0.2",
8686
"jiti": "^2.4.2",
87-
"lefthook": "^1.10.8",
87+
"lefthook": "^1.10.9",
8888
"markdownlint": "^0.37.4",
8989
"nx": "20.3.1",
9090
"ofetch": "^1.4.1",
@@ -95,7 +95,7 @@
9595
"skott": "^0.35.4",
9696
"tinyexec": "^0.3.2",
9797
"tinyglobby": "^0.2.10",
98-
"ts-pattern": "^5.6.0",
98+
"ts-pattern": "^5.6.1",
9999
"tsup": "^8.3.5",
100100
"tsx": "^4.19.2",
101101
"type-fest": "^4.32.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/core",
3-
"version": "1.24.0-next.17",
3+
"version": "1.24.0-next.18",
44
"description": "ESLint React's ESLint utility module for static analysis of React core APIs and Patterns.",
55
"homepage": "https://github.com/Rel1cx/eslint-react",
66
"bugs": {

packages/plugins/eslint-plugin-react-debug/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.24.0-next.17",
3+
"version": "1.24.0-next.18",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.24.0-next.17",
3+
"version": "1.24.0-next.18",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.24.0-next.17",
3+
"version": "1.24.0-next.18",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.24.0-next.17",
3+
"version": "1.24.0-next.18",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)