Skip to content

Commit bc1300d

Browse files
committed
release: 1.40.1-next.1
1 parent 49bbab0 commit bc1300d

File tree

19 files changed

+137
-130
lines changed

19 files changed

+137
-130
lines changed

VERSION

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

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
"@tsconfig/strictest": "^2.0.5",
4444
"@types/hast": "^3.0.4",
4545
"@types/mdx": "^2.0.13",
46-
"@types/node": "^22.13.14",
46+
"@types/node": "^22.13.16",
4747
"@types/react": "^19.0.12",
4848
"@types/react-dom": "^19.0.4",
4949
"autoprefixer": "^10.4.21",
5050
"dedent": "^1.5.3",
5151
"eslint": "^9.23.0",
5252
"eslint-plugin-de-morgan": "^1.2.1",
53-
"eslint-plugin-import-x": "^4.9.4",
53+
"eslint-plugin-import-x": "^4.10.0",
5454
"eslint-plugin-perfectionist": "^4.10.1",
5555
"eslint-plugin-react-hooks": "^5.2.0",
5656
"eslint-plugin-react-refresh": "^0.4.19",

examples/next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.1",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^22.13.14",
24+
"@types/node": "^22.13.16",
2525
"@types/react": "^19.0.12",
2626
"@types/react-dom": "^19.0.4",
2727
"eslint": "^9.23.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.40.1-beta.0",
3+
"version": "1.40.1-next.1",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [
@@ -56,10 +56,10 @@
5656
"@eslint/markdown": "^6.3.0",
5757
"@local/configs": "workspace:*",
5858
"@local/eslint-plugin-local": "workspace:*",
59-
"@swc/core": "^1.11.13",
59+
"@swc/core": "^1.11.15",
6060
"@tsconfig/node22": "^22.0.1",
6161
"@tsconfig/strictest": "^2.0.5",
62-
"@types/node": "^22.13.14",
62+
"@types/node": "^22.13.16",
6363
"@types/react": "^19.0.12",
6464
"@types/react-dom": "^19.0.4",
6565
"@typescript-eslint/parser": "^8.29.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.40.1-beta.0",
3+
"version": "1.40.1-next.1",
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.40.1-beta.0",
3+
"version": "1.40.1-next.1",
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.40.1-beta.0",
3+
"version": "1.40.1-next.1",
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.40.1-beta.0",
3+
"version": "1.40.1-next.1",
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.40.1-beta.0",
3+
"version": "1.40.1-next.1",
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.40.1-beta.0",
3+
"version": "1.40.1-next.1",
44
"description": "ESLint React's ESLint plugin for interacting with Web APIs",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)