From 0b379ca8c39dea7b99060ae4a84a72b2badd7631 Mon Sep 17 00:00:00 2001 From: qiang Date: Fri, 20 May 2022 17:22:30 +0800 Subject: [PATCH] chore: update @dcloudio/types version --- generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.js b/generator.js index 71ca1d8..ab888f8 100644 --- a/generator.js +++ b/generator.js @@ -46,7 +46,7 @@ module.exports = (api, options, rootOptions) => { devDependencies: { "@babel/runtime": "~7.12.0",// 临时指定版本,7.13.x 会报错 'postcss-comment': '^2.0.0', - '@dcloudio/types': '*', + '@dcloudio/types': '^2.6.7', 'miniprogram-api-typings': '*', 'mini-types': '*' }