更新taro cli 到1.2.17 , 和项目本身的

This commit is contained in:
郑茂强 2019-03-15 11:39:15 +08:00
parent 4de39359e7
commit 5d0790e767

View File

@ -18,17 +18,17 @@
"author": "",
"license": "MIT",
"dependencies": {
"@tarojs/async-await": "^1.2.0-beta.3",
"@tarojs/components": "^1.2.0-beta.3",
"@tarojs/redux": "^1.2.0-beta.3",
"@tarojs/redux-h5": "^1.2.0-beta.3",
"@tarojs/router": "^1.2.0-beta.3",
"@tarojs/taro": "^1.2.0-beta.3",
"@tarojs/taro-alipay": "^1.2.0-beta.3",
"@tarojs/taro-h5": "^1.2.0-beta.3",
"@tarojs/taro-swan": "^1.2.0-beta.3",
"@tarojs/taro-weapp": "^1.2.0-beta.3",
"@tarojs/webpack-runner": "^1.2.8",
"@tarojs/async-await": "1.2.17",
"@tarojs/components": "1.2.17",
"@tarojs/redux": "1.2.17",
"@tarojs/redux-h5": "1.2.17",
"@tarojs/router": "1.2.17",
"@tarojs/taro": "1.2.17",
"@tarojs/taro-alipay": "1.2.17",
"@tarojs/taro-h5": "1.2.17",
"@tarojs/taro-swan": "1.2.17",
"@tarojs/taro-weapp": "1.2.17",
"@tarojs/webpack-runner": "1.2.17",
"nerv-devtools": "^1.3.9",
"nervjs": "^1.3.9",
"redux": "^4.0.0",
@ -37,11 +37,11 @@
"taro-ui": "^1.5.0"
},
"devDependencies": {
"@tarojs/plugin-babel": "^1.2.0-beta.3",
"@tarojs/plugin-csso": "^1.2.0-beta.3",
"@tarojs/plugin-sass": "^1.2.0",
"@tarojs/plugin-uglifyjs": "^1.2.0-beta.3",
"@tarojs/webpack-runner": "^1.2.0-beta.3",
"@tarojs/plugin-babel": "1.2.17",
"@tarojs/plugin-csso": "1.2.17",
"@tarojs/plugin-sass": "1.2.17",
"@tarojs/plugin-uglifyjs": "1.2.17",
"@tarojs/webpack-runner": "1.2.17",
"@types/react": "^16.4.8",
"@types/webpack-env": "^1.13.6",
"babel-eslint": "^8.2.3",
@ -51,9 +51,9 @@
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"eslint-config-taro": "^1.2.0-beta.3",
"eslint-config-taro": "1.2.17",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-taro": "^1.2.0-beta.3"
"eslint-plugin-taro": "1.2.17"
}
}