Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/swagger-ui to v3 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 14, 2024
1 parent ab58602 commit 30f08fc
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "ISC",
"devDependencies": {
"@fastify/swagger": "8.14.0",
"@fastify/swagger-ui": "2.1.0",
"@fastify/swagger-ui": "3.0.0",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"esbuild-jest": "0.5.0",
Expand All @@ -26,7 +26,7 @@
},
"peerDependencies": {
"@fastify/swagger": "8.14.0",
"@fastify/swagger-ui": "2.1.0",
"@fastify/swagger-ui": "3.0.0",
"fastify": "4.26.2"
},
"files": [
Expand Down
2 changes: 1 addition & 1 deletion playground/template-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"license": "ISC",
"dependencies": {
"@fastify/swagger": "8.14.0",
"@fastify/swagger-ui": "2.1.0",
"@fastify/swagger-ui": "3.0.0",
"@prisma/client": "5.11.0",
"fastify": "4.26.2",
"fastify-flux": "workspace:*",
Expand Down
124 changes: 113 additions & 11 deletions pnpm-lock.yaml

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

0 comments on commit 30f08fc

Please sign in to comment.