Skip to content

Commit

Permalink
Update for fastify@5 (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners authored Jun 21, 2024
1 parent f5e79cd commit 575f7df
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 24 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
15 changes: 4 additions & 11 deletions .taprc
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
ts: false
jsx: false

branches: 65
functions: 100
lines: 89
statements: 89

nyc-arg:
- "--exclude=.cache/*"
- "--exclude=lib/schema-validator.js"
disable-coverage: true

files:
- test/**/*.test.js

plugin:
- "!@tapjs/typescript"
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,27 +37,27 @@
},
"homepage": "https://github.com/fastify/fast-json-stringify#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.0.2",
"@sinclair/typebox": "^0.32.3",
"@fastify/pre-commit": "^2.1.0",
"@sinclair/typebox": "^0.32.15",
"benchmark": "^2.1.4",
"cli-select": "^1.1.2",
"compile-json-stringify": "^0.1.2",
"is-my-json-valid": "^2.20.0",
"simple-git": "^3.7.1",
"standard": "^17.0.0",
"tap": "^16.0.1",
"fast-json-stringify": ".",
"is-my-json-valid": "^2.20.6",
"simple-git": "^3.23.0",
"standard": "^17.1.0",
"tap": "^19.2.5",
"tsd": "^0.31.0",
"webpack": "^5.40.0",
"fast-json-stringify": "."
"webpack": "^5.90.3"
},
"dependencies": {
"ajv": "^8.10.0",
"@fastify/merge-json-schemas": "^0.1.1",
"ajv": "^8.12.0",
"ajv-formats": "^3.0.1",
"fast-deep-equal": "^3.1.3",
"fast-uri": "^2.1.0",
"rfdc": "^1.2.0",
"fast-uri": "^2.3.0",
"json-schema-ref-resolver": "^1.0.1",
"@fastify/merge-json-schemas": "^0.1.0"
"rfdc": "^1.2.0"
},
"standard": {
"ignore": [
Expand Down

0 comments on commit 575f7df

Please sign in to comment.