Skip to content

Commit 93ead6e

Browse files
committed
chore: update @types/node to version 22.13.10 and eslint-plugin-perfectionist to version 4.10.0
1 parent 52ccac9 commit 93ead6e

File tree

5 files changed

+88
-181
lines changed

5 files changed

+88
-181
lines changed

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@tsconfig/strictest": "^2.0.5",
4141
"@types/hast": "^3.0.4",
4242
"@types/mdx": "^2.0.13",
43-
"@types/node": "^22.13.9",
43+
"@types/node": "^22.13.10",
4444
"@types/react": "^19.0.10",
4545
"@types/react-dom": "^19.0.4",
4646
"autoprefixer": "^10.4.20",
@@ -49,8 +49,8 @@
4949
"eslint": "^9.22.0",
5050
"eslint-plugin-de-morgan": "^1.2.0",
5151
"eslint-plugin-import-x": "^4.6.1",
52-
"eslint-plugin-mdx": "^3.1.5",
53-
"eslint-plugin-perfectionist": "^4.9.0",
52+
"eslint-plugin-mdx": "^3.2.0",
53+
"eslint-plugin-perfectionist": "^4.10.0",
5454
"eslint-plugin-react-compiler": "^19.0.0-beta-40c6c23-20250301",
5555
"eslint-plugin-react-hooks": "^5.2.0",
5656
"eslint-plugin-react-refresh": "^0.4.19",

examples/dual-react-dom-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@eslint/js": "^9.22.0",
3535
"@tsconfig/node22": "^22.0.0",
3636
"@tsconfig/strictest": "^2.0.5",
37-
"@types/node": "^22.13.9",
37+
"@types/node": "^22.13.10",
3838
"@types/react": "^19.0.10",
3939
"eslint": "^9.22.0",
4040
"eslint-plugin-react-dom": "workspace:*",

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.0",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^22.13.9",
24+
"@types/node": "^22.13.10",
2525
"@types/react": "^19.0.10",
2626
"@types/react-dom": "^19.0.4",
2727
"eslint": "^9.22.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@swc/core": "^1.11.8",
6262
"@tsconfig/node22": "^22.0.0",
6363
"@tsconfig/strictest": "^2.0.5",
64-
"@types/node": "^22.13.9",
64+
"@types/node": "^22.13.10",
6565
"@types/react": "^19.0.10",
6666
"@types/react-dom": "^19.0.4",
6767
"@typescript-eslint/parser": "^8.26.0",
@@ -76,7 +76,7 @@
7676
"eslint-config-flat-gitignore": "^2.1.0",
7777
"eslint-plugin-de-morgan": "^1.2.0",
7878
"eslint-plugin-jsdoc": "^50.6.3",
79-
"eslint-plugin-perfectionist": "^4.9.0",
79+
"eslint-plugin-perfectionist": "^4.10.0",
8080
"eslint-plugin-regexp": "^2.7.0",
8181
"eslint-plugin-simple-import-sort": "^12.1.1",
8282
"eslint-plugin-unicorn": "^57.0.0",

0 commit comments

Comments
 (0)