From e15b66791dc24dbf32d2cfe02bb169528f0fcd4e Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Fri, 22 Mar 2024 18:25:30 +0100 Subject: [PATCH] upgrade for fastify 5 (#238) Signed-off-by: Cristian Barlutiu --- .github/workflows/ci.yml | 2 +- .taprc | 2 ++ package.json | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e8e4d64..582175c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ on: jobs: test: - uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.0.0 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0 with: lint: true license-check: true diff --git a/.taprc b/.taprc index 4452414..3a5e97b 100644 --- a/.taprc +++ b/.taprc @@ -1,2 +1,4 @@ files: - test/**/*.js +plugin: + - "!@tapjs/typescript" diff --git a/package.json b/package.json index 4dcad60..7ab0684 100644 --- a/package.json +++ b/package.json @@ -29,11 +29,11 @@ "devDependencies": { "@fastify/pre-commit": "^2.1.0", "@fastify/type-provider-typebox": "^4.0.0", - "@types/node": "^20.11.20", - "fastify": "^4.26.1", + "@types/node": "^20.11.30", + "fastify": "^4.26.2", "proxyquire": "^2.1.3", "standard": "^17.1.0", - "tap": "^18.7.0", - "tsd": "^0.30.6" + "tap": "^18.7.1", + "tsd": "^0.30.7" } }