Skip to content

Commit 238c401

Browse files
committed
chore: Updated dependencies.
1 parent 2ec8be8 commit 238c401

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"format": "prettier -w src test",
3434
"lint": "eslint --cache",
3535
"test": "c8 -c test/config/c8-local.json node --test --test-reporter=cleaner-spec-reporter test/*.test.ts",
36-
"test:ci": "c8 -c test/config/c8-ci.json node --test --test-reporter=tap test/*.test.ts",
3736
"ci": "npm run build && npm run test",
3837
"prepublishOnly": "npm run ci",
3938
"postpublish": "git push origin && git push origin -f --tags"
@@ -51,7 +50,7 @@
5150
"@types/node": "^24.10.1",
5251
"@types/swagger-ui-dist": "^3.30.6",
5352
"c8": "^10.1.3",
54-
"cleaner-spec-reporter": "^0.5.0",
53+
"cleaner-spec-reporter": "^1.0.0",
5554
"eslint": "^9.39.1",
5655
"fastify": "^5.6.2",
5756
"prettier": "^3.6.2",

0 commit comments

Comments
 (0)