Skip to content

Commit 6a93446

Browse files
synapsegurgunday
authored andcommitted
update for fastify 5 (#176)
Signed-off-by: Gürgün Dayıoğlu <[email protected]> Co-authored-by: Gürgün Dayıoğlu <[email protected]>
1 parent 4503ce9 commit 6a93446

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
test:
20-
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v3
20+
uses: fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
2121
with:
2222
license-check: true
2323
lint: true

.taprc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
disable-coverage: true
12
files:
23
- test/**/*.test.js

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@
3131
},
3232
"homepage": "https://github.com/fastify/env-schema#readme",
3333
"dependencies": {
34-
"ajv": "^8.0.0",
35-
"dotenv": "^16.0.0",
36-
"dotenv-expand": "^10.0.0"
34+
"ajv": "^8.12.0",
35+
"dotenv": "^16.4.5",
36+
"dotenv-expand": "10.0.0"
3737
},
3838
"devDependencies": {
39-
"@fastify/pre-commit": "^2.0.2",
40-
"@sinclair/typebox": "^0.32.3",
41-
"ajv-formats": "^3.0.1",
42-
"fluent-json-schema": "^4.0.0",
39+
"@fastify/pre-commit": "^2.1.0",
40+
"@sinclair/typebox": "^0.32.18",
41+
"ajv-formats": "^2.1.1",
42+
"fluent-json-schema": "^4.2.1",
4343
"snazzy": "^9.0.0",
44-
"standard": "^17.0.0",
45-
"tap": "^16.0.0",
44+
"standard": "^17.1.0",
45+
"tap": "^18.7.1",
4646
"tsd": "^0.31.0"
4747
},
4848
"pre-commit": [

0 commit comments

Comments
 (0)