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

Commit

Permalink
feat: remove deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 2, 2024
1 parent 4909ab4 commit 626f07f
Show file tree
Hide file tree
Showing 7 changed files with 308 additions and 738 deletions.
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "vp-update",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"description": "Update helper for VuePress2",
"keywords": [
"update",
"vuepress",
"vuepress2"
"vuepress2",
"update"
],
"license": "MIT",
"author": {
Expand All @@ -30,20 +30,16 @@
"build": "rollup -c rollup.config.ts --configPlugin esbuild",
"prepublishOnly": "pnpm build"
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.15.1",
"dependencies": {
"cac": "^6.7.14",
"execa": "^8.0.1",
"inquirer": "^9.2.12",
"semver": "^7.5.4"
},
"devDependencies": {
"@types/inquirer": "9.0.7",
"@types/semver": "7.5.6",
"esbuild": "0.19.7",
"magic-string": "0.30.5",
"rollup": "4.5.1",
"rollup-plugin-esbuild": "6.1.0",
"esbuild": "0.20.0",
"rollup": "4.9.6",
"rollup-plugin-esbuild": "6.1.1",
"rollup-plugin-resolve-shebang": "1.0.1"
}
}
Loading

0 comments on commit 626f07f

Please sign in to comment.