Skip to content

Commit

Permalink
Update deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed May 19, 2017
1 parent 4c43a5a commit ae65281
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 7 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# apiDoc Changelog

#### 0.17.6

* Common
* Add Docker image.

* CLI
* Add kotlin to default file-filters.
* Escape content of success examples.

* Template
* Update style.css to have horizontal scrolling for long URLs.
* Add Vietnamese translation.
* Add Turkish translation.
* Blank optional parameters omitted from sample request.


#### 0.17.5

* CLI
* Bugfix for folder problem.


#### 0.17.4

* Parser
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.17.5",
"version": "0.17.6",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -34,22 +34,22 @@
"node": ">= 0.10.0"
},
"dependencies": {
"apidoc-core": "~0.8.1",
"fs-extra": "~2.0.0",
"apidoc-core": "~0.8.2",
"fs-extra": "~3.0.1",
"lodash": "~4.17.4",
"markdown-it": "^8.2.2",
"markdown-it": "^8.3.1",
"nomnom": "~1.8.1",
"winston": "~2.3.1"
},
"devDependencies": {
"apidoc-example": "*",
"jshint": "^2.9.4",
"lodash-cli": "^4.17.4",
"mocha": "~3.2.0",
"npm-check-updates": "^2.8.9",
"mocha": "~3.4.1",
"npm-check-updates": "^2.11.1",
"path-to-regexp": "^1.7.0",
"semver": "^5.3.0",
"should": "~11.1.2",
"should": "~11.2.1",
"webfontloader": "^1.6.27"
},
"jshintConfig": {
Expand Down

0 comments on commit ae65281

Please sign in to comment.