Update dependencies

This commit is contained in:
Jan Nicklas 2016-08-12 09:36:06 +02:00
parent 9d00ad79ed
commit 263b5b6bde
3 changed files with 11 additions and 7 deletions

View File

@ -5,9 +5,8 @@ node_js:
- "4"
- "5"
- "6"
env:
env:
- WEBPACK=webpack
- WEBPACK=webpack@beta
install:
- npm install --ignore-scripts
- npm rm webpack

View File

@ -1,6 +1,11 @@
Change History
==============
v2.23.0
---
* Update dependencies
* Stop automated tests for webpack 2 beta because of #401
v2.22.0
---
* Update dependencies

View File

@ -1,6 +1,6 @@
{
"name": "html-webpack-plugin",
"version": "2.22.0",
"version": "2.23.0",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"files": [
@ -36,7 +36,7 @@
]
},
"devDependencies": {
"appcache-webpack-plugin": "^1.2.1",
"appcache-webpack-plugin": "^1.3.0",
"css-loader": "^0.23.1",
"dir-compare": "1.0.1",
"es6-promise": "^3.2.1",
@ -46,7 +46,7 @@
"jade": "^1.11.0",
"jade-loader": "^0.8.0",
"jasmine": "^2.4.1",
"rimraf": "^2.5.2",
"rimraf": "^2.5.4",
"semistandard": "^8.0.0",
"style-loader": "^0.13.1",
"underscore-template-loader": "^0.7.3",
@ -56,9 +56,9 @@
},
"dependencies": {
"bluebird": "^3.4.1",
"html-minifier": "^2.1.6",
"html-minifier": "^3.0.2",
"loader-utils": "^0.2.15",
"lodash": "^4.13.1",
"lodash": "^4.14.2",
"pretty-error": "^2.0.0",
"toposort": "^1.0.0"
},