Skip to content

Commit

Permalink
chore(cli): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Jul 8, 2019
1 parent 6dc54e9 commit 685febb
Show file tree
Hide file tree
Showing 2 changed files with 352 additions and 897 deletions.
21 changes: 12 additions & 9 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,22 @@
"repository": "https://github.com/Redocly/redoc",
"author": "Roman Hotsiy <gotsijroman@gmail.com>",
"license": "MIT",
"engines": {
"node": ">= 8"
},
"dependencies": {
"chokidar": "^2.0.4",
"handlebars": "^4.0.11",
"chokidar": "^3.0.2",
"handlebars": "^4.1.2",
"isarray": "^2.0.4",
"mkdirp": "^0.5.1",
"mobx": "^4.2.0",
"node-libs-browser": "^2.2.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"node-libs-browser": "^2.2.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"redoc": "^2.0.0-rc.10",
"styled-components": "^4.1.3",
"tslib": "^1.9.3",
"yargs": "^12.0.5"
"styled-components": "^4.3.2",
"tslib": "^1.10.0",
"yargs": "^13.2.4"
},
"scripts": {
"ci-publish": "ci-publish"
Expand All @@ -28,7 +31,7 @@
"access": "public"
},
"devDependencies": {
"@types/chokidar": "^1.7.5",
"@types/chokidar": "^2.1.3",
"@types/handlebars": "^4.0.39",
"@types/mkdirp": "^0.5.2",
"ci-publish": "^1.3.1"
Expand Down
Loading

0 comments on commit 685febb

Please sign in to comment.