Skip to content

Commit

Permalink
revert(package): Revert update of html-webpack-plugin b/c it blows up…
Browse files Browse the repository at this point in the history
… everyrhing
  • Loading branch information
d4rkr00t committed Jan 4, 2017
1 parent 18504ce commit eb18755
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"file-loader": "0.9.0",
"fs-extra": "1.0.0",
"gzip-size": "3.0.0",
"html-webpack-plugin": "2.26.0",
"html-webpack-plugin": "2.24.1",
"insight": "0.8.4",
"json-loader": "0.5.4",
"meow": "3.7.0",
Expand Down
22 changes: 9 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ block-stream@*:
dependencies:
inherits "~2.0.0"

bluebird@^3.4.7:
bluebird@^3.4.6:
version "3.4.7"
resolved "https://registry.yarnpkg.com/bluebird/-/bluebird-3.4.7.tgz#f72d760be09b7f76d08ed8fae98b289a8d05fab3"

Expand Down Expand Up @@ -2414,7 +2414,7 @@ html-comment-regex@^1.1.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/html-comment-regex/-/html-comment-regex-1.1.1.tgz#668b93776eaae55ebde8f3ad464b307a4963625e"

html-minifier@^3.2.3:
html-minifier@^3.1.0:
version "3.2.3"
resolved "https://registry.yarnpkg.com/html-minifier/-/html-minifier-3.2.3.tgz#d2ff536e24d95726c332493d8f77d84dbed85372"
dependencies:
Expand All @@ -2427,14 +2427,14 @@ html-minifier@^3.2.3:
relateurl "0.2.x"
uglify-js "2.7.x"

html-webpack-plugin@2.26.0:
version "2.26.0"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-2.26.0.tgz#ba97c8a66f912b85df80d2aeea65966c8bd9249e"
html-webpack-plugin@2.24.1:
version "2.24.1"
resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-2.24.1.tgz#7f45fc678f66eac2d433f22336b4399da023b57e"
dependencies:
bluebird "^3.4.7"
html-minifier "^3.2.3"
bluebird "^3.4.6"
html-minifier "^3.1.0"
loader-utils "^0.2.16"
lodash "^4.17.3"
lodash "^4.16.4"
pretty-error "^2.0.2"
toposort "^1.0.0"

Expand Down Expand Up @@ -2987,14 +2987,10 @@ lodash@^3.3.1:
version "3.10.1"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"

lodash@^4.0.0, lodash@^4.15.0, lodash@^4.16.2, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
lodash@^4.0.0, lodash@^4.15.0, lodash@^4.16.2, lodash@^4.16.4, lodash@^4.2.0, lodash@^4.2.1, lodash@^4.3.0:
version "4.17.2"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.2.tgz#34a3055babe04ce42467b607d700072c7ff6bf42"

lodash@^4.17.3:
version "4.17.4"
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"

longest@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/longest/-/longest-1.0.1.tgz#30a0b2da38f73770e8294a0d22e6625ed77d0097"
Expand Down

0 comments on commit eb18755

Please sign in to comment.