From c42a37f669de106a76a8e7611da330ca13df0983 Mon Sep 17 00:00:00 2001 From: Huan LI Date: Wed, 18 Mar 2020 22:02:30 +0800 Subject: [PATCH] upgrade puppet providers to the latest versions --- src/puppet-config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/puppet-config.ts b/src/puppet-config.ts index bff6a3c2..62ef371e 100644 --- a/src/puppet-config.ts +++ b/src/puppet-config.ts @@ -17,10 +17,10 @@ export const PUPPET_DEPENDENCIES = { // 'wechaty-puppet-dll' : '^0.3.1', // https://www.npmjs.com/package/wechaty-puppet-dll // 'wechaty-puppet-ioscat' : '^0.5.22', // https://www.npmjs.com/package/wechaty-puppet-ioscat // 'wechaty-puppet-padchat' : '^0.19.3', // https://www.npmjs.com/package/wechaty-puppet-padchat - 'wechaty-puppet-padplus' : '^0.5.13', // https://www.npmjs.com/package/wechaty-puppet-padplus + 'wechaty-puppet-padplus' : '^0.5.24', // https://www.npmjs.com/package/wechaty-puppet-padplus // 'wechaty-puppet-padpro' : '^0.3.21', // https://www.npmjs.com/package/wechaty-puppet-padpro - 'wechaty-puppet-puppeteer' : '^0.19.5', // https://www.npmjs.com/package/wechaty-puppet-puppeteer - 'wechaty-puppet-wechat4u' : '^0.16.3', // https://www.npmjs.com/package/wechaty-puppet-wechat4u + 'wechaty-puppet-puppeteer' : '^0.21.2', // https://www.npmjs.com/package/wechaty-puppet-puppeteer + 'wechaty-puppet-wechat4u' : '^0.17.2', // https://www.npmjs.com/package/wechaty-puppet-wechat4u } export type PuppetModuleName = keyof typeof PUPPET_DEPENDENCIES -- GitLab