Skip to content

Commit

Permalink
feat: 升级 Taro 至 beta5
Browse files Browse the repository at this point in the history
  • Loading branch information
koppthe committed Aug 2, 2018
1 parent bbe0223 commit 6b5ae4d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"author": "O2Team <aotu.io>",
"license": "MIT",
"dependencies": {
"@tarojs/components": "1.0.0-beta.2",
"@tarojs/router": "1.0.0-beta.2",
"@tarojs/taro": "1.0.0-beta.2",
"@tarojs/taro-h5": "1.0.0-beta.2",
"@tarojs/taro-weapp": "1.0.0-beta.2",
"@tarojs/components": "1.0.0-beta.5",
"@tarojs/router": "1.0.0-beta.5",
"@tarojs/taro": "1.0.0-beta.5",
"@tarojs/taro-h5": "1.0.0-beta.5",
"@tarojs/taro-weapp": "1.0.0-beta.5",
"lodash": "^4.17.10",
"nervjs": "^1.3.0",
"prop-types": "^15.6.2"
Expand All @@ -50,12 +50,12 @@
"@commitlint/cli": "^7.0.0",
"@commitlint/config-conventional": "^7.0.1",
"@mapbox/jsxtreme-markdown-loader": "^0.8.3",
"@tarojs/cli": "1.0.0-beta.2",
"@tarojs/plugin-babel": "1.0.0-beta.2",
"@tarojs/plugin-csso": "1.0.0-beta.2",
"@tarojs/plugin-sass": "1.0.0-beta.2",
"@tarojs/plugin-uglifyjs": "1.0.0-beta.2",
"@tarojs/webpack-runner": "1.0.0-beta.2",
"@tarojs/cli": "1.0.0-beta.5",
"@tarojs/plugin-babel": "1.0.0-beta.5",
"@tarojs/plugin-csso": "1.0.0-beta.5",
"@tarojs/plugin-sass": "1.0.0-beta.5",
"@tarojs/plugin-uglifyjs": "1.0.0-beta.5",
"@tarojs/webpack-runner": "1.0.0-beta.5",
"at-ui-style": "^1.5.1",
"autoprefixer": "^9.0.2",
"babel-eslint": "^8.2.3",
Expand All @@ -71,10 +71,10 @@
"css-loader": "^1.0.0",
"eslint": "^4.19.1",
"eslint-config-o2team": "^0.1.6",
"eslint-config-taro": "1.0.0-beta.2",
"eslint-config-taro": "1.0.0-beta.5",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-taro": "1.0.0-beta.2",
"eslint-plugin-taro": "1.0.0-beta.5",
"file-loader": "^1.1.11",
"front-matter": "^2.3.0",
"glob": "^7.1.2",
Expand Down
4 changes: 2 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ class App extends Component {
'pages/view/avatar/index',
'pages/view/article/index',
'pages/action/toast/index',
'pages/action/modal/index',
// 'pages/action/modal/index',
'pages/action/progress/index',
'pages/action/action-sheet/index',
// 'pages/action/action-sheet/index',
'pages/action/activity-indicator/index',
'pages/navigation/drawer/index',
'pages/navigation/timeline/index',
Expand Down
4 changes: 0 additions & 4 deletions src/pages/panel/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ export default class PanelBasic extends Component {
id: 'Badge',
name: '徽章'
},
{
id: 'Alert',
name: '警告提示'
},
{
id: 'Tag',
name: '标签'
Expand Down

0 comments on commit 6b5ae4d

Please sign in to comment.