Skip to content

Commit

Permalink
Update fastify dependencies to suport v5 (#824)
Browse files Browse the repository at this point in the history
Co-authored-by: Mihail <[email protected]>
  • Loading branch information
mduchev and Mihail authored Sep 29, 2024
1 parent cf76409 commit ef1784c
Show file tree
Hide file tree
Showing 2 changed files with 310 additions and 209 deletions.
6 changes: 3 additions & 3 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
"dependencies": {
"@bull-board/api": "5.23.0",
"@bull-board/ui": "5.23.0",
"@fastify/static": "^6.11.2",
"@fastify/view": "^8.1.0",
"@fastify/static": "^8.0.1",
"@fastify/view": "^10.0.1",
"ejs": "^3.1.10"
},
"devDependencies": {
"fastify": "^4.23.2"
"fastify": "^5.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit ef1784c

Please sign in to comment.