From af982e7d30901f30258cffe523ba1a03f9df3997 Mon Sep 17 00:00:00 2001 From: Mohammed Bilal Shareef Date: Wed, 20 Mar 2024 18:08:58 +0530 Subject: [PATCH] Update for v5 --- .github/workflows/ci.yml | 2 +- .taprc | 5 ----- package.json | 14 +++++++------- 3 files changed, 8 insertions(+), 13 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 dd2e48f..cfd767b 100644 --- a/.taprc +++ b/.taprc @@ -1,7 +1,2 @@ -ts: false -jsx: false -flow: false -coverage: true - files: - test/*.test.js \ No newline at end of file diff --git a/package.json b/package.json index 9b25f3e..9fe9181 100644 --- a/package.json +++ b/package.json @@ -30,16 +30,16 @@ }, "homepage": "https://github.com/fastify/fastify-etag#readme", "devDependencies": { - "@types/node": "^20.1.0", - "autocannon": "^7.0.0", - "fastify": "^4.0.0-rc.2", + "@types/node": "^20.11.30", + "autocannon": "^7.15.0", + "fastify": "^4.26.2", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", - "tsd": "^0.30.0" + "standard": "^17.1.0", + "tap": "^18.7.1", + "tsd": "^0.30.7" }, "dependencies": { - "fastify-plugin": "^4.0.0" + "fastify-plugin": "^4.5.1" }, "tsd": { "directory": "test/types"