Skip to content

Commit

Permalink
Merge pull request #3463 from storybooks/update-webpack-hot-middleware
Browse files Browse the repository at this point in the history
Update webpack-hot-middleware to fix HMR
# Conflicts:
#	app/angular/package.json
#	app/mithril/package.json
#	app/polymer/package.json
#	app/react-native/package.json
#	app/react/package.json
#	app/vue/package.json
#	lib/core/package.json
#	yarn.lock
  • Loading branch information
Hypnosphi committed Apr 27, 2018
1 parent dab6b17 commit 5320fb3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"uglifyjs-webpack-plugin": "^1.2.4",
"util-deprecate": "^1.0.2",
"webpack": "^3.11.0",
"webpack-hot-middleware": "^2.21.2",
"webpack-hot-middleware": "^2.22.1",
"zone.js": "^0.8.20"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/polymer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"uglifyjs-webpack-plugin": "^1.2.4",
"util-deprecate": "^1.0.2",
"webpack": "^3.11.0",
"webpack-hot-middleware": "^2.21.2"
"webpack-hot-middleware": "^2.22.1"
},
"devDependencies": {
"nodemon": "^1.17.2",
Expand Down
2 changes: 1 addition & 1 deletion app/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"uuid": "^3.2.1",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.2",
"webpack-hot-middleware": "^2.22.1",
"ws": "^4.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"uglifyjs-webpack-plugin": "^1.2.4",
"util-deprecate": "^1.0.2",
"webpack": "^3.11.0",
"webpack-hot-middleware": "^2.21.2"
"webpack-hot-middleware": "^2.22.1"
},
"devDependencies": {
"nodemon": "^1.17.2"
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"uglifyjs-webpack-plugin": "^1.2.4",
"util-deprecate": "^1.0.2",
"webpack": "^3.11.0",
"webpack-hot-middleware": "^2.21.2"
"webpack-hot-middleware": "^2.22.1"
},
"devDependencies": {
"nodemon": "^1.17.2",
Expand Down
2 changes: 1 addition & 1 deletion lib/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"url-loader": "^0.6.2",
"webpack": "^3.11.0",
"webpack-dev-middleware": "^1.12.2",
"webpack-hot-middleware": "^2.21.2"
"webpack-hot-middleware": "^2.22.1"
},
"peerDependencies": {
"react": ">=15.0.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16590,9 +16590,9 @@ webpack-dev-server@~2.11.0:
webpack-dev-middleware "1.12.2"
yargs "6.6.0"

webpack-hot-middleware@^2.21.2:
version "2.21.2"
resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.21.2.tgz#2e2aa65563b8b32546b67e53b5a9667dcd80f327"
webpack-hot-middleware@^2.22.1:
version "2.22.1"
resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.22.1.tgz#2ff865bfebc8e9937bd1619f0f48d6ab601bfea0"
dependencies:
ansi-html "0.0.7"
html-entities "^1.2.0"
Expand Down

0 comments on commit 5320fb3

Please sign in to comment.