chore: cli-v0.13.14 (#2012)

This commit is contained in:
Alex Varchuk 2022-05-17 11:29:44 +03:00 committed by GitHub
parent 036f97d521
commit 6b7283f240
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", "name": "redoc-cli",
"version": "0.13.13", "version": "0.13.14",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "redoc-cli", "name": "redoc-cli",
"version": "0.13.13", "version": "0.13.14",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"chokidar": "^3.5.1", "chokidar": "^3.5.1",
@ -17,7 +17,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.69", "redoc": "2.0.0-rc.70",
"styled-components": "^5.3.0", "styled-components": "^5.3.0",
"yargs": "^17.3.1" "yargs": "^17.3.1"
}, },
@ -2201,9 +2201,9 @@
} }
}, },
"node_modules/redoc": { "node_modules/redoc": {
"version": "2.0.0-rc.69", "version": "2.0.0-rc.70",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.69.tgz", "resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.70.tgz",
"integrity": "sha512-AFedbb9h0I98z0lBF2hkkn3M09CsF/zXfRCd07vGL0fZg72/VFPAmHN7CyFRGg/whVEstZ2iUhN2jbN6MmTTDQ==", "integrity": "sha512-sdmZ8FX4JjF50hTSjHJ64Ccu9Ewa2O8+Fo8pCLg8GHFrbaFJ2E+KBDK9pGuAqNi61fm3Z5c91Ur7zqpITkUpNg==",
"dependencies": { "dependencies": {
"@redocly/openapi-core": "^1.0.0-beta.97", "@redocly/openapi-core": "^1.0.0-beta.97",
"classnames": "^2.3.1", "classnames": "^2.3.1",
@ -4793,9 +4793,9 @@
} }
}, },
"redoc": { "redoc": {
"version": "2.0.0-rc.69", "version": "2.0.0-rc.70",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.69.tgz", "resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.70.tgz",
"integrity": "sha512-AFedbb9h0I98z0lBF2hkkn3M09CsF/zXfRCd07vGL0fZg72/VFPAmHN7CyFRGg/whVEstZ2iUhN2jbN6MmTTDQ==", "integrity": "sha512-sdmZ8FX4JjF50hTSjHJ64Ccu9Ewa2O8+Fo8pCLg8GHFrbaFJ2E+KBDK9pGuAqNi61fm3Z5c91Ur7zqpITkUpNg==",
"requires": { "requires": {
"@redocly/openapi-core": "^1.0.0-beta.97", "@redocly/openapi-core": "^1.0.0-beta.97",
"classnames": "^2.3.1", "classnames": "^2.3.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "redoc-cli", "name": "redoc-cli",
"version": "0.13.13", "version": "0.13.14",
"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.69", "redoc": "2.0.0-rc.70",
"styled-components": "^5.3.0", "styled-components": "^5.3.0",
"yargs": "^17.3.1" "yargs": "^17.3.1"
}, },