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

Commit

Permalink
chore: update 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 963dca9
Show file tree
Hide file tree
Showing 6 changed files with 213 additions and 714 deletions.
16 changes: 6 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"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 963dca9

Please sign in to comment.