From bc42599d38a18e9910d8698a4ebef1821504617a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Tue, 16 Apr 2024 00:59:36 +0200 Subject: [PATCH 1/2] update script --- .github/workflows/ci.yml | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 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/package.json b/package.json index d6e109f..bc7c672 100644 --- a/package.json +++ b/package.json @@ -34,9 +34,9 @@ "homepage": "https://github.com/fastify/fastify-warning#readme", "devDependencies": { "benchmark": "^2.1.4", - "jest": "^29.0.1", - "standard": "^17.0.0", - "tap": "^16.3.0", + "jest": "^29.7.0", + "standard": "^17.1.0", + "tap": "^18.7.2", "tsd": "^0.31.0" } } From db94b3111f3d2bb0d85c0580651c44566e3353de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCrg=C3=BCn=20Day=C4=B1o=C4=9Flu?= Date: Tue, 16 Apr 2024 00:59:57 +0200 Subject: [PATCH 2/2] up --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index bc7c672..b4cd0a2 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ }, "homepage": "https://github.com/fastify/fastify-warning#readme", "devDependencies": { + "@fastify/pre-commit": "^2.1.0", "benchmark": "^2.1.4", "jest": "^29.7.0", "standard": "^17.1.0",