update swagger-ui to 3.23.11

This commit is contained in:
Hayley 2019-10-07 16:55:20 +01:00
parent 17d7e020e8
commit bff44ee06e
3 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,7 @@ Once you have an API that can describe itself in Swagger, you've opened the trea
|Rswag Version|Swagger (OpenAPI) Spec.|swagger-ui| |Rswag Version|Swagger (OpenAPI) Spec.|swagger-ui|
|----------|----------|----------| |----------|----------|----------|
|[master](https://github.com/rswag/rswag/tree/master)|2.0|3.17.3| |[master](https://github.com/rswag/rswag/tree/master)|2.0|3.23.11|
|[2.0.6](https://github.com/rswag/rswag/tree/2.0.6)|2.0|3.17.3| |[2.0.6](https://github.com/rswag/rswag/tree/2.0.6)|2.0|3.17.3|
|[1.6.0](https://github.com/rswag/rswag/tree/1.6.0)|2.0|2.2.5| |[1.6.0](https://github.com/rswag/rswag/tree/1.6.0)|2.0|2.2.5|

3
package-lock.json generated Normal file
View File

@ -0,0 +1,3 @@
{
"lockfileVersion": 1
}

View File

@ -3,6 +3,6 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"swagger-ui-dist": "3.17.3" "swagger-ui-dist": "3.23.11"
} }
} }