⬆️ Upgrade "swagger-ui" to 3.17.1

This commit is contained in:
Georg Ledermann 2018-06-21 09:11:06 +02:00
parent 890a31e749
commit 6b04c72cc9
3 changed files with 5 additions and 5 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|
|----------|----------|----------|
|[master](https://github.com/domaindrivendev/rswag/tree/master)|2.0|3.13.2|
|[master](https://github.com/domaindrivendev/rswag/tree/master)|2.0|3.17.1|
|[2.0.3](https://github.com/domaindrivendev/rswag/tree/2.0.3)|2.0|3.13.2|
|[1.6.0](https://github.com/domaindrivendev/rswag/tree/1.6.0)|2.0|2.2.5|

View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"swagger-ui-dist": {
"version": "3.13.2",
"resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.13.2.tgz",
"integrity": "sha1-EL9SK9J0q2SU0r0Nuvn+2ibbHKI="
"version": "3.17.1",
"resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.17.1.tgz",
"integrity": "sha1-2wjtaBvPuhMUn35hD0izbNTBfeg="
}
}
}

View File

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