chore(cli): v0.12.2

This commit is contained in:
Andrea Mugx 2021-07-09 15:59:30 +01:00 committed by GitHub
parent d724440085
commit e3b2f10ab0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{
"name": "redoc-cli",
"version": "0.12.1",
"version": "0.12.2",
"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.54",
"redoc": "2.0.0-rc.55",
"styled-components": "^5.3.0",
"yargs": "^17.0.1"
},