Skip to content

Commit

Permalink
Update to Swagger UI v5 (#2806)
Browse files Browse the repository at this point in the history
- Update to the latest release of Swagger UI.
- Enable dependabot updates for swagger-ui.

Resolves #2789.
  • Loading branch information
martincostello authored Apr 25, 2024
1 parent 4baef30 commit b1e806c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 21 deletions.
15 changes: 7 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ updates:
day: wednesday
time: "10:00"
timezone: Europe/London
# TODO Enable npm updates
#- package-ecosystem: npm
# directory: "/src/Swashbuckle.AspNetCore.SwaggerUI"
# schedule:
# interval: weekly
# day: wednesday
# time: "10:00"
# timezone: Europe/London
- package-ecosystem: npm
directory: "/src/Swashbuckle.AspNetCore.SwaggerUI"
schedule:
interval: weekly
day: wednesday
time: "10:00"
timezone: Europe/London
- package-ecosystem: nuget
directory: "/"
groups:
Expand Down
17 changes: 5 additions & 12 deletions src/Swashbuckle.AspNetCore.SwaggerUI/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Swashbuckle.AspNetCore.SwaggerUI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"swagger-ui-dist": "4.15.5"
"swagger-ui-dist": "5.17.1"
},
"scripts": {
"postinstall": "node scripts/remove-source-map-links.js"
Expand Down

0 comments on commit b1e806c

Please sign in to comment.