File tree 3 files changed +17
-24
lines changed 3 files changed +17
-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"
1
+ disable-coverage: true
12
2
13
3
files:
14
4
- test/**/*.test.js
5
+
6
+ plugin:
7
+ - "!@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
+ "fast-json-stringify" : " ." ,
46
+ "is-my-json-valid" : " ^2.20.6" ,
47
+ "simple-git" : " ^3.23.0" ,
48
+ "standard" : " ^17.1.0" ,
49
+ "tap" : " ^19.2.5" ,
49
50
"tsd" : " ^0.31.0" ,
50
- "webpack" : " ^5.40.0" ,
51
- "fast-json-stringify" : " ."
51
+ "webpack" : " ^5.90.3"
52
52
},
53
53
"dependencies" : {
54
- "ajv" : " ^8.10.0" ,
54
+ "@fastify/merge-json-schemas" : " ^0.1.1" ,
55
+ "ajv" : " ^8.12.0" ,
55
56
"ajv-formats" : " ^3.0.1" ,
56
57
"fast-deep-equal" : " ^3.1.3" ,
57
- "fast-uri" : " ^2.1.0" ,
58
- "rfdc" : " ^1.2.0" ,
58
+ "fast-uri" : " ^2.3.0" ,
59
59
"json-schema-ref-resolver" : " ^1.0.1" ,
60
- "@fastify/merge-json-schemas " : " ^0.1 .0"
60
+ "rfdc " : " ^1.2 .0"
61
61
},
62
62
"standard" : {
63
63
"ignore" : [
You can’t perform that action at this time.
0 commit comments