update 2.0.5
Showing
... | ... | @@ -14,29 +14,29 @@ |
"dev:rn": "npm run build:rn -- --watch", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"author": "starkwang", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@tarojs/async-await": "1.3.21", | ||
"@tarojs/components": "1.3.21", | ||
"@tarojs/redux": "1.3.21", | ||
"@tarojs/redux-h5": "1.3.21", | ||
"@tarojs/router": "1.3.21", | ||
"@tarojs/taro": "1.3.21", | ||
"@tarojs/taro-h5": "1.3.21", | ||
"@tarojs/taro-weapp": "1.3.21", | ||
"@tarojs/async-await": "2.0.5", | ||
"@tarojs/components": "2.0.5", | ||
"@tarojs/redux": "2.0.5", | ||
"@tarojs/redux-h5": "2.0.5", | ||
"@tarojs/router": "2.0.5", | ||
"@tarojs/taro": "2.0.5", | ||
"@tarojs/taro-h5": "2.0.5", | ||
"@tarojs/taro-weapp": "2.0.5", | ||
"config": "^2.0.1", | ||
"nervjs": "^1.5.1", | ||
"nervjs": "^1.5.6", | ||
"redux": "^4.0.0", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@tarojs/plugin-babel": "1.3.21", | ||
"@tarojs/plugin-csso": "1.3.21", | ||
"@tarojs/plugin-stylus": "1.3.21", | ||
"@tarojs/plugin-uglifyjs": "1.3.21", | ||
"@tarojs/webpack-runner": "1.3.21", | ||
"@tarojs/plugin-babel": "2.0.5", | ||
"@tarojs/plugin-csso": "2.0.5", | ||
"@tarojs/plugin-stylus": "2.0.5", | ||
"@tarojs/plugin-uglifyjs": "2.0.5", | ||
"@tarojs/webpack-runner": "2.0.5", | ||
"@types/react": "^16.4.8", | ||
"@types/webpack-env": "^1.13.6", | ||
"babel-eslint": "^8.2.3", | ||
... | ... | @@ -46,9 +46,9 @@ |
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-preset-env": "^1.6.1", | ||
"eslint": "^4.19.1", | ||
"eslint-config-taro": "1.3.21", | ||
"eslint-config-taro": "2.0.5", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-react": "^7.8.2", | ||
"eslint-plugin-taro": "1.3.21" | ||
"eslint-plugin-taro": "2.0.5" | ||
} | ||
} |
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment