push dependencies

This commit is contained in:
uwap 2018-02-02 11:32:30 +01:00
parent e46adf7dc7
commit 436abf682f
4 changed files with 134 additions and 222 deletions

View file

@ -32,21 +32,21 @@
"babel-loader": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.17",
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^0.28.9",
"eslint": "^4.10.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-react": "^7.4.0",
"eslint": "^4.16.0",
"eslint-plugin-flowtype": "^2.42.0",
"eslint-plugin-react": "^7.6.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"flow": "^0.2.3",
"flow-bin": "^0.63.1",
"flow-typed": "^2.2.1",
"flow-bin": "^0.64.0",
"flow-typed": "^2.3.0",
"html-webpack-plugin": "^2.30.1",
"husky": "^0.14.3",
"style-loader": "^0.19.0",
"style-loader": "^0.20.1",
"webpack": "^3.1.0",
"webpack-dev-server": "^2.11.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1",
"webpack-shell-plugin": "^0.5.0"
},