Skip to content

Commit 4266a55

Browse files
committed
release: 1.52.2-next.0
1 parent fa6d150 commit 4266a55

File tree

23 files changed

+38
-38
lines changed

23 files changed

+38
-38
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^4.4.1",
2424
"eslint-plugin-de-morgan": "^1.3.0",
2525
"eslint-plugin-function": "^0.0.22",
26-
"eslint-plugin-jsdoc": "^50.7.1",
26+
"eslint-plugin-jsdoc": "^50.8.0",
2727
"eslint-plugin-perfectionist": "^4.14.0",
2828
"eslint-plugin-regexp": "^2.9.0",
2929
"eslint-plugin-unicorn": "^59.0.1",

.pkgs/eslint-plugin-local/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/types": "^8.34.0",
3434
"@typescript-eslint/utils": "^8.34.0",
3535
"eslint-plugin-de-morgan": "^1.3.0",
36-
"eslint-plugin-jsdoc": "^50.7.1",
36+
"eslint-plugin-jsdoc": "^50.8.0",
3737
"eslint-plugin-perfectionist": "^4.14.0",
3838
"eslint-plugin-regexp": "^2.9.0",
3939
"eslint-plugin-unicorn": "^59.0.1",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.7",
45+
"@types/react": "^19.1.8",
4646
"@types/react-dom": "^19.1.6",
4747
"tsup": "^8.5.0"
4848
},

VERSION

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

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@
3737
"@eslint/markdown": "^6.5.0",
3838
"@local/configs": "workspace:*",
3939
"@mdx-js/mdx": "^3.1.0",
40-
"@tailwindcss/postcss": "^4.1.8",
40+
"@tailwindcss/postcss": "^4.1.10",
4141
"@theguild/remark-mermaid": "^0.3.0",
4242
"@tsconfig/next": "^2.0.3",
4343
"@tsconfig/node22": "^22.0.2",
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^24.0.0",
48-
"@types/react": "^19.1.7",
47+
"@types/node": "^24.0.1",
48+
"@types/react": "^19.1.8",
4949
"@types/react-dom": "^19.1.6",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.6.0",
5252
"eslint": "^9.28.0",
5353
"eslint-plugin-de-morgan": "^1.3.0",
54-
"eslint-plugin-import-x": "^4.15.1",
54+
"eslint-plugin-import-x": "^4.15.2",
5555
"eslint-plugin-perfectionist": "^4.14.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",
60-
"postcss": "^8.5.4",
61-
"tailwindcss": "^4.1.8",
60+
"postcss": "^8.5.5",
61+
"tailwindcss": "^4.1.10",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.3",
6464
"typescript-eslint": "^8.34.0"

examples/next-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.2",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^24.0.0",
25-
"@types/react": "^19.1.7",
24+
"@types/node": "^24.0.1",
25+
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
2727
"eslint": "^9.28.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@tsconfig/node22": "^22.0.2",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^6.3.5",
24-
"@types/react": "^19.1.7",
24+
"@types/react": "^19.1.8",
2525
"@types/react-dom": "^19.1.6",
2626
"@vitejs/plugin-react": "^4.5.2",
2727
"eslint": "^9.28.0",

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.1.0",
2020
"@eslint/js": "^9.28.0",
21-
"@types/react": "^19.1.7",
21+
"@types/react": "^19.1.8",
2222
"@types/react-dom": "^19.1.6",
2323
"@vitejs/plugin-react": "^4.5.2",
2424
"eslint": "^9.28.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
@@ -23,7 +23,7 @@
2323
"@eslint/js": "^9.28.0",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.1.7",
26+
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
2828
"@vitejs/plugin-react": "^4.5.2",
2929
"eslint": "^9.28.0",

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@tsconfig/vite-react": "^6.3.5",
26-
"@types/react": "^19.1.7",
26+
"@types/react": "^19.1.8",
2727
"@types/react-dom": "^19.1.6",
2828
"@vitejs/plugin-react": "^4.5.2",
2929
"eslint": "^9.28.0",

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/monorepo",
3-
"version": "1.52.1",
3+
"version": "1.52.2-next.0",
44
"private": true,
55
"description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].",
66
"keywords": [

0 commit comments

Comments
 (0)