Skip to content

Commit c596ade

Browse files
committed
release: 1.24.0-next.12
1 parent bd39157 commit c596ade

File tree

19 files changed

+110
-110
lines changed

19 files changed

+110
-110
lines changed

VERSION

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

examples/dual-react-dom-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@eslint/js": "^9.18.0",
3434
"@tsconfig/node22": "^22.0.0",
3535
"@tsconfig/strictest": "^2.0.5",
36-
"@types/node": "^22.10.6",
36+
"@types/node": "^22.10.7",
3737
"@types/react": "^19.0.7",
3838
"eslint": "^9.18.0",
3939
"eslint-plugin-react-hooks": "^5.1.0",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@eslint/js": "^9.18.0",
2222
"@next/eslint-plugin-next": "^15.1.4",
2323
"@types/negotiator": "^0.6.3",
24-
"@types/node": "^22.10.6",
24+
"@types/node": "^22.10.7",
2525
"@types/react": "^19.0.7",
2626
"@types/react-dom": "^19.0.3",
2727
"autoprefixer": "10.4.20",

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.11",
3+
"version": "1.24.0-next.12",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -61,7 +61,7 @@
6161
"@swc/core": "^1.10.7",
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
64-
"@types/node": "^22.10.6",
64+
"@types/node": "^22.10.7",
6565
"@types/react": "^19.0.7",
6666
"@types/react-dom": "^19.0.3",
6767
"@typescript-eslint/parser": "^8.20.0",
@@ -88,7 +88,7 @@
8888
"eslint-plugin-vitest": "^0.5.4",
8989
"fixpkg": "^1.0.2",
9090
"jiti": "^2.4.2",
91-
"lefthook": "^1.10.5",
91+
"lefthook": "^1.10.7",
9292
"markdownlint": "^0.37.4",
9393
"ofetch": "^1.4.1",
9494
"picocolors": "^1.1.1",

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.11",
3+
"version": "1.24.0-next.12",
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.11",
3+
"version": "1.24.0-next.12",
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.11",
3+
"version": "1.24.0-next.12",
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.11",
3+
"version": "1.24.0-next.12",
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.11",
3+
"version": "1.24.0-next.12",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-web-api/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-web-api",
3-
"version": "1.24.0-next.11",
3+
"version": "1.24.0-next.12",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)