chore: update cli deps

This commit is contained in:
romanhotsiy 2021-06-02 15:41:58 +03:00
parent 09dd3ac23b
commit 5f1897b4cd
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8
2 changed files with 2686 additions and 219 deletions

2889
cli/npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,18 +11,18 @@
"node": ">=12.0.0"
},
"dependencies": {
"chokidar": "^3.4.1",
"handlebars": "^4.7.6",
"chokidar": "^3.5.1",
"handlebars": "^4.7.7",
"isarray": "^2.0.5",
"mkdirp": "^1.0.4",
"mobx": "^6.0.4",
"mobx": "^6.3.2",
"node-libs-browser": "^2.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"redoc": "2.0.0-rc.53",
"styled-components": "^5.1.1",
"tslib": "^2.0.0",
"yargs": "^15.4.1"
"styled-components": "^5.3.0",
"tslib": "^2.2.0",
"yargs": "^17.0.1"
},
"publishConfig": {
"access": "public"