Update dependencies
This commit is contained in:
parent
95bdbe140d
commit
ead6d4a2c8
26
package.json
26
package.json
|
|
@ -30,25 +30,25 @@
|
|||
},
|
||||
"homepage": "https://github.com/ampedandwired/html-webpack-plugin",
|
||||
"devDependencies": {
|
||||
"appcache-webpack-plugin": "^0.2.0",
|
||||
"css-loader": "^0.15.4",
|
||||
"extract-text-webpack-plugin": "^0.8.2",
|
||||
"appcache-webpack-plugin": "^1.2.1",
|
||||
"css-loader": "^0.23.0",
|
||||
"extract-text-webpack-plugin": "^0.9.1",
|
||||
"file-loader": "^0.8.4",
|
||||
"html-loader": "^0.3.0",
|
||||
"jade-loader": "^0.7.1",
|
||||
"jade-loader": "^0.8.0",
|
||||
"jasmine-node": "^1.14.5",
|
||||
"jshint": "^2.8.0",
|
||||
"rimraf": "^2.4.1",
|
||||
"style-loader": "^0.12.3",
|
||||
"underscore-template-loader": "^0.5.1",
|
||||
"jshint": "^2.9.1-rc1",
|
||||
"rimraf": "^2.4.4",
|
||||
"style-loader": "^0.13.0",
|
||||
"underscore-template-loader": "^0.5.2",
|
||||
"url-loader": "^0.5.6",
|
||||
"webpack": "^1.10.1"
|
||||
"webpack": "^1.12.8"
|
||||
},
|
||||
"dependencies": {
|
||||
"loader-utils": "^0.2.10",
|
||||
"loader-utils": "^0.2.11",
|
||||
"syntax-error": "^1.1.4",
|
||||
"bluebird": "^2.9.34",
|
||||
"html-minifier": "^0.7.2",
|
||||
"lodash": "^3.10.0"
|
||||
"bluebird": "^3.0.5",
|
||||
"html-minifier": "^1.0.0",
|
||||
"lodash": "^3.10.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue