Skip to content

Commit d39254b

Browse files
committed
release: 1.34.0-next.2
1 parent b0013ee commit d39254b

File tree

17 files changed

+161
-39
lines changed

17 files changed

+161
-39
lines changed

VERSION

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"fumadocs-twoslash": "3.1.0",
1919
"fumadocs-typescript": "3.1.0",
2020
"fumadocs-ui": "15.0.12",
21-
"lucide-react": "^0.481.0",
21+
"lucide-react": "^0.482.0",
2222
"next": "^15.2.2",
2323
"next-view-transitions": "^0.3.4",
2424
"react": "^19.0.0",
@@ -49,7 +49,7 @@
4949
"dedent": "^1.5.3",
5050
"eslint": "^9.22.0",
5151
"eslint-plugin-de-morgan": "^1.2.1",
52-
"eslint-plugin-import-x": "^4.6.1",
52+
"eslint-plugin-import-x": "^4.7.0",
5353
"eslint-plugin-mdx": "^3.2.0",
5454
"eslint-plugin-perfectionist": "^4.10.1",
5555
"eslint-plugin-react-compiler": "^19.0.0-beta-bafa41b-20250307",

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": "1.34.0-beta.1",
3+
"version": "1.34.0-next.2",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -115,7 +115,7 @@
115115
"cross-spawn": "^7.0.6",
116116
"esbuild": "^0.25.1",
117117
"is-core-module": "npm:@socketregistry/is-core-module@^1.0.8",
118-
"lucide-react": "^0.480.0",
118+
"lucide-react": "^0.482.0",
119119
"next": "^15.2.2",
120120
"react": "^19.0.0",
121121
"react-dom": "^19.0.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": "1.34.0-beta.1",
3+
"version": "1.34.0-next.2",
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": "1.34.0-beta.1",
3+
"version": "1.34.0-next.2",
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": "1.34.0-beta.1",
3+
"version": "1.34.0-next.2",
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": "1.34.0-beta.1",
3+
"version": "1.34.0-next.2",
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": "1.34.0-beta.1",
3+
"version": "1.34.0-next.2",
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": "1.34.0-beta.1",
3+
"version": "1.34.0-next.2",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

packages/plugins/eslint-plugin-react-x/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-x",
3-
"version": "1.34.0-beta.1",
3+
"version": "1.34.0-next.2",
44
"description": "A set of composable linting rules for libraries and frameworks that use React as a UI runtime.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)