Skip to content

Commit e535476

Browse files
committed
release: 2.3.5-beta.5
1 parent f2a558c commit e535476

File tree

17 files changed

+149
-152
lines changed

17 files changed

+149
-152
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typescript-eslint": "^8.46.4"
3232
},
3333
"peerDependencies": {
34-
"eslint": "^9.38.0",
34+
"eslint": "^9.39.1",
3535
"typescript": "^5.9.3"
3636
}
3737
}

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.5-next.5
1+
2.3.5-beta.5

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"bsky-react-post": "^0.1.7",
1515
"clsx": "^2.1.1",
1616
"effect": "^3.19.3",
17-
"fumadocs-core": "16.0.5",
18-
"fumadocs-docgen": "3.0.3",
19-
"fumadocs-mdx": "13.0.2",
20-
"fumadocs-twoslash": "3.1.9",
21-
"fumadocs-typescript": "4.0.12",
22-
"fumadocs-ui": "16.0.5",
17+
"fumadocs-core": "16.0.10",
18+
"fumadocs-docgen": "3.0.4",
19+
"fumadocs-mdx": "13.0.7",
20+
"fumadocs-twoslash": "3.1.10",
21+
"fumadocs-typescript": "4.0.13",
22+
"fumadocs-ui": "16.0.10",
2323
"lucide-react": "^0.553.0",
2424
"next": "^16.0.1",
2525
"next-view-transitions": "^0.3.4",

package.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "2.3.5-next.5",
3+
"version": "2.3.5-beta.5",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -98,7 +98,7 @@
9898
},
9999
"packageManager": "[email protected]",
100100
"engines": {
101-
"node": ">=20.19.0"
101+
"node": ">=24.0.0"
102102
},
103103
"pnpm": {
104104
"onlyBuiltDependencies": [
@@ -113,12 +113,6 @@
113113
"@types/react-dom": "^19.2.3",
114114
"esbuild": "^0.27.0",
115115
"eslint": "9.39.1",
116-
"fumadocs-core": "15.8.5",
117-
"fumadocs-docgen": "3.0.2",
118-
"fumadocs-mdx": "12.0.3",
119-
"fumadocs-twoslash": "3.1.8",
120-
"fumadocs-typescript": "4.0.11",
121-
"fumadocs-ui": "15.8.5",
122116
"next": "^16.0.1",
123117
"react": "^19.2.0",
124118
"react-dom": "^19.2.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.5-next.5",
3+
"version": "2.3.5-beta.5",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "2.3.5-next.5",
3+
"version": "2.3.5-beta.5",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"react",
@@ -63,7 +63,7 @@
6363
"tsdown": "^0.16.3"
6464
},
6565
"peerDependencies": {
66-
"eslint": "^9.38.0",
66+
"eslint": "^9.39.1",
6767
"typescript": "^5.9.3"
6868
},
6969
"engines": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "2.3.5-next.5",
3+
"version": "2.3.5-beta.5",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"react",
@@ -63,7 +63,7 @@
6363
"tsdown": "^0.16.3"
6464
},
6565
"peerDependencies": {
66-
"eslint": "^9.38.0",
66+
"eslint": "^9.39.1",
6767
"typescript": "^5.9.3"
6868
},
6969
"engines": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "2.3.5-next.5",
3+
"version": "2.3.5-beta.5",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"react",
@@ -64,7 +64,7 @@
6464
"tsdown": "^0.16.3"
6565
},
6666
"peerDependencies": {
67-
"eslint": "^9.38.0",
67+
"eslint": "^9.39.1",
6868
"typescript": "^5.9.3"
6969
},
7070
"engines": {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "2.3.5-next.5",
3+
"version": "2.3.5-beta.5",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",
@@ -63,7 +63,7 @@
6363
"tsdown": "^0.16.3"
6464
},
6565
"peerDependencies": {
66-
"eslint": "^9.38.0",
66+
"eslint": "^9.39.1",
6767
"typescript": "^5.9.3"
6868
},
6969
"engines": {

packages/plugins/eslint-plugin-react-web-api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-web-api",
3-
"version": "2.3.5-next.5",
3+
"version": "2.3.5-beta.5",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",
@@ -62,7 +62,7 @@
6262
"tsdown": "^0.16.3"
6363
},
6464
"peerDependencies": {
65-
"eslint": "^9.38.0",
65+
"eslint": "^9.39.1",
6666
"typescript": "^5.9.3"
6767
},
6868
"engines": {

0 commit comments

Comments
 (0)