chore: cli-v0.13.20

This commit is contained in:
Alex Varchuk 2022-09-06 17:36:59 +03:00
parent 580f883ce3
commit bc73093508
No known key found for this signature in database
GPG Key ID: F1FD9569DC4AED04
2 changed files with 3147 additions and 17 deletions

3160
cli/npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "redoc-cli", "name": "redoc-cli",
"version": "0.13.19", "version": "0.13.20",
"description": "ReDoc's Command Line Interface", "description": "ReDoc's Command Line Interface",
"main": "index.js", "main": "index.js",
"bin": "index.js", "bin": "index.js",
@ -19,7 +19,7 @@
"node-libs-browser": "^2.2.1", "node-libs-browser": "^2.2.1",
"react": "^17.0.1", "react": "^17.0.1",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"redoc": "2.0.0-rc.76", "redoc": "2.0.0-rc.77",
"styled-components": "^5.3.0", "styled-components": "^5.3.0",
"update-notifier": "^5.0.1", "update-notifier": "^5.0.1",
"yargs": "^17.3.1" "yargs": "^17.3.1"