chore: pin dependencies and use native TypeScript

This commit is contained in:
Mario Zechner
2026-05-20 12:44:04 +02:00
Unverified
parent 849f9d9c5a
commit 2e02c74dcb
260 changed files with 862 additions and 897 deletions
+7 -7
View File
@@ -7,7 +7,7 @@
"scripts": {
"clean": "shx rm -rf dist",
"build": "tsgo -p tsconfig.build.json",
"test": "node --test --import tsx test/*.test.ts",
"test": "node --test test/*.test.ts",
"prepublishOnly": "npm run clean && npm run build"
},
"files": [
@@ -35,15 +35,15 @@
},
"types": "./dist/index.d.ts",
"dependencies": {
"get-east-asian-width": "^1.3.0",
"marked": "^15.0.12"
"get-east-asian-width": "1.6.0",
"marked": "15.0.12"
},
"optionalDependencies": {
"koffi": "^2.9.0"
"koffi": "2.16.2"
},
"devDependencies": {
"@xterm/headless": "^5.5.0",
"@xterm/xterm": "^5.5.0",
"chalk": "^5.5.0"
"@xterm/headless": "5.5.0",
"@xterm/xterm": "5.5.0",
"chalk": "5.6.2"
}
}