Update devDependencies.

This commit is contained in:
ccd0 2015-02-14 00:34:21 -08:00
parent 4a7c152ff7
commit 4a9b9b9668
2 changed files with 22 additions and 10 deletions

28
npm-shrinkwrap.json generated
View File

@ -579,16 +579,16 @@
}
},
"grunt-contrib-jshint": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.10.0.tgz",
"version": "0.11.0",
"resolved": "https://registry.npmjs.org/grunt-contrib-jshint/-/grunt-contrib-jshint-0.11.0.tgz",
"dependencies": {
"hooker": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/hooker/-/hooker-0.2.3.tgz"
},
"jshint": {
"version": "2.5.11",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.5.11.tgz",
"version": "2.6.0",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-2.6.0.tgz",
"dependencies": {
"cli": {
"version": "0.6.5",
@ -647,8 +647,20 @@
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz"
},
"domutils": {
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.0.tgz"
"version": "1.5.1",
"resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz",
"dependencies": {
"dom-serializer": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz",
"dependencies": {
"entities": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz"
}
}
}
}
},
"entities": {
"version": "1.0.0",
@ -1017,8 +1029,8 @@
}
},
"load-grunt-tasks": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-2.0.0.tgz",
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/load-grunt-tasks/-/load-grunt-tasks-3.1.0.tgz",
"dependencies": {
"findup-sync": {
"version": "0.2.1",

View File

@ -48,12 +48,12 @@
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-crx": "^0.3.4",
"grunt-markdown": "^0.7.0",
"grunt-shell": "^1.1.1",
"load-grunt-tasks": "^2.0.0",
"load-grunt-tasks": "^3.1.0",
"npm-shrinkwrap": "^5.1.0"
},
"repository": {