Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
icai committed Dec 24, 2019
1 parent 81da950 commit 9d69e33
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,48 +14,48 @@
"author": "Terry Cai",
"license": "MIT",
"dependencies": {
"@tarojs/async-await": "^1.3.19",
"@tarojs/components": "^1.3.19",
"@tarojs/redux": "^1.3.19",
"@tarojs/redux-h5": "^1.3.19",
"@tarojs/router": "^1.3.19",
"@tarojs/taro": "^1.3.19",
"@tarojs/taro-h5": "^1.3.19",
"@tarojs/taro-weapp": "^1.3.19",
"@tarojs/async-await": "^1.3.32",
"@tarojs/components": "^1.3.32",
"@tarojs/redux": "^1.3.32",
"@tarojs/redux-h5": "^1.3.32",
"@tarojs/router": "^1.3.32",
"@tarojs/taro": "^1.3.32",
"@tarojs/taro-h5": "^1.3.32",
"@tarojs/taro-weapp": "^1.3.32",
"classnames": "^2.2.6",
"immutability-helper": "^3.0.1",
"lodash": "^4.17.15",
"markdown": "^0.5.0",
"nervjs": "^1.4.6",
"redux": "^4.0.4",
"nervjs": "^1.5.6",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"remarkable": "^2.0.0",
"taro-ui": "^2.2.2",
"taro-ui": "^2.2.4",
"throttle-debounce": "^2.1.0",
"timeago.js": "^4.0.0-beta.2"
"timeago.js": "^4.0.2"
},
"devDependencies": {
"@types/react": "^16.9.4",
"@types/webpack-env": "^1.14.0",
"@tarojs/cli": "^1.3.19",
"@tarojs/plugin-babel": "^1.3.19",
"@tarojs/plugin-csso": "^1.3.19",
"@tarojs/plugin-sass": "^1.3.19",
"@tarojs/plugin-typescript": "^1.3.19",
"@tarojs/plugin-uglifyjs": "^1.3.19",
"@tarojs/webpack-runner": "^1.3.19",
"@types/react": "^16.9.17",
"@types/webpack-env": "^1.14.1",
"@tarojs/cli": "^1.3.32",
"@tarojs/plugin-babel": "^1.3.32",
"@tarojs/plugin-csso": "^1.3.32",
"@tarojs/plugin-sass": "^1.3.32",
"@tarojs/plugin-typescript": "^1.3.32",
"@tarojs/plugin-uglifyjs": "^1.3.32",
"@tarojs/webpack-runner": "^1.3.32",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-jsx-stylesheet": "^0.6.8",
"babel-plugin-transform-jsx-stylesheet": "^0.6.9",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.5.1",
"eslint-config-taro": "^1.3.19",
"eslint-plugin-react": "^7.15.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-taro": "^1.3.19",
"typescript": "^3.6.3"
"eslint": "^6.8.0",
"eslint-config-taro": "^1.3.32",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-taro": "^1.3.32",
"typescript": "^3.7.4"
}
}

0 comments on commit 9d69e33

Please sign in to comment.