From ccbacb004bce7b84228d1fd6b8f9ccbf3142d7e4 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Wed, 19 Jun 2024 06:24:55 -0400 Subject: [PATCH] update deps --- index.js | 3 ++- package.json | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index e972401..e24754b 100644 --- a/index.js +++ b/index.js @@ -125,7 +125,8 @@ function isMySQLPromiseConnection (obj) { } module.exports = fp(fastifyMysql, { - fastify: '4.x', + // DISABLED UNTIL v5 RELEASE: + // fastify: '4.x', name: '@fastify/mysql' }) module.exports.default = fastifyMysql diff --git a/package.json b/package.json index fab8b66..6e81efb 100644 --- a/package.json +++ b/package.json @@ -40,8 +40,8 @@ "@types/node": "^20.11.30", "fastify": "^5.0.0-alpha.1", "standard": "^17.1.0", - "tap": "^18.7.1", - "tsd": "^0.31.7" + "tap": "^19.2.5", + "tsd": "^0.31.1" }, "publishConfig": { "access": "public"