Skip to content

Commit

Permalink
chore(cli): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Feb 9, 2020
1 parent 88f8d74 commit c05db38
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redoc-cli",
"version": "0.9.5",
"version": "0.9.6",
"description": "ReDoc's Command Line Interface",
"main": "index.js",
"bin": "index.js",
Expand All @@ -19,7 +19,7 @@
"node-libs-browser": "^2.2.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"redoc": "2.0.0-rc.21",
"redoc": "2.0.0-rc.23",
"styled-components": "^4.3.2",
"tslib": "^1.10.0",
"yargs": "^13.3.0"
Expand Down
8 changes: 4 additions & 4 deletions cli/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1543,10 +1543,10 @@ readdirp@^3.1.1:
dependencies:
picomatch "^2.0.4"

[email protected].21:
version "2.0.0-rc.21"
resolved "https://registry.yarnpkg.com/redoc/-/redoc-2.0.0-rc.21.tgz#cf780f82364cbef0bf85cdd63a722fa03b4d4f3d"
integrity sha512-dLyzwNRkcipssE10bUwOrbQWLYA1uWXVQJ81xb8o4H/h31lksZ4OcPMX0OlSHGfNAxW3RicRoAJH6hBknv1r+w==
[email protected].23:
version "2.0.0-rc.23"
resolved "https://registry.yarnpkg.com/redoc/-/redoc-2.0.0-rc.23.tgz#3b8a47d9357e6ee52a0d93d08fb03ce00f424728"
integrity sha512-ifrewYzrCrGBv6bFSh5FEnDTywVm6IL/VEb7PUpVPCC1lMceMAB1HrlyKlBCyNqjq9LcRO+y9q881LfPXS4PUw==
dependencies:
classnames "^2.2.6"
decko "^1.2.0"
Expand Down

0 comments on commit c05db38

Please sign in to comment.