Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency @fastify/swagger-ui to v5
Browse files Browse the repository at this point in the history
renovate[bot] authored Dec 31, 2024
1 parent 9019d93 commit 2e55984
Showing 3 changed files with 65 additions and 54 deletions.
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
"license": "ISC",
"devDependencies": {
"@fastify/swagger": "8.15.0",
"@fastify/swagger-ui": "4.2.0",
"@fastify/swagger-ui": "5.2.0",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"esbuild-jest": "0.5.0",
@@ -26,7 +26,7 @@
},
"peerDependencies": {
"@fastify/swagger": "8.15.0",
"@fastify/swagger-ui": "4.2.0",
"@fastify/swagger-ui": "5.2.0",
"fastify": "4.29.0"
},
"files": [
2 changes: 1 addition & 1 deletion playground/template-prisma/package.json
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@
"license": "ISC",
"dependencies": {
"@fastify/swagger": "8.15.0",
"@fastify/swagger-ui": "4.2.0",
"@fastify/swagger-ui": "5.2.0",
"@prisma/client": "5.22.0",
"fastify": "4.29.0",
"fastify-flux": "workspace:*",
113 changes: 62 additions & 51 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 2e55984

Please sign in to comment.