Skip to content

Commit a255d9d

Browse files
committed
chore: Updated dependencies.
Signed-off-by: Paolo Insogna <paolo@cowtech.it>
1 parent 9374eff commit a255d9d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,24 @@
3232
"lint": "eslint --cache",
3333
"test": "c8 -c test/config/c8-local.json node --test --test-reporter=cleaner-spec-reporter test/*.test.ts",
3434
"test:ci": "c8 -c test/config/c8-ci.json node --test --test-reporter=tap test/*.test.ts",
35-
"ci": "npm run build",
35+
"ci": "npm run build && npm run test",
3636
"prepublishOnly": "npm run ci",
3737
"postpublish": "git push origin && git push origin -f --tags"
3838
},
3939
"dependencies": {
40-
"acquerello": "^3.0.1",
41-
"hdr-histogram-js": "^3.0.0",
40+
"acquerello": "^4.0.1",
41+
"hdr-histogram-js": "^3.0.1",
4242
"table": "^6.9.0"
4343
},
4444
"devDependencies": {
45-
"@cowtech/eslint-config": "^10.4.0",
45+
"@cowtech/eslint-config": "^10.5.0",
4646
"@cowtech/typescript-config": "^0.2.1",
47-
"@types/node": "^22.10.2",
47+
"@types/node": "^24.10.1",
4848
"c8": "^10.1.3",
49-
"cleaner-spec-reporter": "^0.3.1",
50-
"eslint": "^9.17.0",
51-
"prettier": "^3.4.2",
52-
"typescript": "^5.7.2"
49+
"cleaner-spec-reporter": "^0.5.0",
50+
"eslint": "^9.39.1",
51+
"prettier": "^3.6.2",
52+
"typescript": "^5.9.3"
5353
},
5454
"engines": {
5555
"node": ">= 22.21.0"

0 commit comments

Comments
 (0)