Skip to content

Commit

Permalink
Update for v5 (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
bilalshareef authored Mar 20, 2024
1 parent 8de494c commit 1393dfa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1393dfa

Please sign in to comment.