Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 626f07f

Browse files
committed
feat: remove deps
1 parent 4909ab4 commit 626f07f

File tree

7 files changed

+308
-738
lines changed

7 files changed

+308
-738
lines changed

package.json

+7-11
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "vp-update",
3-
"version": "0.5.0",
3+
"version": "0.6.0",
44
"type": "module",
55
"description": "Update helper for VuePress2",
66
"keywords": [
7-
"update",
87
"vuepress",
9-
"vuepress2"
8+
"vuepress2",
9+
"update"
1010
],
1111
"license": "MIT",
1212
"author": {
@@ -30,20 +30,16 @@
3030
"build": "rollup -c rollup.config.ts --configPlugin esbuild",
3131
"prepublishOnly": "pnpm build"
3232
},
33-
"packageManager": "pnpm@8.10.5",
33+
"packageManager": "pnpm@8.15.1",
3434
"dependencies": {
3535
"cac": "^6.7.14",
36-
"execa": "^8.0.1",
37-
"inquirer": "^9.2.12",
3836
"semver": "^7.5.4"
3937
},
4038
"devDependencies": {
41-
"@types/inquirer": "9.0.7",
4239
"@types/semver": "7.5.6",
43-
"esbuild": "0.19.7",
44-
"magic-string": "0.30.5",
45-
"rollup": "4.5.1",
46-
"rollup-plugin-esbuild": "6.1.0",
40+
"esbuild": "0.20.0",
41+
"rollup": "4.9.6",
42+
"rollup-plugin-esbuild": "6.1.1",
4743
"rollup-plugin-resolve-shebang": "1.0.1"
4844
}
4945
}

0 commit comments

Comments
 (0)