Skip to content

Commit ce76e59

Browse files
synapsegurgunday
andauthored
upgrade for fastify 5 (#700)
Signed-off-by: Gürgün Dayıoğlu <[email protected]> Co-authored-by: Gürgün Dayıoğlu <[email protected]>
1 parent e87268d commit ce76e59

File tree

3 files changed

+15
-24
lines changed

3 files changed

+15
-24
lines changed

.github/workflows/ci.yml

+1-1
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

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
ts: false
2-
jsx: false
3-
4-
branches: 65
5-
functions: 100
6-
lines: 89
7-
statements: 89
8-
9-
nyc-arg:
10-
- "--exclude=.cache/*"
11-
- "--exclude=lib/schema-validator.js"
12-
1+
disable-coverage: true
132
files:
143
- test/**/*.test.js
4+
plugin:
5+
- "!@tapjs/typescript"

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -37,27 +37,27 @@
3737
},
3838
"homepage": "https://github.com/fastify/fast-json-stringify#readme",
3939
"devDependencies": {
40-
"@fastify/pre-commit": "^2.0.2",
41-
"@sinclair/typebox": "^0.32.3",
40+
"@fastify/pre-commit": "^2.1.0",
41+
"@sinclair/typebox": "^0.32.15",
4242
"benchmark": "^2.1.4",
4343
"cli-select": "^1.1.2",
4444
"compile-json-stringify": "^0.1.2",
45-
"is-my-json-valid": "^2.20.0",
46-
"simple-git": "^3.7.1",
47-
"standard": "^17.0.0",
48-
"tap": "^16.0.1",
45+
"is-my-json-valid": "^2.20.6",
46+
"simple-git": "^3.23.0",
47+
"standard": "^17.1.0",
48+
"tap": "^18.7.1",
4949
"tsd": "^0.31.0",
50-
"webpack": "^5.40.0",
50+
"webpack": "^5.90.3",
5151
"fast-json-stringify": "."
5252
},
5353
"dependencies": {
54-
"ajv": "^8.10.0",
54+
"ajv": "^8.12.0",
5555
"ajv-formats": "^3.0.1",
5656
"fast-deep-equal": "^3.1.3",
57-
"fast-uri": "^2.1.0",
58-
"rfdc": "^1.2.0",
57+
"fast-uri": "^2.3.0",
58+
"rfdc": "^1.3.1",
5959
"json-schema-ref-resolver": "^1.0.1",
60-
"@fastify/merge-json-schemas": "^0.1.0"
60+
"@fastify/merge-json-schemas": "^0.1.1"
6161
},
6262
"standard": {
6363
"ignore": [

0 commit comments

Comments
 (0)