From a7ae6059e9bb6bfe442803f67fa41eb194568350 Mon Sep 17 00:00:00 2001 From: Huan LI Date: Wed, 8 Apr 2020 23:13:41 +0800 Subject: [PATCH] upgrade puppets --- package.json | 2 +- src/puppet-config.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6150333e..03c79724 100644 --- a/package.json +++ b/package.json @@ -133,7 +133,7 @@ "sloc": "^0.2.1", "tstest": "^0.4.10", "typedoc": "^0.16.11", - "wechaty-puppet-mock": "^0.20.2" + "wechaty-puppet-mock": "^0.20.4" }, "files_comment__whitelist_npm_publish": "http://stackoverflow.com/a/8617868/1123955", "files": [ diff --git a/src/puppet-config.ts b/src/puppet-config.ts index 4e14a8cd..b4cc2316 100644 --- a/src/puppet-config.ts +++ b/src/puppet-config.ts @@ -13,7 +13,7 @@ export const PUPPET_DEPENDENCIES = { * Wechaty Internal Puppets: dependenced by package.json */ 'wechaty-puppet-hostie' : '^0.6.1', // https://www.npmjs.com/package/wechaty-puppet-hostie - 'wechaty-puppet-mock' : '^0.20.2', // https://www.npmjs.com/package/wechaty-puppet-mock + 'wechaty-puppet-mock' : '^0.20.4', // https://www.npmjs.com/package/wechaty-puppet-mock /** * Wechaty External Puppets -- GitLab