From 1ed3ac6abc418006f7c1fe00359acd43ab467830 Mon Sep 17 00:00:00 2001 From: Mohammed Bilal Shareef Date: Wed, 20 Mar 2024 17:34:14 +0530 Subject: [PATCH] Update for v5 --- .github/workflows/ci.yml | 2 +- package.json | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 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 b76c7d4..bf2a1dc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "commonjs", "types": "types/index.d.ts", "scripts": { - "coverage": "cross-env VALUE_FROM_ENV=pippo tap --cov --coverage-report=html", + "coverage": "cross-env VALUE_FROM_ENV=pippo tap --coverage-report=html", "lint": "standard | snazzy", "lint:fix": "standard --fix", "test": "npm run test:unit && npm run test:typescript", @@ -27,18 +27,18 @@ }, "homepage": "https://github.com/fastify/fastify-env#readme", "dependencies": { - "env-schema": "^5.0.0", - "fastify-plugin": "^4.0.0" + "env-schema": "^5.2.1", + "fastify-plugin": "^4.5.1" }, "devDependencies": { - "@fastify/pre-commit": "^2.0.2", - "@types/node": "^20.1.0", - "cross-env": "^7.0.2", - "fastify": "^4.0.0-rc.2", + "@fastify/pre-commit": "^2.1.0", + "@types/node": "^20.11.30", + "cross-env": "^7.0.3", + "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" }, "pre-commit": [ "lint",