Skip to content

Commit 0195f1f

Browse files
committed
release: 2.3.2-next.4
1 parent 3386e24 commit 0195f1f

File tree

21 files changed

+37
-37
lines changed

21 files changed

+37
-37
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.2-beta.3
1+
2.3.2-next.4

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"twoslash": "^0.3.4"
3030
},
3131
"devDependencies": {
32-
"@effect/language-service": "^0.55.0",
32+
"@effect/language-service": "^0.55.1",
3333
"@eslint-react/eslint-plugin": "workspace:*",
3434
"@eslint-react/shared": "workspace:*",
3535
"@eslint/js": "^9.39.1",
@@ -46,7 +46,7 @@
4646
"@types/react": "^19.2.2",
4747
"@types/react-dom": "^19.2.2",
4848
"dedent": "^1.7.0",
49-
"eslint": "^9.39.1",
49+
"eslint": "^9.38.0",
5050
"eslint-plugin-fast-import": "^1.5.3",
5151
"eslint-plugin-react-hooks": "^7.0.1",
5252
"eslint-plugin-react-refresh": "^0.4.24",

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/node": "^24.10.0",
2727
"@types/react": "^19.2.2",
2828
"@types/react-dom": "^19.2.2",
29-
"eslint": "^9.39.1",
29+
"eslint": "^9.38.0",
3030
"eslint-plugin-react-hooks": "^7.0.1",
3131
"eslint-plugin-react-refresh": "^0.4.24",
3232
"typescript": "^5.9.3",

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/react": "^19.2.2",
2222
"@types/react-dom": "^19.2.2",
2323
"@vitejs/plugin-react": "^5.1.0",
24-
"eslint": "^9.39.1",
24+
"eslint": "^9.38.0",
2525
"eslint-plugin-react-hooks": "^7.0.1",
2626
"eslint-plugin-react-refresh": "^0.4.24",
2727
"globals": "^16.5.0",

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/react": "^19.2.2",
2525
"@types/react-dom": "^19.2.2",
2626
"@vitejs/plugin-react": "^5.1.0",
27-
"eslint": "^9.39.1",
27+
"eslint": "^9.38.0",
2828
"eslint-plugin-react-hooks": "^7.0.1",
2929
"eslint-plugin-react-refresh": "^0.4.24",
3030
"typescript": "^5.9.3",

examples/with-babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "^19.2.2",
2727
"@types/react-dom": "^19.2.2",
2828
"@vitejs/plugin-react": "^5.1.0",
29-
"eslint": "^9.39.1",
29+
"eslint": "^9.38.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",
3232
"eslint-plugin-react-hooks": "^7.0.1",

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/react": "^19.2.2",
2626
"@types/react-dom": "^19.2.2",
2727
"@vitejs/plugin-react": "^5.1.0",
28-
"eslint": "^9.39.1",
28+
"eslint": "^9.38.0",
2929
"eslint-plugin-react-hooks": "^7.0.1",
3030
"eslint-plugin-react-refresh": "^0.4.24",
3131
"globals": "^16.5.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": "2.3.2-beta.3",
3+
"version": "2.3.2-next.4",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -52,7 +52,7 @@
5252
"update:website": "tsx ./scripts/update-website.ts"
5353
},
5454
"devDependencies": {
55-
"@effect/language-service": "^0.55.0",
55+
"@effect/language-service": "^0.55.1",
5656
"@effect/platform": "^0.93.0",
5757
"@effect/platform-node": "^0.99.0",
5858
"@eslint/compat": "^1.4.1",
@@ -72,7 +72,7 @@
7272
"dedent": "^1.7.0",
7373
"dprint": "^0.50.2",
7474
"effect": "^3.19.0",
75-
"eslint": "^9.39.1",
75+
"eslint": "^9.38.0",
7676
"eslint-plugin-fast-import": "^1.5.3",
7777
"eslint-plugin-vitest": "^0.5.4",
7878
"mdxlint": "^1.0.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": "2.3.2-beta.3",
3+
"version": "2.3.2-next.4",
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": "2.3.2-beta.3",
3+
"version": "2.3.2-next.4",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)