⬆️ Upgrade "swagger-ui" to 3.17.3

This commit is contained in:
Georg Ledermann 2018-07-10 14:49:12 +02:00
parent ef91e087d3
commit 00aa08bb22
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| |Rswag Version|Swagger (OpenAPI) Spec.|swagger-ui|
|----------|----------|----------| |----------|----------|----------|
|[master](https://github.com/domaindrivendev/rswag/tree/master)|2.0|3.17.1| |[master](https://github.com/domaindrivendev/rswag/tree/master)|2.0|3.17.3|
|[2.0.4](https://github.com/domaindrivendev/rswag/tree/2.0.4)|2.0|3.17.1| |[2.0.4](https://github.com/domaindrivendev/rswag/tree/2.0.4)|2.0|3.17.1|
|[1.6.0](https://github.com/domaindrivendev/rswag/tree/1.6.0)|2.0|2.2.5| |[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, "requires": true,
"dependencies": { "dependencies": {
"swagger-ui-dist": { "swagger-ui-dist": {
"version": "3.17.1", "version": "3.17.3",
"resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.17.1.tgz", "resolved": "https://registry.npmjs.org/swagger-ui-dist/-/swagger-ui-dist-3.17.3.tgz",
"integrity": "sha1-2wjtaBvPuhMUn35hD0izbNTBfeg=" "integrity": "sha1-37lkCMzEZ3UVX3NpGQxdSyAW/lw="
} }
} }
} }

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.1" "swagger-ui-dist": "3.17.3"
} }
} }