From 8978059d9b880c6c28908a6ed4608e27d40f2f69 Mon Sep 17 00:00:00 2001 From: Joe Lencioni Date: Mon, 19 Jun 2017 08:54:46 -0700 Subject: [PATCH] Update to webpack 3 Now that webpack 3 is out, I am bumping some versions in here so folks can update. I don't know if any other changes are required but I figured I'd get the ball rolling. --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 25178f1f07..4ceea9cd51 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Tobias Koppers @sokra", "description": "Serves a webpack app. Updates the browser on changes.", "peerDependencies": { - "webpack": "^2.2.0" + "webpack": "^2.2.0 || ^3.0.0" }, "dependencies": { "ansi-html": "0.0.7", @@ -26,7 +26,7 @@ "spdy": "^3.4.1", "strip-ansi": "^3.0.0", "supports-color": "^3.1.1", - "webpack-dev-middleware": "^1.10.2", + "webpack-dev-middleware": "^1.11.0", "yargs": "^6.0.0" }, "devDependencies": { @@ -47,7 +47,7 @@ "style-loader": "~0.13.0", "supertest": "^2.0.1", "url-loader": "~0.5.6", - "webpack": "^2.2.0", + "webpack": "^3.0.0", "ws": "^1.1.1" }, "license": "MIT",