Update dependencies

This commit is contained in:
Jan Nicklas 2016-12-31 00:17:23 +01:00
parent be5d67af5b
commit f3abe9f6ae
2 changed files with 8 additions and 8 deletions

View File

@ -599,7 +599,7 @@ HtmlWebpackPlugin.prototype.getFullTemplatePath = function (template, context) {
}
// Resolve template path
return template.replace(
/([!])([^\/\\][^!\?]+|[^\/\\!?])($|\?.+$)/,
/([!])([^/\\][^!?]+|[^/\\!?])($|\?.+$)/,
function (match, prefix, filepath, postfix) {
return prefix + path.resolve(filepath) + postfix;
});

View File

@ -37,8 +37,8 @@
},
"devDependencies": {
"appcache-webpack-plugin": "^1.3.0",
"css-loader": "^0.25.0",
"dir-compare": "1.2.0",
"css-loader": "^0.26.1",
"dir-compare": "1.3.0",
"es6-promise": "^4.0.5",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
@ -47,18 +47,18 @@
"jade-loader": "^0.8.0",
"jasmine": "^2.5.2",
"rimraf": "^2.5.4",
"semistandard": "8.0.0",
"semistandard": "9.2.1",
"style-loader": "^0.13.1",
"underscore-template-loader": "^0.7.3",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack": "^1.14.0",
"webpack-recompilation-simulator": "^1.3.0"
},
"dependencies": {
"bluebird": "^3.4.6",
"html-minifier": "^3.1.0",
"bluebird": "^3.4.7",
"html-minifier": "^3.2.3",
"loader-utils": "^0.2.16",
"lodash": "^4.16.4",
"lodash": "^4.17.3",
"pretty-error": "^2.0.2",
"toposort": "^1.0.0"
},