chore: cli-v0.13.16 (#2039)

This commit is contained in:
Alex Varchuk 2022-06-02 16:37:43 +03:00 committed by GitHub
parent 5f2d05f32e
commit 2100b549c0
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.15", "version": "0.13.16",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "redoc-cli", "name": "redoc-cli",
"version": "0.13.15", "version": "0.13.16",
"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.71", "redoc": "2.0.0-rc.72",
"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.71", "version": "2.0.0-rc.72",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.71.tgz", "resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.72.tgz",
"integrity": "sha512-QVZq9irDKh/DqnxTWUrxxUy+kO0LYl3nKePsVxcCDGXsX5GOx8y8SMcQ8qxW8prUmwhcDtq2AGF96r3MsljiJQ==", "integrity": "sha512-IX/WvVh4N3zwo4sAjnQFz6ffIUd6G47hcflxPtrpxblJaeOy0MBSzzY8f179WjssWPYcSmmndP5v0hgEXFiimg==",
"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.71", "version": "2.0.0-rc.72",
"resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.71.tgz", "resolved": "https://registry.npmjs.org/redoc/-/redoc-2.0.0-rc.72.tgz",
"integrity": "sha512-QVZq9irDKh/DqnxTWUrxxUy+kO0LYl3nKePsVxcCDGXsX5GOx8y8SMcQ8qxW8prUmwhcDtq2AGF96r3MsljiJQ==", "integrity": "sha512-IX/WvVh4N3zwo4sAjnQFz6ffIUd6G47hcflxPtrpxblJaeOy0MBSzzY8f179WjssWPYcSmmndP5v0hgEXFiimg==",
"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.15", "version": "0.13.16",
"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.71", "redoc": "2.0.0-rc.72",
"styled-components": "^5.3.0", "styled-components": "^5.3.0",
"yargs": "^17.3.1" "yargs": "^17.3.1"
}, },