Update swagger-ui to 3.14.2 and ReDoc to 2.0.0-alpha.20
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
*********
|
*********
|
||||||
|
|||||||
Generated
+121
-1610
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -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",
|
||||||
|
|||||||
+38
-61
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
Reference in New Issue
Block a user