Skip to content

Commit

Permalink
fix(deps): update dependency @fastify/swagger-ui to v2 (#59)
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] authored Dec 23, 2023
1 parent 25b7a08 commit 65572bb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.12.1",
"@fastify/swagger-ui": "1.10.2",
"@fastify/swagger-ui": "2.0.1",
"@types/jest": "29.5.11",
"@types/lodash": "4.14.202",
"esbuild-jest": "0.5.0",
Expand All @@ -26,7 +26,7 @@
},
"peerDependencies": {
"@fastify/swagger": "8.12.1",
"@fastify/swagger-ui": "1.10.2",
"@fastify/swagger-ui": "2.0.1",
"fastify": "4.25.1"
},
"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.12.1",
"@fastify/swagger-ui": "1.10.2",
"@fastify/swagger-ui": "2.0.1",
"@prisma/client": "5.7.1",
"fastify": "4.25.1",
"fastify-flux": "workspace:*",
Expand Down
12 changes: 6 additions & 6 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 65572bb

Please sign in to comment.