Upgrade dependencies

This commit is contained in:
Jan Nicklas 2015-11-23 12:25:17 +01:00 committed by Jan Nicklas
parent 6262921f3f
commit 2ef2ead8ff
1 changed files with 11 additions and 11 deletions

View File

@ -29,20 +29,20 @@
},
"homepage": "https://github.com/ampedandwired/html-webpack-plugin",
"devDependencies": {
"css-loader": "^0.15.4",
"extract-text-webpack-plugin": "^0.8.2",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.4",
"jasmine-node": "^2.0.0",
"jshint": "^2.8.0",
"rimraf": "^2.4.1",
"style-loader": "^0.12.3",
"jasmine-node": "^1.14.5",
"jshint": "^2.9.1-rc1",
"rimraf": "^2.4.4",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.10.1"
"webpack": "^1.12.8"
},
"dependencies": {
"bluebird": "^2.9.34",
"blueimp-tmpl": "^2.5.4",
"html-minifier": "^0.7.2",
"lodash": "^3.10.0"
"bluebird": "^3.0.5",
"blueimp-tmpl": "^2.5.5",
"html-minifier": "^1.0.0",
"lodash": "^3.10.1"
}
}