Skip to content

Commit

Permalink
update for fastify 5 (#176)
Browse files Browse the repository at this point in the history
Signed-off-by: Gürgün Dayıoğlu <hey@gurgun.day>
Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
  • Loading branch information
synapse and gurgunday committed Apr 12, 2024
1 parent 4503ce9 commit fc35504
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 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
1 change: 1 addition & 0 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
disable-coverage: true
files:
- test/**/*.test.js
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit fc35504

Please sign in to comment.