mirror of
https://github.com/Redocly/redoc.git
synced 2025-02-17 02:10:39 +03:00
chore: upgrade cli deps
This commit is contained in:
parent
aedfa47ba4
commit
5fea0b0fea
970
cli/package-lock.json
generated
970
cli/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -11,25 +11,25 @@
|
||||||
"node": ">= 8"
|
"node": ">= 8"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chokidar": "^3.0.2",
|
"chokidar": "^3.4.1",
|
||||||
"handlebars": "^4.1.2",
|
"handlebars": "^4.7.6",
|
||||||
"isarray": "^2.0.5",
|
"isarray": "^2.0.5",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^1.0.4",
|
||||||
"mobx": "^4.2.0",
|
"mobx": "^4.2.0",
|
||||||
"node-libs-browser": "^2.2.1",
|
"node-libs-browser": "^2.2.1",
|
||||||
"react": "^16.8.6",
|
"react": "^16.13.1",
|
||||||
"react-dom": "^16.8.6",
|
"react-dom": "^16.13.1",
|
||||||
"redoc": "2.0.0-rc.29",
|
"redoc": "2.0.0-rc.35",
|
||||||
"styled-components": "^4.3.2",
|
"styled-components": "^5.1.1",
|
||||||
"tslib": "^1.10.0",
|
"tslib": "^2.0.0",
|
||||||
"yargs": "^13.3.0"
|
"yargs": "^15.4.1"
|
||||||
},
|
},
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public"
|
"access": "public"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chokidar": "^2.1.3",
|
"@types/chokidar": "^2.1.3",
|
||||||
"@types/handlebars": "^4.0.39",
|
"@types/handlebars": "^4.1.0",
|
||||||
"@types/mkdirp": "^0.5.2"
|
"@types/mkdirp": "^1.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user