mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-27 05:10:15 +10:00
build(font-size): update and lock dependencies (#2803)
This commit is contained in:
@@ -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": []
|
||||
|
||||
Reference in New Issue
Block a user