chore: cli-v0.13.17 (#1889)

This commit is contained in:
AlexVarchuk 2022-01-27 16:59:28 +02:00 committed by GitHub
parent b474d679b5
commit da4e4ad677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1195 additions and 94 deletions

1285
cli/npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "redoc-cli",
"version": "0.13.6",
"version": "0.13.7",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
"bin": "index.js",
@ -19,7 +19,7 @@
"node-libs-browser": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redoc": "2.0.0-rc.62",
"redoc": "2.0.0-rc.63",
"styled-components": "^5.3.0",
"yargs": "^17.0.1"
},