Skip to content

Commit 5a45745

Browse files
authored
chore(deps): remove unused deps (#17329)
1 parent 15a6ebb commit 5a45745

File tree

5 files changed

+9
-22
lines changed

5 files changed

+9
-22
lines changed

docs/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"devDependencies": {
1111
"@shikijs/vitepress-twoslash": "^1.6.0",
1212
"@types/express": "^4.17.21",
13+
"feed": "^4.2.2",
1314
"vitepress": "1.2.2",
1415
"vue": "^3.4.27"
1516
}

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"ci-docs": "run-s build docs-build"
4141
},
4242
"devDependencies": {
43-
"@babel/types": "^7.24.6",
4443
"@eslint/js": "^9.3.0",
4544
"@rollup/plugin-typescript": "^11.1.6",
4645
"@types/babel__core": "^7.20.5",
@@ -63,12 +62,10 @@
6362
"@vitejs/release-scripts": "^1.3.1",
6463
"conventional-changelog-cli": "^5.0.0",
6564
"eslint": "^8.57.0",
66-
"eslint-define-config": "^2.1.0",
6765
"eslint-plugin-i": "^2.29.1",
6866
"eslint-plugin-n": "^17.7.0",
6967
"eslint-plugin-regexp": "^2.6.0",
7068
"execa": "^9.1.0",
71-
"feed": "^4.2.2",
7269
"fs-extra": "^11.2.0",
7370
"globals": "^15.3.0",
7471
"lint-staged": "^15.2.5",
@@ -84,7 +81,6 @@
8481
"tsx": "^4.11.0",
8582
"typescript": "^5.2.2",
8683
"typescript-eslint": "^7.10.0",
87-
"unbuild": "^2.0.0",
8884
"vite": "workspace:*",
8985
"vitest": "^1.6.0"
9086
},

packages/plugin-legacy/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
"devDependencies": {
5858
"acorn": "^8.11.3",
5959
"picocolors": "^1.0.1",
60+
"unbuild": "^2.0.0",
6061
"vite": "workspace:*"
6162
}
6263
}

packages/vite/LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ Repository: micromatch/braces
824824

825825
> The MIT License (MIT)
826826
>
827-
> Copyright (c) 2014-2018, Jon Schlinkert.
827+
> Copyright (c) 2014-present, Jon Schlinkert.
828828
>
829829
> Permission is hereby granted, free of charge, to any person obtaining a copy
830830
> of this software and associated documentation files (the "Software"), to deal

pnpm-lock.yaml

+6-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)