Skip to content

Commit a59291d

Browse files
committed
release: 1.15.1-next.12
1 parent 0311257 commit a59291d

File tree

21 files changed

+179
-179
lines changed

21 files changed

+179
-179
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.1-next.11
1+
1.15.1-next.12

examples/vite-react-dom-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"@eslint/js": "^9.13.0",
2121
"@tsconfig/node22": "^22.0.0",
2222
"@tsconfig/strictest": "^2.0.5",
23-
"@types/react": "^18.3.11",
23+
"@types/react": "^18.3.12",
2424
"@types/react-dom": "^18.3.1",
2525
"@vitejs/plugin-react": "^4.3.3",
2626
"eslint": "^9.13.0",
2727
"eslint-plugin-react-hooks": "rc",
2828
"eslint-plugin-react-refresh": "^0.4.13",
2929
"typescript": "^5.6.3",
3030
"typescript-eslint": "^8.11.0",
31-
"vite": "^5.4.9"
31+
"vite": "^5.4.10"
3232
}
3333
}

examples/vite-react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@eslint-react/eslint-plugin": "workspace:*",
2323
"@eslint/config-inspector": "^0.5.5",
2424
"@eslint/js": "^9.13.0",
25-
"@types/react": "^18.3.11",
25+
"@types/react": "^18.3.12",
2626
"@types/react-dom": "^18.3.1",
2727
"@vitejs/plugin-react": "^4.3.3",
2828
"eslint": "^9.13.0",
2929
"eslint-plugin-react-hooks": "rc",
3030
"eslint-plugin-react-refresh": "^0.4.13",
3131
"globals": "^15.11.0",
32-
"vite": "^5.4.9"
32+
"vite": "^5.4.10"
3333
}
3434
}

examples/webpack-react-dom-ts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"@tsconfig/node22": "22.0.0",
2626
"@tsconfig/strictest": "2.0.5",
2727
"@types/dotenv-webpack": "7.0.7",
28-
"@types/node": "^22.7.8",
29-
"@types/react": "^18.3.11",
28+
"@types/node": "^22.7.9",
29+
"@types/react": "^18.3.12",
3030
"@types/react-dom": "^18.3.1",
3131
"css-loader": "^7.1.2",
3232
"dotenv-webpack": "^8.1.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eslint-react/monorepo",
3-
"version": "1.15.1-next.11",
3+
"version": "1.15.1-next.12",
44
"private": true,
55
"description": "A series of composable ESLint plugins for libraries and frameworks that use React as a UI runtime.",
66
"keywords": [
@@ -60,8 +60,8 @@
6060
"@swc/core": "^1.7.39",
6161
"@tsconfig/node22": "^22.0.0",
6262
"@tsconfig/strictest": "^2.0.5",
63-
"@types/node": "^22.7.8",
64-
"@types/react": "^18.3.11",
63+
"@types/node": "^22.7.9",
64+
"@types/react": "^18.3.12",
6565
"@types/react-dom": "^18.3.1",
6666
"@typescript-eslint/eslint-plugin": "^8.11.0",
6767
"@typescript-eslint/parser": "^8.11.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.15.1-next.11",
3+
"version": "1.15.1-next.12",
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-debug",
3-
"version": "1.15.1-next.11",
3+
"version": "1.15.1-next.12",
44
"description": "ESLint React's ESLint plugin for debugging related rules.",
55
"keywords": [
66
"eslint",
@@ -62,7 +62,7 @@
6262
"ts-pattern": "^5.5.0"
6363
},
6464
"devDependencies": {
65-
"@types/react": "^18.3.11",
65+
"@types/react": "^18.3.12",
6666
"@types/react-dom": "^18.3.1",
6767
"tsup": "^8.3.0"
6868
},

packages/plugins/eslint-plugin-react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-dom",
3-
"version": "1.15.1-next.11",
3+
"version": "1.15.1-next.12",
44
"description": "ESLint React's ESLint plugin for React DOM related rules.",
55
"keywords": [
66
"eslint",
@@ -61,7 +61,7 @@
6161
"ts-pattern": "^5.5.0"
6262
},
6363
"devDependencies": {
64-
"@types/react": "^18.3.11",
64+
"@types/react": "^18.3.12",
6565
"@types/react-dom": "^18.3.1",
6666
"string-ts": "^2.2.0",
6767
"tsup": "^8.3.0"

packages/plugins/eslint-plugin-react-hooks-extra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-hooks-extra",
3-
"version": "1.15.1-next.11",
3+
"version": "1.15.1-next.12",
44
"description": "ESLint React's ESLint plugin for React Hooks related rules.",
55
"keywords": [
66
"eslint",
@@ -61,7 +61,7 @@
6161
"ts-pattern": "^5.5.0"
6262
},
6363
"devDependencies": {
64-
"@types/react": "^18.3.11",
64+
"@types/react": "^18.3.12",
6565
"@types/react-dom": "^18.3.1",
6666
"string-ts": "^2.2.0",
6767
"tsup": "^8.3.0"

packages/plugins/eslint-plugin-react-naming-convention/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-react-naming-convention",
3-
"version": "1.15.1-next.11",
3+
"version": "1.15.1-next.12",
44
"description": "ESLint React's ESLint plugin for naming convention related rules.",
55
"keywords": [
66
"eslint",
@@ -60,7 +60,7 @@
6060
"ts-pattern": "^5.5.0"
6161
},
6262
"devDependencies": {
63-
"@types/react": "^18.3.11",
63+
"@types/react": "^18.3.12",
6464
"@types/react-dom": "^18.3.1",
6565
"string-ts": "^2.2.0",
6666
"tsup": "^8.3.0"

0 commit comments

Comments
 (0)