build(font-size): update and lock dependencies (#2803)

This commit is contained in:
Baptiste Augrain
2026-04-26 12:26:21 +02:00
committed by GitHub
parent 5e5b2ffb2e
commit e78f14dea2
8 changed files with 436 additions and 43 deletions

View File

@@ -10,20 +10,27 @@
"type": "module",
"main": "generate-css.ts",
"scripts": {
"clean": "rimraf lib",
"audit:fix": "npm audit fix --min-release-age=0",
"ci:lint": "zizmor .",
"ci:lint:fix": "zizmor . --fix=all",
"lint": "xo",
"lint:all": "fixpack && npm audit && npm run ci:lint && npm run lint",
"lint:fix": "xo --fix",
"prepare": "fixpack || true"
"prepare": "fixpack || true",
"update:artifacts": "artifact update",
"update:deps": "taze"
},
"dependencies": {
"@zokugun/fs-extra-plus": "^0.3.3",
"@zokugun/xtry": "^0.10.1",
"fast-glob": "^3.3.3",
"postcss": "^8.5.6"
"@zokugun/fs-extra-plus": "0.3.8",
"@zokugun/xtry": "0.10.1",
"fast-glob": "3.3.3",
"postcss": "8.5.10"
},
"devDependencies": {
"@types/node": "^22.9.0",
"fixpack": "^4.0.0",
"@types/node": "22.19.17",
"fixpack": "4.0.0",
"taze": "19.11.0",
"typescript": "5.9.3",
"xo": "0.60.0"
},
"keywords": []