Update swagger-ui to 3.14.2 and ReDoc to 2.0.0-alpha.20
parent
94f6ca8c89
commit
3077195396
|
|
@ -9,6 +9,8 @@ Changelog
|
||||||
|
|
||||||
*Release date: May 14, 2018*
|
*Release date: May 14, 2018*
|
||||||
|
|
||||||
|
- **IMPROVED:** updated ``swagger-ui`` to version 3.14.2
|
||||||
|
- **IMPROVED:** updated ``ReDoc`` to version 2.0.0-alpha.20
|
||||||
- **FIXED:** ignore ``None`` return from ``get_operation`` to avoid empty ``Path`` objects in output
|
- **FIXED:** ignore ``None`` return from ``get_operation`` to avoid empty ``Path`` objects in output
|
||||||
|
|
||||||
*********
|
*********
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "drf-yasg",
|
"name": "drf-yasg",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"redoc": "^2.0.0-alpha.17",
|
"redoc": "^2.0.0-alpha.20",
|
||||||
"swagger-ui-dist": "^3.14.1"
|
"swagger-ui-dist": "^3.14.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue