Skip to content

Commit 49d9e08

Browse files
committed
chore: upgrade taro version
1 parent dd84e3d commit 49d9e08

File tree

3 files changed

+123
-122
lines changed

3 files changed

+123
-122
lines changed

packages/taro-ui-demo/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,23 @@
4242
],
4343
"dependencies": {
4444
"@babel/runtime": "^7.7.7",
45-
"@tarojs/components": "3.0.0-beta.2",
46-
"@tarojs/react": "3.0.0-beta.2",
47-
"@tarojs/runtime": "3.0.0-beta.2",
48-
"@tarojs/taro": "3.0.0-beta.2",
45+
"@tarojs/components": "3.0.0-beta.4",
46+
"@tarojs/react": "3.0.0-beta.4",
47+
"@tarojs/runtime": "3.0.0-beta.4",
48+
"@tarojs/taro": "3.0.0-beta.4",
4949
"react": "^16.10.0",
5050
"react-dom": "^16.10.0",
5151
"taro-ui": "^3.0.0-alpha.1"
5252
},
5353
"devDependencies": {
5454
"@babel/core": "^7.8.0",
55-
"@tarojs/cli": "3.0.0-beta.2",
56-
"@tarojs/mini-runner": "3.0.0-beta.2",
57-
"@tarojs/webpack-runner": "3.0.0-beta.2",
55+
"@tarojs/cli": "3.0.0-beta.4",
56+
"@tarojs/mini-runner": "3.0.0-beta.4",
57+
"@tarojs/webpack-runner": "3.0.0-beta.4",
5858
"@types/react": "^16.0.0",
5959
"@types/webpack-env": "^1.13.6",
60-
"babel-preset-taro": "3.0.0-beta.2",
61-
"eslint-config-taro": "3.0.0-beta.2",
60+
"babel-preset-taro": "3.0.0-beta.4",
61+
"eslint-config-taro": "3.0.0-beta.4",
6262
"typescript": "^3.8.3"
6363
}
6464
}

packages/taro-ui/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "taro-ui",
3-
"version": "3.0.0-alpha.1",
3+
"version": "3.0.0-alpha.2",
44
"description": "UI KIT for Taro",
55
"browser": "dist/index.umd.js",
66
"module": "dist/index.esm.js",
@@ -57,9 +57,9 @@
5757
"@rollup/plugin-commonjs": "^11.0.2",
5858
"@rollup/plugin-json": "^4.0.2",
5959
"@rollup/plugin-node-resolve": "^7.1.1",
60-
"@tarojs/components": "3.0.0-beta.2",
61-
"@tarojs/react": "3.0.0-beta.2",
62-
"@tarojs/taro": "3.0.0-beta.2",
60+
"@tarojs/components": "3.0.0-beta.4",
61+
"@tarojs/react": "3.0.0-beta.4",
62+
"@tarojs/taro": "3.0.0-beta.4",
6363
"@types/classnames": "^2.2.9",
6464
"@types/node": "^13.11.0",
6565
"@types/react": "^16.9.23",
@@ -73,8 +73,8 @@
7373
"typescript": "^3.8.3"
7474
},
7575
"peerDependencies": {
76-
"@tarojs/components": ">=3.0.0-beta.2",
77-
"@tarojs/react": ">=3.0.0-beta.2",
76+
"@tarojs/components": ">=3.0.0-beta.4",
77+
"@tarojs/react": ">=3.0.0-beta.4",
7878
"react": ">=16.13.0",
7979
"react-dom": ">=16.13.0"
8080
}

0 commit comments

Comments
 (0)