Skip to content

Commit

Permalink
fix(deps): update dependency fastify to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 31, 2024
1 parent 9019d93 commit e12ec48
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 78 deletions.
4 changes: 2 additions & 2 deletions packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"esbuild-jest": "0.5.0",
"fastify": "4.29.0",
"fastify": "5.2.0",
"jest": "29.7.0",
"ts-jest": "29.2.5",
"typescript": "5.7.2"
},
"peerDependencies": {
"@fastify/swagger": "8.15.0",
"@fastify/swagger-ui": "4.2.0",
"fastify": "4.29.0"
"fastify": "5.2.0"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion playground/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "ISC",
"dependencies": {
"@fastify/swagger": "8.15.0",
"fastify": "4.29.0",
"fastify": "5.2.0",
"fastify-flux": "workspace:*",
"source-map-support": "0.5.21",
"tsconfig-paths": "4.2.0"
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 @@ -20,7 +20,7 @@
"@fastify/swagger": "8.15.0",
"@fastify/swagger-ui": "4.2.0",
"@prisma/client": "5.22.0",
"fastify": "4.29.0",
"fastify": "5.2.0",
"fastify-flux": "workspace:*",
"tsconfig-paths": "4.2.0"
},
Expand Down
147 changes: 73 additions & 74 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 e12ec48

Please sign in to comment.