Skip to content

Commit 15a8fdd

Browse files
committed
release: 2.0.0-next.46
2 parents c93154d + 7c2f269 commit 15a8fdd

File tree

19 files changed

+117
-118
lines changed

19 files changed

+117
-118
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.45
1+
2.0.0-next.46

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.1",
47+
"@types/node": "^24.0.2",
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
@@ -22,7 +22,7 @@
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
25-
"@types/node": "^24.0.1",
25+
"@types/node": "^24.0.2",
2626
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
2828
"eslint": "^9.29.0",

examples/rspeedy-react-lynx-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"@types/react": "^19.1.8",
3131
"eslint-plugin-react-hooks": "^5.2.0",
3232
"eslint-plugin-react-x": "workspace:*",
33-
"rsbuild-plugin-tailwindcss": "^0.2.1"
33+
"rsbuild-plugin-tailwindcss": "^0.2.2"
3434
}
3535
}

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.0.0-next.45",
3+
"version": "2.0.0-next.46",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -58,7 +58,7 @@
5858
"@swc/core": "^1.12.1",
5959
"@tsconfig/node22": "^22.0.2",
6060
"@tsconfig/strictest": "^2.0.5",
61-
"@types/node": "^24.0.1",
61+
"@types/node": "^24.0.2",
6262
"@types/react": "^19.1.8",
6363
"@types/react-dom": "^19.1.6",
6464
"@typescript-eslint/parser": "^8.34.0",
@@ -74,7 +74,7 @@
7474
"eslint-plugin-fast-import": "^1.1.2",
7575
"eslint-plugin-vitest": "^0.5.4",
7676
"jiti": "^2.4.2",
77-
"lefthook": "^1.11.13",
77+
"lefthook": "^1.11.14",
7878
"markdownlint": "^0.38.0",
7979
"nx": "21.1.3",
8080
"publint": "^0.3.12",

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.0.0-next.45",
3+
"version": "2.0.0-next.46",
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.0.0-next.45",
3+
"version": "2.0.0-next.46",
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.0.0-next.45",
3+
"version": "2.0.0-next.46",
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.0.0-next.45",
3+
"version": "2.0.0-next.46",
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.0.0-next.45",
3+
"version": "2.0.0-next.46",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)