chore(api): replace redoc-cli with @redocly/cli (#27144)

redoc-cli was deprecated in favor of @redocly/cli.

Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Takuya N
2024-06-21 00:54:41 +09:00
коммит произвёл GitHub
родитель 09792aee4e
Коммит efe04e31b0
3 изменённых файлов: 3972 добавлений и 5278 удалений

Просмотреть файл

@@ -4,11 +4,16 @@
"description": "This respository holds the API reference available at [https://api.mattermost.com](https://api.mattermost.com).",
"main": "index.js",
"dependencies": {
"redoc-cli": "0.13.17",
"@redocly/cli": "^1.13.0",
"swagger-cli": "4.0.4",
"sync-fetch": "0.4.1",
"yaml": "2.1.1"
},
"overrides": {
"redoc": {
"react-tabs": "^6.0.0"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},