Skip to content

Commit a42e8d9

Browse files
committed
release: 2.3.9-next.0
1 parent 0b72027 commit a42e8d9

File tree

17 files changed

+4846
-8522
lines changed

17 files changed

+4846
-8522
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.8-beta.2
1+
2.3.9-next.0

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fumadocs-twoslash": "3.1.10",
2121
"fumadocs-typescript": "4.0.13",
2222
"fumadocs-ui": "16.1.0",
23-
"lucide-react": "^0.554.0",
23+
"lucide-react": "^0.555.0",
2424
"next": "^16.0.4",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.2.0",

dprint.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
3131
"https://plugins.dprint.dev/toml-0.7.0.wasm",
3232
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm",
33-
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.24.1.wasm"
33+
"https://plugins.dprint.dev/g-plane/markup_fmt-v0.25.1.wasm"
3434
]
3535
}

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.8-beta.2",
3+
"version": "2.3.9-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -116,7 +116,7 @@
116116
"fumadocs-twoslash": "3.1.8",
117117
"fumadocs-typescript": "4.0.11",
118118
"fumadocs-ui": "15.8.5",
119-
"next": "^16.0.3",
119+
"next": "^16.0.4",
120120
"react": "^19.2.0",
121121
"react-dom": "^19.2.0",
122122
"ts-api-utils": "^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": "2.3.8-beta.2",
3+
"version": "2.3.9-next.0",
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.8-beta.2",
3+
"version": "2.3.9-next.0",
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.8-beta.2",
3+
"version": "2.3.9-next.0",
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": "2.3.8-beta.2",
3+
"version": "2.3.9-next.0",
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": "2.3.8-beta.2",
3+
"version": "2.3.9-next.0",
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": "2.3.8-beta.2",
3+
"version": "2.3.9-next.0",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)