feat: add rimraf

This commit is contained in:
熊潇 2024-10-10 00:54:36 +08:00
parent 7b5f6d120b
commit 1ebf7acfe4
2 changed files with 16 additions and 7 deletions

View File

@ -23,20 +23,21 @@
],
"author": "abearxiong",
"devDependencies": {
"@kevisual/query": "0.0.7-alpha.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/node": "^22.5.5",
"commander": "^12.1.0",
"rollup": "^4.24.0",
"tslib": "^2.7.0",
"typescript": "^5.6.3",
"@kevisual/query": "0.0.7-alpha.1",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"form-data": "^4.0.0",
"glob": "^11.0.0",
"inquirer": "^12.0.0"
"inquirer": "^12.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.24.0",
"tslib": "^2.7.0",
"typescript": "^5.6.3"
},
"dependencies": {},
"resolutions": {
@ -48,4 +49,4 @@
"publishConfig": {
"access": "public"
}
}
}

View File

@ -630,6 +630,14 @@ resolve@^1.22.1:
path-parse "^1.0.7"
supports-preserve-symlinks-flag "^1.0.0"
rimraf@^6.0.1:
version "6.0.1"
resolved "https://registry.npmmirror.com/rimraf/-/rimraf-6.0.1.tgz#ffb8ad8844dd60332ab15f52bc104bc3ed71ea4e"
integrity sha512-9dkvaxAsk/xNXSJzMgFqqMCuFgt2+KsOFek3TMLfo8NCPfWpBmqwyNn5Y+NX56QUYfCtsyhF3ayiboEoUmJk/A==
dependencies:
glob "^11.0.0"
package-json-from-dist "^1.0.0"
rollup@^4.24.0:
version "4.24.0"
resolved "https://registry.npmmirror.com/rollup/-/rollup-4.24.0.tgz#c14a3576f20622ea6a5c9cad7caca5e6e9555d05"