From 0092983d4115f0e9b9411eceaaa598b50f216927 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Thu, 1 Aug 2024 06:19:01 -0400 Subject: [PATCH] update fastify deps --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a06c7cd..bc50057 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" },