Skip to content

Commit bd97fed

Browse files
committed
chore: update deps
1 parent 947baff commit bd97fed

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151
}
5252
},
5353
"devDependencies": {
54-
"@micro-app/plugin-deploy": "^0.0.6",
54+
"@micro-app/plugin-deploy": "^0.0.7",
5555
"@types/jest": "^24.9.1",
5656
"eslint-config-2o3t": "^2.0.1",
5757
"husky": "^3.1.0",
5858
"jest": "^24.9.0"
5959
},
6060
"dependencies": {
61-
"@micro-app/core": "^0.3.19",
61+
"@micro-app/core": "^0.3.20",
6262
"@zkochan/cmd-shim": "^4.3.0",
6363
"read-cmd-shim": "^2.0.0",
6464
"update-notifier": "^4.1.0"

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function createService(_argv) {
2525
require('./plugins/register')(service);
2626

2727
// 预加载插件
28-
// ZAP --pre-register-plugin
28+
// --pre-register-plugin
2929
if (argv.preRegisterPlugin && _.isString(argv.preRegisterPlugin)) {
3030
const preRegisterPluginPath = path.resolve(service.root, argv.preRegisterPlugin);
3131
if (fs.pathExistsSync(preRegisterPluginPath)) {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -361,19 +361,19 @@
361361
"@types/istanbul-reports" "^1.1.1"
362362
"@types/yargs" "^13.0.0"
363363

364-
"@micro-app/core@^0.3.19":
365-
version "0.3.19"
366-
resolved "https://registry.yarnpkg.com/@micro-app/core/-/core-0.3.19.tgz#4a2b67a9b110a9cb9454ee641c14a526076963be"
367-
integrity sha512-u6AUTtn2pGCCanRakEG2WdWfqThpR6OLekEfZiXGKnC/O3palCDCOXtBkkndiU5HxI/8/O1xhgF0sF+6xkuGDw==
364+
"@micro-app/core@^0.3.20":
365+
version "0.3.20"
366+
resolved "https://registry.yarnpkg.com/@micro-app/core/-/core-0.3.20.tgz#f0a2d809eb82c8836c4dccaffdfb46383ed5554b"
367+
integrity sha512-qpo/tENg6Qpb2kZSudq/9XHb/kPpcYUhlG/7wSgNr+f4uLfV9gF98Cqpz25lg5hya1q2yY6/y8/rPhLOaHqj0g==
368368
dependencies:
369369
"@micro-app/shared-utils" "^0.1.16"
370370
dotenv "^8.2.0"
371371
dotenv-expand "^5.1.0"
372372

373-
"@micro-app/plugin-deploy@^0.0.6":
374-
version "0.0.6"
375-
resolved "https://registry.yarnpkg.com/@micro-app/plugin-deploy/-/plugin-deploy-0.0.6.tgz#75a0b435a8f6b12252c7204642383511f66521b7"
376-
integrity sha512-zvCqaKRTxwFx9A+A2p/RxdBJSDhYClpOJyQPmlx16RQwhqpFNUVdbR17qa7uaWCPyC11OM1IWAPiz10UA+XHeQ==
373+
"@micro-app/plugin-deploy@^0.0.7":
374+
version "0.0.7"
375+
resolved "https://registry.yarnpkg.com/@micro-app/plugin-deploy/-/plugin-deploy-0.0.7.tgz#cc413f4a98b700db8e84a8a3137c6ee41ae71642"
376+
integrity sha512-LcVQ3k3RSdsVaVd0HiBZJIF7RAZUAMHESekNt38xW4ZOPs9caU1UUhxVLNFo9ea5nCxqzvF/Ueo5e8iCQKW+WQ==
377377
dependencies:
378378
"@release-it/conventional-changelog" "^1.1.0"
379379
release-it "^13.1.1"

0 commit comments

Comments
 (0)