File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 1717
1818jobs :
1919 test :
20- uses : fastify/workflows/.github/workflows/plugins-ci.yml@v3
20+ uses : fastify/workflows/.github/workflows/plugins-ci.yml@v4.2.1
2121 with :
22- license-check : true
2322 lint : true
23+ license-check : true
24+ node-versions : ' ["16", "18", "20", "22"]'
Original file line number Diff line number Diff line change 2424 },
2525 "homepage" : " https://github.com/fastify/fast-json-stringify-compiler#readme" ,
2626 "devDependencies" : {
27- "@fastify/pre-commit" : " ^2.0.2 " ,
28- "fastify" : " ^4.0.0 " ,
27+ "@fastify/pre-commit" : " ^2.1.0 " ,
28+ "fastify" : " ^4.26.2 " ,
2929 "sanitize-filename" : " ^1.6.3" ,
30- "standard" : " ^17.0 .0" ,
31- "tap" : " ^16.0.0 " ,
30+ "standard" : " ^17.1 .0" ,
31+ "tap" : " ^18.7.2 " ,
3232 "tsd" : " ^0.31.0"
3333 },
3434 "pre-commit" : [
3535 " lint" ,
3636 " test"
3737 ],
3838 "dependencies" : {
39- "fast-json-stringify" : " ^5.7.0 "
39+ "fast-json-stringify" : " ^5.14.1 "
4040 }
4141}
You can’t perform that action at this time.
0 commit comments