Update redoc version to fetch new UI changes (#367)

This commit is contained in:
Sanket Shah 2021-09-02 13:14:12 +05:30 committed by GitHub
parent 45b2967a6f
commit 0f6078504c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -1305,9 +1305,9 @@
}
},
"@deuex-solutions/redoc": {
"version": "2.0.0-rc.23",
"resolved": "https://registry.npmjs.org/@deuex-solutions/redoc/-/redoc-2.0.0-rc.23.tgz",
"integrity": "sha512-arnTDDseZK/IDxMbcKvyyYsCWf2HZaAqtpqW1PVi9ZDQAHt1a0oZIwOiYKwR0sTvtqKMpxj2aPP7koKVHQU4Iw==",
"version": "2.0.0-rc.24",
"resolved": "https://registry.npmjs.org/@deuex-solutions/redoc/-/redoc-2.0.0-rc.24.tgz",
"integrity": "sha512-e9C0pdv+vdgAWEs6YGTWFh5lzXr+HZUjDyE/JV3/oODHvx3B6Lr1XdhmCH3mk1w2URJwWutzgVXoCT8C68cvwg==",
"requires": {
"ajv": "^6.4.0",
"ajv-errors": "^1.0.0",
@ -1357,9 +1357,9 @@
}
},
"mobx-react-lite": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.2.0.tgz",
"integrity": "sha512-q5+UHIqYCOpBoFm/PElDuOhbcatvTllgRp3M1s+Hp5j0Z6XNgDbgqxawJ0ZAUEyKM8X1zs70PCuhAIzX1f4Q/g=="
"version": "3.2.1",
"resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.2.1.tgz",
"integrity": "sha512-hwURgfmP2apX3HQrB55V9DN47kuN3C6KlQvI5UIfJRibXma72C/JudcNt2r9dWjAdFMrcZoz1ivvtXMCkJ2aQA=="
},
"tslib": {
"version": "1.14.1",

View File

@ -8,7 +8,7 @@
},
"dependencies": {
"@craco/craco": "^5.8.0",
"@deuex-solutions/redoc": "^2.0.0-rc.23",
"@deuex-solutions/redoc": "2.0.0-rc.24",
"@fortawesome/fontawesome-free": "^5.15.1",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",