Skip to content

Commit

Permalink
Upgrade dependencies - apidoc 0.52.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rigwild committed Jul 26, 2022
1 parent 150f13a commit a2a7292
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 101 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc-markdown",
"version": "7.1.1",
"version": "7.2.1",
"description": "📝 Generate a Simple and Portable Markdown documentation for your API",
"license": "MIT",
"repository": "rigwild/apidoc-markdown",
Expand Down Expand Up @@ -34,20 +34,20 @@
"prepublishOnly": "tsc"
},
"dependencies": {
"apidoc-light": "^0.51.1",
"apidoc-light": "^0.52.0",
"ejs": "^3.1.8",
"semver": "^7.3.7",
"update-notifier": "^5.1.0",
"yargs": "^17.5.0"
"yargs": "^17.5.1"
},
"devDependencies": {
"@types/ejs": "^3.1.0",
"@types/node": "^17.0.32",
"@types/semver": "^7.3.9",
"@types/ejs": "^3.1.1",
"@types/node": "^18.6.1",
"@types/semver": "^7.3.10",
"@types/yargs": "^17.0.10",
"ava": "^4.2.0",
"ava": "^4.3.1",
"fs-extra": "^10.1.0",
"typescript": "^4.6.4"
"typescript": "^4.7.4"
},
"keywords": [
"apidoc",
Expand Down
Loading

0 comments on commit a2a7292

Please sign in to comment.