From fc35504f374129933389adae365003606e2c91a0 Mon Sep 17 00:00:00 2001 From: Cristian Barlutiu Date: Fri, 12 Apr 2024 23:11:30 +0200 Subject: [PATCH] update for fastify 5 (#176) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gürgün Dayıoğlu Co-authored-by: Gürgün Dayıoğlu --- .github/workflows/ci.yml | 2 +- .taprc | 1 + package.json | 18 +++++++++--------- 3 files changed, 11 insertions(+), 10 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 eb6eb3e..343ddd5 100644 --- a/.taprc +++ b/.taprc @@ -1,2 +1,3 @@ +disable-coverage: true files: - test/**/*.test.js diff --git a/package.json b/package.json index 9f597ee..5aae6d9 100644 --- a/package.json +++ b/package.json @@ -31,18 +31,18 @@ }, "homepage": "https://github.com/fastify/env-schema#readme", "dependencies": { - "ajv": "^8.0.0", - "dotenv": "^16.0.0", - "dotenv-expand": "^10.0.0" + "ajv": "^8.12.0", + "dotenv": "^16.4.5", + "dotenv-expand": "10.0.0" }, "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@sinclair/typebox": "^0.32.3", - "ajv-formats": "^3.0.1", - "fluent-json-schema": "^4.0.0", + "@fastify/pre-commit": "^2.1.0", + "@sinclair/typebox": "^0.32.18", + "ajv-formats": "^2.1.1", + "fluent-json-schema": "^4.2.1", "snazzy": "^9.0.0", - "standard": "^17.0.0", - "tap": "^16.0.0", + "standard": "^17.1.0", + "tap": "^18.7.1", "tsd": "^0.31.0" }, "pre-commit": [