Update webpack and related dependencies (without extract-text-webpack-plugin) (#4410)

This commit is contained in:
Yamagishi Kazutoshi
2017-07-28 12:16:12 +09:00
committed by Eugen Rochko
parent f93f306053
commit c1633eeb0f
2 changed files with 49 additions and 38 deletions

View File

@ -112,9 +112,9 @@
"tiny-queue": "^0.2.1",
"uuid": "^3.1.0",
"uws": "^8.14.0",
"webpack": "^3.0.0",
"webpack-bundle-analyzer": "^2.8.2",
"webpack-manifest-plugin": "^1.1.2",
"webpack": "^3.4.1",
"webpack-bundle-analyzer": "^2.8.3",
"webpack-manifest-plugin": "^1.2.1",
"webpack-merge": "^4.1.0",
"websocket.js": "^0.1.12"
},
@ -131,7 +131,7 @@
"react-intl-translations-manager": "^5.0.0",
"react-test-renderer": "^15.6.1",
"sinon": "^2.3.7",
"webpack-dev-server": "^2.5.1",
"webpack-dev-server": "^2.6.1",
"yargs": "^8.0.2"
},
"optionalDependencies": {