Skip to content

Commit 9dab0d1

Browse files
committed
release: 2.0.0-beta.48
1 parent a33f268 commit 9dab0d1

File tree

19 files changed

+60
-94
lines changed

19 files changed

+60
-94
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0-next.148
1+
2.0.0-beta.48

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"fumadocs-twoslash": "3.1.6",
2525
"fumadocs-typescript": "4.0.6",
2626
"fumadocs-ui": "15.7.2",
27-
"lucide-react": "^0.541.0",
27+
"lucide-react": "^0.542.0",
2828
"next": "^15.5.0",
2929
"next-view-transitions": "^0.3.4",
3030
"react": "^19.1.1",

examples/lynx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@lynx-js/react-rsbuild-plugin": "^0.10.13",
2525
"@lynx-js/rspeedy": "^0.10.8",
2626
"@lynx-js/types": "^3.3.0",
27-
"@rsbuild/plugin-sass": "^1.3.5",
27+
"@rsbuild/plugin-sass": "^1.4.0",
2828
"@rsbuild/plugin-type-check": "^1.2.4",
2929
"@types/react": "^19.1.11",
3030
"eslint-plugin-react-hooks": "^5.2.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"globals": "^16.3.0",
33-
"ts-blank-eslint-parser": "^0.4.3",
33+
"ts-blank-eslint-parser": "^0.4.4",
3434
"typescript": "^5.9.2",
3535
"typescript-eslint": "^8.41.0",
3636
"vite": "^7.1.3"

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.0.0-next.148",
3+
"version": "2.0.0-beta.48",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -123,7 +123,7 @@
123123
"@types/react-dom": "^19.1.8",
124124
"cross-spawn": "^7.0.6",
125125
"esbuild": "^0.25.9",
126-
"lucide-react": "^0.541.0",
126+
"lucide-react": "^0.542.0",
127127
"next": "^15.5.0",
128128
"react": "^19.1.1",
129129
"react-dom": "^19.1.1",

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

0 commit comments

Comments
 (0)