diff --git a/.vscode/settings.json b/.vscode/settings.json index 172e7c6381ff8b7f1cf59cb169758068cb87c48a..717600a1da35d0309b6c4e178851e8955307134f 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 24412bdaef81eb490046fb79c54ba2079f723ab0..1a8dfce7e61b47689c7f7f42341ac55142dbc7bc 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 f4ff939c7160355b1fdb6dc363b3e023409b2a12..7821184b57d160944bb416cbd2a8f8e9d466ebe1 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 }