Skip to content

Commit baa138e

Browse files
committed
release: 2.0.0-next.48
1 parent 54b40df commit baa138e

File tree

18 files changed

+224
-217
lines changed

18 files changed

+224
-217
lines changed

VERSION

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

apps/website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "15.5.2",
17+
"fumadocs-core": "15.5.3",
1818
"fumadocs-docgen": "2.0.1",
19-
"fumadocs-mdx": "11.6.8",
19+
"fumadocs-mdx": "11.6.9",
2020
"fumadocs-twoslash": "3.1.4",
2121
"fumadocs-typescript": "4.0.6",
22-
"fumadocs-ui": "15.5.2",
23-
"lucide-react": "^0.516.0",
24-
"next": "^15.3.3",
22+
"fumadocs-ui": "15.5.3",
23+
"lucide-react": "^0.518.0",
24+
"next": "^15.3.4",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.1.0",
2727
"react-dom": "^19.1.0",

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^15.3.3",
13+
"next": "^15.3.4",
1414
"react": "^19.1.0",
1515
"react-dom": "^19.1.0"
1616
},
1717
"devDependencies": {
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.1.0",
2020
"@eslint/js": "^9.29.0",
21-
"@next/eslint-plugin-next": "^15.3.3",
21+
"@next/eslint-plugin-next": "^15.3.4",
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",

package.json

Lines changed: 4 additions & 4 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.47",
3+
"version": "2.0.0-next.48",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].",
66
"keywords": [
@@ -55,7 +55,7 @@
5555
"@eslint/markdown": "^6.5.0",
5656
"@local/configs": "workspace:*",
5757
"@local/eslint-plugin-local": "workspace:*",
58-
"@swc/core": "^1.12.1",
58+
"@swc/core": "^1.12.3",
5959
"@tsconfig/node22": "^22.0.2",
6060
"@tsconfig/strictest": "^2.0.5",
6161
"@types/node": "^24.0.3",
@@ -113,8 +113,8 @@
113113
"@types/react-dom": "^19.1.6",
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.5",
116-
"lucide-react": "^0.516.0",
117-
"next": "^15.3.3",
116+
"lucide-react": "^0.518.0",
117+
"next": "^15.3.4",
118118
"react": "^19.1.0",
119119
"react-dom": "^19.1.0",
120120
"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.0.0-next.47",
3+
"version": "2.0.0-next.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.47",
3+
"version": "2.0.0-next.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.47",
3+
"version": "2.0.0-next.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.47",
3+
"version": "2.0.0-next.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.47",
3+
"version": "2.0.0-next.48",
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.0.0-next.47",
3+
"version": "2.0.0-next.48",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)