From f81a7768ec965a1eb4845f3feda5150e52c245e1 Mon Sep 17 00:00:00 2001 From: colder Date: Fri, 10 Jul 2020 22:29:57 +0800 Subject: [PATCH] v0.30.1 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b8a67bb..60278a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tarojsx/library", - "version": "0.30.0", + "version": "0.30.1", "description": "Taro3 library", "source": "src/index.ts", "main": "dist/index.js", @@ -61,13 +61,13 @@ }, "devDependencies": { "@babel/preset-typescript": "^7.10.4", - "@minapp/wx": "^2.2.1", "@commitlint/cli": "^9.0.1", "@commitlint/config-conventional": "^9.0.1", + "@minapp/wx": "^2.2.1", + "@tarojs/components": "^3.0.2", "@tarojs/mini-runner": "^3.0.2", "@tarojs/react": "^3.0.2", "@tarojs/runtime": "^3.0.2", - "@tarojs/components": "^3.0.2", "@tarojs/taro": "^3.0.2", "@tarojs/webpack-runner": "^3.0.2", "@types/async-retry": "^1.4.2",