Skip to content

Commit

Permalink
fix: updated swagger-ui to v5.18.1 (#2378)
Browse files Browse the repository at this point in the history
## Description

This PR updates the
[swagger-ui](https://github.com/swagger-api/swagger-ui) to latest
version (5.18.1).

Provided version of swagger-ui cannot render recursive objects properly
(they are rendered as empty objects). This bug was resolved in v5.11.8
(more context can be found here:
swagger-api/swagger-ui#3325).

I have tested this update in our projects and it seems to be OK 🤞.

Cheers!

## What type of PR is this? (check all applicable)
- [x] Bug Fix
- [ ] Feature
- [ ] Refactor
- [ ] Deprecation
- [ ] Breaking Change
- [ ] Documentation Update
- [ ] CI

## Checklist
- [ ] I have made corresponding changes to the documentation (`docs/`)
- [ ] I have made corresponding changes to the changelog
(`CHANGELOG.md`)
  • Loading branch information
s3tezsky authored Nov 7, 2024
1 parent 1023c9d commit b79abc1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/public/swagger-ui/swagger-ui-bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/public/swagger-ui/swagger-ui-bundle.js.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions Resources/public/swagger-ui/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Resources/public/swagger-ui/swagger-ui.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Resources/public/swagger-ui/swagger-ui.css.map

Large diffs are not rendered by default.

0 comments on commit b79abc1

Please sign in to comment.