Skip to content

Commit

Permalink
update fastify deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners committed Aug 1, 2024
1 parent 0ac5bb1 commit 0092983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"dependencies": {
"awilix-manager": "^5.1.0",
"fastify-plugin": "^4.5.1"
"fastify-plugin": "^5.0.0-pre.fv5.1"
},
"peerDependencies": {
"awilix": ">=9.0.0",
"fastify": "^4.0.0"
"fastify": "^5.0.0-alpha.3"
},
"devDependencies": {
"@fastify/pre-commit": "^2.1.0",
Expand All @@ -36,7 +36,7 @@
"eslint": "^9.5.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"fastify": "^4.26.2",
"fastify": "^5.0.0-alpha.3",
"prettier": "^3.2.5",
"tsd": "^0.31.0"
},
Expand Down

0 comments on commit 0092983

Please sign in to comment.