grunt-jsdoc
Advanced tools
Comparing version 2.2.1 to 2.3.0
{ | ||
"name": "grunt-jsdoc", | ||
"description": "Integrates jsdoc3 generation into your Grunt build", | ||
"version": "2.2.1", | ||
"version": "2.3.0", | ||
"homepage": "https://github.com/krampstudio/grunt-jsdoc", | ||
@@ -35,13 +35,13 @@ "author": { | ||
"devDependencies": { | ||
"grunt": "^1.0.0", | ||
"grunt": "^1.0.3", | ||
"grunt-contrib-clean": "^1.0.0", | ||
"grunt-contrib-nodeunit": "^1.0.0", | ||
"grunt-eslint": "^18.1.0", | ||
"ink-docstrap": "^1.1.4", | ||
"load-grunt-tasks": "^3.5.0" | ||
"grunt-contrib-nodeunit": "^2.0.0", | ||
"grunt-eslint": "^21.0.0", | ||
"ink-docstrap": "^1.3.2", | ||
"load-grunt-tasks": "^4.0.0" | ||
}, | ||
"dependencies": { | ||
"cross-spawn": "^3.0.1", | ||
"cross-spawn": "^6.0.5", | ||
"jsdoc": "~3.5.5", | ||
"marked": "^0.3.9" | ||
"marked": "^0.5.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "keywords": [ |
@@ -123,2 +123,3 @@ # grunt-jsdoc [](https://travis-ci.org/krampstudio/grunt-jsdoc) [](http://badge.fury.io/js/grunt-jsdoc) [](http://gruntjs.com/) | ||
## Release History | ||
* _2.3.0_ jsdoc 3.5.5 and up to date dependencies | ||
* _2.2.0_ jsdoc 3.5.0 | ||
@@ -125,0 +126,0 @@ * _2.2.1_ fix version of transitive dependency `marked` to prevent xss |
26460
172
+ Addedcross-spawn@6.0.6(transitive)
+ Addedmarked@0.5.2(transitive)
+ Addednice-try@1.0.5(transitive)
+ Addedpath-key@2.0.1(transitive)
+ Addedsemver@5.7.2(transitive)
+ Addedshebang-command@1.2.0(transitive)
+ Addedshebang-regex@1.0.0(transitive)
- Removedcross-spawn@3.0.1(transitive)
- Removedlru-cache@4.1.5(transitive)
- Removedpseudomap@1.0.2(transitive)
- Removedyallist@2.1.2(transitive)
Updatedcross-spawn@^6.0.5
Updatedmarked@^0.5.0