Skip to content

Commit 1c2a713

Browse files
committed
chore: 更新 Taro 至 3.0.2
1 parent b792ac5 commit 1c2a713

File tree

4 files changed

+471
-1164
lines changed

4 files changed

+471
-1164
lines changed

packages/taro-ui-demo/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-demo",
4-
"version": "3.0.1",
4+
"version": "3.0.0-alpha.2",
55
"description": "Taro UI demo",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.aotu.io",
@@ -42,23 +42,23 @@
4242
],
4343
"dependencies": {
4444
"@babel/runtime": "^7.7.7",
45-
"@tarojs/components": "3.0.0-beta.5",
46-
"@tarojs/react": "3.0.0-beta.5",
47-
"@tarojs/runtime": "3.0.0-beta.5",
48-
"@tarojs/taro": "3.0.0-beta.5",
49-
"react": "^16.10.0",
50-
"react-dom": "^16.10.0",
45+
"@tarojs/components": "~3.0.2",
46+
"@tarojs/react": "~3.0.2",
47+
"@tarojs/runtime": "~3.0.2",
48+
"@tarojs/taro": "~3.0.2",
49+
"react": "^16.13.0",
50+
"react-dom": "^16.13.0",
5151
"taro-ui": "file:../taro-ui"
5252
},
5353
"devDependencies": {
5454
"@babel/core": "^7.8.0",
55-
"@tarojs/cli": "3.0.0-beta.5",
56-
"@tarojs/mini-runner": "3.0.0-beta.5",
57-
"@tarojs/webpack-runner": "3.0.0-beta.5",
55+
"@tarojs/cli": "~3.0.2",
56+
"@tarojs/mini-runner": "~3.0.2",
57+
"@tarojs/webpack-runner": "~3.0.2",
5858
"@types/react": "^16.0.0",
5959
"@types/webpack-env": "^1.13.6",
60-
"babel-preset-taro": "3.0.0-beta.5",
61-
"eslint-config-taro": "3.0.0-beta.5",
60+
"babel-preset-taro": "~3.0.2",
61+
"eslint-config-taro": "~3.0.2",
6262
"typescript": "^3.8.3"
6363
}
6464
}

packages/taro-ui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "taro-ui-docs",
4-
"version": "3.0.1",
4+
"version": "3.0.0-alpha.2",
55
"description": "Taro UI docs",
66
"author": "O2Team <aotu.io>",
77
"homepage": "https://taro-ui.aotu.io",

packages/taro-ui/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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.5",
61-
"@tarojs/react": "3.0.0-beta.5",
62-
"@tarojs/taro": "3.0.0-beta.5",
60+
"@tarojs/components": "~3.0.2",
61+
"@tarojs/react": "~3.0.2",
62+
"@tarojs/taro": "~3.0.2",
6363
"@types/classnames": "^2.2.9",
6464
"@types/node": "^13.11.1",
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.4",
77-
"@tarojs/react": ">=3.0.0-beta.4",
76+
"@tarojs/components": ">=3",
77+
"@tarojs/react": ">=3",
7878
"react": ">=16.13.0",
7979
"react-dom": ">=16.13.0"
8080
}

0 commit comments

Comments
 (0)