Skip to content

Commit

Permalink
Upgrade swagger-ui to 4.10.3 & redoc to 2.0.0-rc.66
Browse files Browse the repository at this point in the history
  • Loading branch information
domaindrivendev committed Apr 22, 2022
1 parent 6e23a7b commit 1bac305
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 57 deletions.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Expand Up @@ -10,7 +10,7 @@
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/domaindrivendev/Swashbuckle.AspNetCore.git</RepositoryUrl>
<VersionPrefix>6.3.0</VersionPrefix>
<VersionPrefix>6.3.1</VersionPrefix>
<LangVersion>9</LangVersion>
</PropertyGroup>

Expand Down
97 changes: 50 additions & 47 deletions src/Swashbuckle.AspNetCore.ReDoc/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.ReDoc/package.json
Expand Up @@ -3,6 +3,6 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"redoc": "2.0.0-rc.63"
"redoc": "2.0.0-rc.66"
}
}
14 changes: 7 additions & 7 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
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"swagger-ui-dist": "4.5.0"
"swagger-ui-dist": "4.10.3"
},
"scripts": {
"postinstall": "node scripts/remove-source-map-links.js"
Expand Down

0 comments on commit 1bac305

Please sign in to comment.