Skip to content

Commit 893abff

Browse files
committed
chore: remove ununsed deps
1 parent e41ec93 commit 893abff

File tree

13 files changed

+122
-181
lines changed

13 files changed

+122
-181
lines changed

.markdownlint.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

.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": "^5.3.1",
2424
"eslint-plugin-de-morgan": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.28",
26-
"eslint-plugin-jsdoc": "^58.1.0",
26+
"eslint-plugin-jsdoc": "^58.1.1",
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/types": "^8.44.0",
3434
"@typescript-eslint/utils": "^8.44.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^58.1.0",
36+
"eslint-plugin-jsdoc": "^58.1.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^61.0.2",

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^24.5.0",
47+
"@types/node": "^24.5.1",
4848
"@types/react": "^19.1.13",
4949
"@types/react-dom": "^19.1.9",
5050
"autoprefixer": "^10.4.21",

examples/next/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.2",
2323
"@tsconfig/strictest": "^2.0.5",
24-
"@types/node": "^24.5.0",
24+
"@types/node": "^24.5.1",
2525
"@types/react": "^19.1.13",
2626
"@types/react-dom": "^19.1.9",
2727
"eslint": "^9.35.0",

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@eslint/js": "^9.35.0",
2121
"@types/react": "^19.1.13",
2222
"@types/react-dom": "^19.1.9",
23-
"@vitejs/plugin-react": "^5.0.2",
23+
"@vitejs/plugin-react": "^5.0.3",
2424
"eslint": "^9.35.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/vite-react": "^7.0.1",
2424
"@types/react": "^19.1.13",
2525
"@types/react-dom": "^19.1.9",
26-
"@vitejs/plugin-react": "^5.0.2",
26+
"@vitejs/plugin-react": "^5.0.3",
2727
"eslint": "^9.35.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",

examples/with-babel-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.1.13",
2727
"@types/react-dom": "^19.1.9",
28-
"@vitejs/plugin-react": "^5.0.2",
28+
"@vitejs/plugin-react": "^5.0.3",
2929
"eslint": "^9.35.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@tsconfig/vite-react": "^7.0.1",
2626
"@types/react": "^19.1.13",
2727
"@types/react-dom": "^19.1.9",
28-
"@vitejs/plugin-react": "^5.0.2",
28+
"@vitejs/plugin-react": "^5.0.3",
2929
"eslint": "^9.35.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@swc/core": "^1.13.5",
6464
"@tsconfig/node22": "^22.0.2",
6565
"@tsconfig/strictest": "^2.0.5",
66-
"@types/node": "^24.5.0",
66+
"@types/node": "^24.5.1",
6767
"@types/react": "^19.1.13",
6868
"@types/react-dom": "^19.1.9",
6969
"@typescript-eslint/parser": "^8.44.0",
@@ -79,8 +79,7 @@
7979
"eslint-plugin-fast-import": "^1.4.3",
8080
"eslint-plugin-vitest": "^0.5.4",
8181
"jiti": "^2.5.1",
82-
"lefthook": "^1.13.0",
83-
"markdownlint": "^0.38.0",
82+
"lefthook": "^1.13.1",
8483
"mdxlint": "^1.0.0",
8584
"publint": "^0.3.12",
8685
"react": "^19.1.1",

0 commit comments

Comments
 (0)