Skip to content

Commit 8a7f270

Browse files
committed
release: 2.0.0-next.58
1 parent 612308f commit 8a7f270

File tree

18 files changed

+535
-535
lines changed

18 files changed

+535
-535
lines changed

VERSION

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

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@eslint/markdown": "^6.6.0",
3838
"@local/configs": "workspace:*",
3939
"@mdx-js/mdx": "^3.1.0",
40-
"@tailwindcss/postcss": "^4.1.10",
40+
"@tailwindcss/postcss": "^4.1.11",
4141
"@theguild/remark-mermaid": "^0.3.0",
4242
"@tsconfig/next": "^2.0.3",
4343
"@tsconfig/node22": "^22.0.2",
@@ -51,14 +51,14 @@
5151
"dedent": "^1.6.0",
5252
"eslint": "^9.29.0",
5353
"eslint-plugin-de-morgan": "^1.3.0",
54-
"eslint-plugin-perfectionist": "^4.15.0",
5554
"eslint-plugin-fast-import": "^1.2.0",
55+
"eslint-plugin-perfectionist": "^4.15.0",
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-react-refresh": "^0.4.20",
5858
"eslint-plugin-unicorn": "^59.0.1",
5959
"importx": "^0.5.2",
6060
"postcss": "^8.5.6",
61-
"tailwindcss": "^4.1.10",
61+
"tailwindcss": "^4.1.11",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.3",
6464
"typescript-eslint": "^8.35.0"

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react-dom": "^19.1.0"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "^7.27.4",
18+
"@babel/core": "^7.27.7",
1919
"@babel/eslint-parser": "^7.27.5",
2020
"@babel/preset-env": "^7.27.2",
2121
"@babel/preset-react": "^7.27.1",

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.57",
3+
"version": "2.0.0-next.58",
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.6.0",
5656
"@local/configs": "workspace:*",
5757
"@local/eslint-plugin-local": "workspace:*",
58-
"@swc/core": "^1.12.6",
58+
"@swc/core": "^1.12.7",
5959
"@tsconfig/node22": "^22.0.2",
6060
"@tsconfig/strictest": "^2.0.5",
6161
"@types/node": "^24.0.4",

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.57",
3+
"version": "2.0.0-next.58",
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.57",
3+
"version": "2.0.0-next.58",
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.57",
3+
"version": "2.0.0-next.58",
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.57",
3+
"version": "2.0.0-next.58",
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.57",
3+
"version": "2.0.0-next.58",
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.57",
3+
"version": "2.0.0-next.58",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)