Skip to content

Commit

Permalink
Merge pull request #2060 from storybooks/webpack-hot-middleware-2.20.…
Browse files Browse the repository at this point in the history
…0-26.0.0-app--react

Update webpack-hot-middleware from 2.19.1 to 2.20.0 in app/react
  • Loading branch information
Hypnosphi authored Oct 17, 2017
2 parents a9c85ba + 9d0dc63 commit c2f605c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"uuid": "^3.1.0",
"webpack": "^3.7.1",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1"
"webpack-hot-middleware": "^2.20.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion app/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"vue-template-compiler": "^2.5.2",
"webpack": "^3.6.0",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1"
"webpack-hot-middleware": "^2.20.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12277,9 +12277,9 @@ webpack-dev-server@^2.9.2:
webpack-dev-middleware "^1.11.0"
yargs "^6.6.0"

webpack-hot-middleware@^2.19.1:
version "2.19.1"
resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.19.1.tgz#5db32c31c955c1ead114d37c7519ea554da0d405"
webpack-hot-middleware@^2.20.0:
version "2.20.0"
resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.20.0.tgz#cb896d837758b6408fe0afeeafdc0e5316b15319"
dependencies:
ansi-html "0.0.7"
html-entities "^1.2.0"
Expand Down

0 comments on commit c2f605c

Please sign in to comment.