chore: cli-v0.13.11 (#1973)

This commit is contained in:
AlexVarchuk 2022-04-28 15:48:42 +03:00 committed by GitHub
parent 2628335db8
commit 7a404863f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View File

@ -1,12 +1,12 @@
{
"name": "redoc-cli",
"version": "0.13.10",
"version": "0.13.11",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "redoc-cli",
"version": "0.13.10",
"version": "0.13.11",
"license": "MIT",
"dependencies": {
"chokidar": "^3.5.1",
@ -17,7 +17,7 @@
"node-libs-browser": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"redoc": "2.0.0-rc.66",
"redoc": "2.0.0-rc.67",
"styled-components": "^5.3.0",
"yargs": "^17.3.1"
},
@ -2217,9 +2217,9 @@
}
},
"node_modules/redoc": {
"version": "2.0.0-rc.66",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.66.tgz",
"integrity": "sha512-ZjmZhYkg46QAkza4SYCouY3TEuqnkjf50uyJBiz6Dyaz55RLClofAKokPoy5uEBo0RkPjxebKf9HTGyrxNqJ8A==",
"version": "2.0.0-rc.67",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.67.tgz",
"integrity": "sha512-u6rEKB0LylSisN+mFa3flj7zf+prXDB+G02foqC9BOlcXkUYXHFDZM4L3BTBL/DstyGTgjhe2dA9csAjIVti/g==",
"dependencies": {
"@redocly/openapi-core": "^1.0.0-beta.88",
"@redocly/react-dropdown-aria": "^2.0.11",
@ -4822,9 +4822,9 @@
}
},
"redoc": {
"version": "2.0.0-rc.66",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.66.tgz",
"integrity": "sha512-ZjmZhYkg46QAkza4SYCouY3TEuqnkjf50uyJBiz6Dyaz55RLClofAKokPoy5uEBo0RkPjxebKf9HTGyrxNqJ8A==",
"version": "2.0.0-rc.67",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.67.tgz",
"integrity": "sha512-u6rEKB0LylSisN+mFa3flj7zf+prXDB+G02foqC9BOlcXkUYXHFDZM4L3BTBL/DstyGTgjhe2dA9csAjIVti/g==",
"requires": {
"@redocly/openapi-core": "^1.0.0-beta.88",
"@redocly/react-dropdown-aria": "^2.0.11",

View File

@ -1,6 +1,6 @@
{
"name": "redoc-cli",
"version": "0.13.10",
"version": "0.13.11",
"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.66",
"redoc": "2.0.0-rc.67",
"styled-components": "^5.3.0",
"yargs": "^17.3.1"
},