Skip to content

Commit 8d5baea

Browse files
committed
chore: 更新 Taro 至 3.0.0-beta.5
1 parent 7af3a8a commit 8d5baea

File tree

3 files changed

+1451
-539
lines changed

3 files changed

+1451
-539
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.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",
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",
4949
"react": "^16.10.0",
5050
"react-dom": "^16.10.0",
5151
"taro-ui": "file:../taro-ui"
5252
},
5353
"devDependencies": {
5454
"@babel/core": "^7.8.0",
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",
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",
5858
"@types/react": "^16.0.0",
5959
"@types/webpack-env": "^1.13.6",
60-
"babel-preset-taro": "3.0.0-beta.4",
61-
"eslint-config-taro": "3.0.0-beta.4",
60+
"babel-preset-taro": "3.0.0-beta.5",
61+
"eslint-config-taro": "3.0.0-beta.5",
6262
"typescript": "^3.8.3"
6363
}
6464
}

packages/taro-ui/package.json

Lines changed: 3 additions & 3 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.4",
61-
"@tarojs/react": "3.0.0-beta.4",
62-
"@tarojs/taro": "3.0.0-beta.4",
60+
"@tarojs/components": "3.0.0-beta.5",
61+
"@tarojs/react": "3.0.0-beta.5",
62+
"@tarojs/taro": "3.0.0-beta.5",
6363
"@types/classnames": "^2.2.9",
6464
"@types/node": "^13.11.1",
6565
"@types/react": "^16.9.23",

0 commit comments

Comments
 (0)