Skip to content

Commit 047a595

Browse files
authored
Merge pull request #946 from lencioni/patch-1
Update to webpack 3
2 parents bbcdca7 + 8978059 commit 047a595

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "Tobias Koppers @sokra",
55
"description": "Serves a webpack app. Updates the browser on changes.",
66
"peerDependencies": {
7-
"webpack": "^2.2.0"
7+
"webpack": "^2.2.0 || ^3.0.0"
88
},
99
"dependencies": {
1010
"ansi-html": "0.0.7",
@@ -26,7 +26,7 @@
2626
"spdy": "^3.4.1",
2727
"strip-ansi": "^3.0.0",
2828
"supports-color": "^3.1.1",
29-
"webpack-dev-middleware": "^1.10.2",
29+
"webpack-dev-middleware": "^1.11.0",
3030
"yargs": "^6.0.0"
3131
},
3232
"devDependencies": {
@@ -47,7 +47,7 @@
4747
"style-loader": "~0.13.0",
4848
"supertest": "^2.0.1",
4949
"url-loader": "~0.5.6",
50-
"webpack": "^2.2.0",
50+
"webpack": "^3.0.0",
5151
"ws": "^1.1.1"
5252
},
5353
"license": "MIT",

0 commit comments

Comments
 (0)