fix: move tsup and typescript to dependencies for git install compatibility

This commit is contained in:
saberzero1 2026-02-23 01:09:31 +01:00
parent 031872e39b
commit 9cce24df7b
No known key found for this signature in database

View file

@ -59,7 +59,9 @@
}
},
"dependencies": {
"@quartz-community/types": "github:quartz-community/types"
"@quartz-community/types": "github:quartz-community/types",
"tsup": "^8.5.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/hast": "^3.0.4",
@ -71,8 +73,6 @@
"eslint-config-prettier": "^9.1.0",
"preact": "^10.28.2",
"prettier": "^3.6.2",
"tsup": "^8.5.0",
"typescript": "^5.9.3",
"vitest": "^2.1.9"
},
"engines": {