File tree 3 files changed +15
-24
lines changed
3 files changed +15
-24
lines changed Original file line number Diff line number Diff line change 17
17
18
18
jobs :
19
19
test :
20
- uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
20
+ uses : fastify/workflows/.github/workflows/plugins-ci.yml@v4.1.0
21
21
with :
22
22
license-check : true
23
23
lint : true
Original file line number Diff line number Diff line change 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
13
2
files:
14
3
- test/**/*.test.js
4
+ plugin:
5
+ - "!@tapjs/typescript"
Original file line number Diff line number Diff line change 37
37
},
38
38
"homepage" : " https://github.com/fastify/fast-json-stringify#readme" ,
39
39
"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 " ,
42
42
"benchmark" : " ^2.1.4" ,
43
43
"cli-select" : " ^1.1.2" ,
44
44
"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" ,
49
49
"tsd" : " ^0.31.0" ,
50
- "webpack" : " ^5.40.0 " ,
50
+ "webpack" : " ^5.90.3 " ,
51
51
"fast-json-stringify" : " ."
52
52
},
53
53
"dependencies" : {
54
- "ajv" : " ^8.10 .0" ,
54
+ "ajv" : " ^8.12 .0" ,
55
55
"ajv-formats" : " ^3.0.1" ,
56
56
"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 " ,
59
59
"json-schema-ref-resolver" : " ^1.0.1" ,
60
- "@fastify/merge-json-schemas" : " ^0.1.0 "
60
+ "@fastify/merge-json-schemas" : " ^0.1.1 "
61
61
},
62
62
"standard" : {
63
63
"ignore" : [
You can’t perform that action at this time.
0 commit comments