chore: upgrade cli deps

This commit is contained in:
Roman Hotsiy 2020-07-25 19:47:57 +03:00
parent aedfa47ba4
commit 5fea0b0fea
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 607 additions and 385 deletions

970
cli/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,25 +11,25 @@
"node": ">= 8"
},
"dependencies": {
"chokidar": "^3.0.2",
"handlebars": "^4.1.2",
"chokidar": "^3.4.1",
"handlebars": "^4.7.6",
"isarray": "^2.0.5",
"mkdirp": "^0.5.1",
"mkdirp": "^1.0.4",
"mobx": "^4.2.0",
"node-libs-browser": "^2.2.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"redoc": "2.0.0-rc.29",
"styled-components": "^4.3.2",
"tslib": "^1.10.0",
"yargs": "^13.3.0"
"react": "^16.13.1",
"react-dom": "^16.13.1",
"redoc": "2.0.0-rc.35",
"styled-components": "^5.1.1",
"tslib": "^2.0.0",
"yargs": "^15.4.1"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/chokidar": "^2.1.3",
"@types/handlebars": "^4.0.39",
"@types/mkdirp": "^0.5.2"
"@types/handlebars": "^4.1.0",
"@types/mkdirp": "^1.0.1"
}
}