diff --git a/package.json b/package.json index 656e928..ad72f15 100644 --- a/package.json +++ b/package.json @@ -23,16 +23,17 @@ }, "homepage": "https://github.com/ampedandwired/html-webpack-plugin", "devDependencies": { - "css-loader": "^0.9.1", - "extract-text-webpack-plugin": "^0.5.0", + "css-loader": "^0.12.0", + "extract-text-webpack-plugin": "^0.7.1", "jasmine-node": "^1.14.5", - "jshint": "^2.5.2", - "rimraf": "^2.2.8", - "style-loader": "^0.9.0", - "webpack": "^1.3.3-beta1" + "jshint": "^2.7.0", + "rimraf": "^2.3.3", + "style-loader": "^0.12.2", + "webpack": "^1.8.11" }, "dependencies": { "blueimp-tmpl": "~2.5.4", - "lodash": "~3.6.0" + "html-minifier": "^0.7.2", + "lodash": "~3.8.0" } }