Skip to content

Commit

Permalink
chore: 更新 Taro 至 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Garfield550 committed Jul 2, 2020
1 parent b792ac5 commit 1c2a713
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 1,164 deletions.
24 changes: 12 additions & 12 deletions packages/taro-ui-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-demo",
"version": "3.0.1",
"version": "3.0.0-alpha.2",
"description": "Taro UI demo",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
Expand Down Expand Up @@ -42,23 +42,23 @@
],
"dependencies": {
"@babel/runtime": "^7.7.7",
"@tarojs/components": "3.0.0-beta.5",
"@tarojs/react": "3.0.0-beta.5",
"@tarojs/runtime": "3.0.0-beta.5",
"@tarojs/taro": "3.0.0-beta.5",
"react": "^16.10.0",
"react-dom": "^16.10.0",
"@tarojs/components": "~3.0.2",
"@tarojs/react": "~3.0.2",
"@tarojs/runtime": "~3.0.2",
"@tarojs/taro": "~3.0.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"taro-ui": "file:../taro-ui"
},
"devDependencies": {
"@babel/core": "^7.8.0",
"@tarojs/cli": "3.0.0-beta.5",
"@tarojs/mini-runner": "3.0.0-beta.5",
"@tarojs/webpack-runner": "3.0.0-beta.5",
"@tarojs/cli": "~3.0.2",
"@tarojs/mini-runner": "~3.0.2",
"@tarojs/webpack-runner": "~3.0.2",
"@types/react": "^16.0.0",
"@types/webpack-env": "^1.13.6",
"babel-preset-taro": "3.0.0-beta.5",
"eslint-config-taro": "3.0.0-beta.5",
"babel-preset-taro": "~3.0.2",
"eslint-config-taro": "~3.0.2",
"typescript": "^3.8.3"
}
}
2 changes: 1 addition & 1 deletion packages/taro-ui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "taro-ui-docs",
"version": "3.0.1",
"version": "3.0.0-alpha.2",
"description": "Taro UI docs",
"author": "O2Team <aotu.io>",
"homepage": "https://taro-ui.aotu.io",
Expand Down
10 changes: 5 additions & 5 deletions packages/taro-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"@tarojs/components": "3.0.0-beta.5",
"@tarojs/react": "3.0.0-beta.5",
"@tarojs/taro": "3.0.0-beta.5",
"@tarojs/components": "~3.0.2",
"@tarojs/react": "~3.0.2",
"@tarojs/taro": "~3.0.2",
"@types/classnames": "^2.2.9",
"@types/node": "^13.11.1",
"@types/react": "^16.9.23",
Expand All @@ -73,8 +73,8 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"@tarojs/components": ">=3.0.0-beta.4",
"@tarojs/react": ">=3.0.0-beta.4",
"@tarojs/components": ">=3",
"@tarojs/react": ">=3",
"react": ">=16.13.0",
"react-dom": ">=16.13.0"
}
Expand Down
Loading

0 comments on commit 1c2a713

Please sign in to comment.