From 991f3ad86914dd704c4631b1032062700207f9bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huan=20LI=20=28=E6=9D=8E=E5=8D=93=E6=A1=93=29?= Date: Wed, 3 Jun 2020 15:03:38 +0800 Subject: [PATCH] upgrade wechaty-puppet-hostie@0.8 --- .vscode/settings.json | 1 + package.json | 4 ++-- src/puppet-config.ts | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 172e7c63..717600a1 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -80,6 +80,7 @@ "logonoff", "padchat", "padplus", + "padpro", "pagepath", "qrcode", "removee", diff --git a/package.json b/package.json index 24412bda..1a8dfce7 100644 --- a/package.json +++ b/package.json @@ -100,8 +100,8 @@ "read-pkg-up": "^7.0.1", "state-switch": "^0.9.9", "watchdog": "^0.8.17", - "wechaty-puppet": "^0.25.7", - "wechaty-puppet-hostie": "^0.7.12", + "wechaty-puppet": "^0.26.1", + "wechaty-puppet-hostie": "^0.8.3", "ws": "^7.2.3" }, "devDependencies": { diff --git a/src/puppet-config.ts b/src/puppet-config.ts index f4ff939c..7821184b 100644 --- a/src/puppet-config.ts +++ b/src/puppet-config.ts @@ -31,15 +31,15 @@ export const PUPPET_DEPENDENCIES = { '@juzibot/wechaty-puppet-donut': '^0.3', // https://www.npmjs.com/package/wechaty-puppet-donut (to be published) /** - * Wechaty Internal Puppets: dependenced by package.json + * Wechaty Internal Puppets: dependence by package.json */ - 'wechaty-puppet-hostie' : '^0.7.9', // https://www.npmjs.com/package/wechaty-puppet-hostie + 'wechaty-puppet-hostie' : '^0.8.3', // https://www.npmjs.com/package/wechaty-puppet-hostie 'wechaty-puppet-mock' : '^0.21.2', // https://www.npmjs.com/package/wechaty-puppet-mock /** * Wechaty External Puppets */ - 'wechaty-puppet-padplus' : '^0.7.15', // https://www.npmjs.com/package/wechaty-puppet-padplus + 'wechaty-puppet-padplus' : '^0.7.18', // https://www.npmjs.com/package/wechaty-puppet-padplus 'wechaty-puppet-puppeteer' : '^0.21.2', // https://www.npmjs.com/package/wechaty-puppet-puppeteer 'wechaty-puppet-wechat4u' : '^0.17.4', // https://www.npmjs.com/package/wechaty-puppet-wechat4u } -- GitLab