From 0ff97fa141e88a14d3a7d10b1970f0f821a1528f Mon Sep 17 00:00:00 2001 From: Matteo Gesmundo <46707463+Gesma94@users.noreply.github.com> Date: Fri, 5 Jul 2024 17:09:50 +0200 Subject: [PATCH] chore: update packages --- .github/workflows/ci.yml | 2 +- .taprc | 7 +++---- package.json | 8 ++++---- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b00276..5395d92 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@v3 + uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0 with: license-check: true lint: true diff --git a/.taprc b/.taprc index 2188e32..30f3026 100644 --- a/.taprc +++ b/.taprc @@ -1,4 +1,3 @@ -ts: false -jsx: false -flow: false -coverage: true +show-full-coverage: true +plugin: + - "!@tapjs/typescript" diff --git a/package.json b/package.json index 2c97731..86c8ae7 100644 --- a/package.json +++ b/package.json @@ -23,11 +23,11 @@ }, "homepage": "https://github.com/fastify/forwarded#readme", "devDependencies": { - "@types/node": "^20.1.0", + "@types/node": "^20.14.9", "benchmark": "2.1.4", - "standard": "^17.0.0", - "tap": "^16.0.0", - "tsd": "^0.31.0" + "standard": "^17.1.0", + "tap": "^18.8.0", + "tsd": "^0.31.1" }, "types": "types/index.d.ts", "files": [