Skip to content

Commit a5e221d

Browse files
committed
release: 1.52.3-next.10
1 parent 5a0f2c7 commit a5e221d

File tree

21 files changed

+173
-173
lines changed

21 files changed

+173
-173
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.52.3-beta.9
1+
1.52.3-next.10

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^24.0.7",
47+
"@types/node": "^24.0.8",
4848
"@types/react": "^19.1.8",
4949
"@types/react-dom": "^19.1.6",
5050
"autoprefixer": "^10.4.21",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.2",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^24.0.7",
24+
"@types/node": "^24.0.8",
2525
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
2727
"eslint": "^9.30.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint": "^9.30.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
27-
"globals": "^16.2.0",
27+
"globals": "^16.3.0",
2828
"vite": "^7.0.0"
2929
},
3030
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-refresh": "^0.4.20",
3636
"eslint-plugin-react-web-api": "workspace:*",
3737
"eslint-plugin-react-x": "workspace:*",
38-
"globals": "^16.2.0",
38+
"globals": "^16.3.0",
3939
"vite": "^7.0.0"
4040
},
4141
"engines": {

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint": "^9.30.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
32-
"globals": "^16.2.0",
32+
"globals": "^16.3.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
3535
"typescript-eslint": "^8.35.1",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.52.3-beta.9",
3+
"version": "1.52.3-next.10",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -56,10 +56,10 @@
5656
"@eslint/markdown": "^6.6.0",
5757
"@local/configs": "workspace:*",
5858
"@local/eslint-plugin-local": "workspace:*",
59-
"@swc/core": "^1.12.7",
59+
"@swc/core": "^1.12.9",
6060
"@tsconfig/node22": "^22.0.2",
6161
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^24.0.7",
62+
"@types/node": "^24.0.8",
6363
"@types/react": "^19.1.8",
6464
"@types/react-dom": "^19.1.6",
6565
"@typescript-eslint/parser": "^8.35.1",
@@ -68,7 +68,7 @@
6868
"ansis": "^4.1.0",
6969
"cspell": "^9.1.2",
7070
"dedent": "^1.6.0",
71-
"dprint": "^0.50.0",
71+
"dprint": "^0.50.1",
7272
"esbuild": "^0.25.5",
7373
"eslint": "^9.30.0",
7474
"eslint-config-flat-gitignore": "^2.1.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.52.3-beta.9",
3+
"version": "1.52.3-next.10",
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.52.3-beta.9",
3+
"version": "1.52.3-next.10",
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.52.3-beta.9",
3+
"version": "1.52.3-next.10",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)