Skip to content

Commit 9ab8846

Browse files
committed
release: 2.3.2-next.7
1 parent f5fdaed commit 9ab8846

File tree

20 files changed

+89
-88
lines changed

20 files changed

+89
-88
lines changed

VERSION

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

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@eslint-react/eff": "workspace:*",
1414
"bsky-react-post": "^0.1.7",
1515
"clsx": "^2.1.1",
16-
"effect": "^3.19.0",
16+
"effect": "^3.19.1",
1717
"fumadocs-core": "16.0.5",
1818
"fumadocs-docgen": "3.0.3",
1919
"fumadocs-mdx": "13.0.2",

examples/react-dom-js/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": "^7.0.1",
2626
"eslint-plugin-react-refresh": "^0.4.24",
2727
"globals": "^16.5.0",
28-
"vite": "^7.2.0"
28+
"vite": "^7.2.1"
2929
},
3030
"engines": {
3131
"node": ">=20.19.0"

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.24",
3030
"typescript": "^5.9.3",
3131
"typescript-eslint": "^8.46.3",
32-
"vite": "^7.2.0"
32+
"vite": "^7.2.1"
3333
},
3434
"engines": {
3535
"node": ">=20.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-web-api": "workspace:*",
3636
"eslint-plugin-react-x": "workspace:*",
3737
"globals": "^16.5.0",
38-
"vite": "^7.2.0"
38+
"vite": "^7.2.1"
3939
},
4040
"engines": {
4141
"node": ">=20.19.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"ts-blank-eslint-parser": "^0.4.4",
3333
"typescript": "^5.9.3",
3434
"typescript-eslint": "^8.46.3",
35-
"vite": "^7.2.0"
35+
"vite": "^7.2.1"
3636
},
3737
"engines": {
3838
"node": ">=20.19.0"

package.json

Lines changed: 2 additions & 2 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.6",
3+
"version": "2.3.2-next.7",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -71,7 +71,7 @@
7171
"ansis": "^4.2.0",
7272
"dedent": "^1.7.0",
7373
"dprint": "^0.50.2",
74-
"effect": "^3.19.0",
74+
"effect": "^3.19.1",
7575
"eslint": "^9.39.1",
7676
"eslint-plugin-fast-import": "^1.5.3",
7777
"eslint-plugin-vitest": "^0.5.4",

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.6",
3+
"version": "2.3.2-next.7",
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.6",
3+
"version": "2.3.2-next.7",
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": "2.3.2-beta.6",
3+
"version": "2.3.2-next.7",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)