Skip to content

Commit

Permalink
Downgrade webpack-hot-middleware to 2.19.1 (patch) (#3888)
Browse files Browse the repository at this point in the history
* Fixes overlay showing randomly

* Downgrade webpack-hot-middleware to 2.19.1
  • Loading branch information
timneutkens committed Feb 25, 2018
1 parent 681c055 commit faa992b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -105,7 +105,7 @@
"walk": "2.3.9",
"webpack": "3.10.0",
"webpack-dev-middleware": "1.12.0",
"webpack-hot-middleware": "2.21.0",
"webpack-hot-middleware": "2.19.1",
"webpack-sources": "1.1.0",
"write-file-webpack-plugin": "4.2.0"
},
Expand Down
10 changes: 3 additions & 7 deletions yarn.lock
Expand Up @@ -6871,9 +6871,9 @@ webpack-dev-middleware@1.12.0:
range-parser "^1.0.3"
time-stamp "^2.0.0"

webpack-hot-middleware@2.21.0:
version "2.21.0"
resolved "https://registry.yarnpkg.com/webpack-hot-middleware/-/webpack-hot-middleware-2.21.0.tgz#7b3c113a7a4b301c91e0749573c7aab28b414b52"
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"
dependencies:
ansi-html "0.0.7"
html-entities "^1.2.0"
Expand Down Expand Up @@ -7032,10 +7032,6 @@ xml-name-validator@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/xml-name-validator/-/xml-name-validator-2.0.1.tgz#4d8b8f1eccd3419aa362061becef515e1e559635"

xss-filters@1.2.7:
version "1.2.7"
resolved "https://registry.yarnpkg.com/xss-filters/-/xss-filters-1.2.7.tgz#59fa1de201f36f2f3470dcac5f58ccc2830b0a9a"

xtend@^4.0.0, xtend@^4.0.1, xtend@~4.0.1:
version "4.0.1"
resolved "https://registry.yarnpkg.com/xtend/-/xtend-4.0.1.tgz#a5c6d532be656e23db820efb943a1f04998d63af"
Expand Down

0 comments on commit faa992b

Please sign in to comment.