Skip to content

Commit 0a2f943

Browse files
committed
release: 1.43.1-next.0
1 parent 4e44fac commit 0a2f943

File tree

19 files changed

+187
-178
lines changed

19 files changed

+187
-178
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.43.0
1+
1.43.1-next.0

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"fumadocs-typescript": "4.0.2",
2121
"fumadocs-ui": "15.2.5",
2222
"lucide-react": "^0.487.0",
23-
"next": "^15.2.5",
23+
"next": "^15.3.0",
2424
"next-view-transitions": "^0.3.4",
2525
"react": "^19.1.0",
2626
"react-dom": "^19.1.0",

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.2.5",
12+
"next": "^15.3.0",
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/config-inspector": "^1.0.2",
1919
"@eslint/js": "^9.24.0",
20-
"@next/eslint-plugin-next": "^15.2.5",
20+
"@next/eslint-plugin-next": "^15.3.0",
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.1",
2323
"@tsconfig/strictest": "^2.0.5",

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.43.0",
3+
"version": "1.43.1-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -114,7 +114,7 @@
114114
"cross-spawn": "^7.0.6",
115115
"esbuild": "^0.25.2",
116116
"lucide-react": "^0.487.0",
117-
"next": "^15.2.5",
117+
"next": "^15.3.0",
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": "1.43.0",
3+
"version": "1.43.1-next.0",
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.43.0",
3+
"version": "1.43.1-next.0",
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.43.0",
3+
"version": "1.43.1-next.0",
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.43.0",
3+
"version": "1.43.1-next.0",
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.43.0",
3+
"version": "1.43.1-next.0",
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.43.0",
3+
"version": "1.43.1-next.0",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)