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

This commit is contained in:
saberzero1 2026-02-23 01:10:16 +01:00
parent 96d5df9fc6
commit 54bd227daa
No known key found for this signature in database

View file

@ -60,7 +60,9 @@
},
"dependencies": {
"@quartz-community/types": "github:quartz-community/types",
"@quartz-community/utils": "github:quartz-community/utils"
"@quartz-community/utils": "github:quartz-community/utils",
"tsup": "^8.5.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/hast": "^3.0.4",
@ -73,8 +75,6 @@
"preact": "^10.28.2",
"prettier": "^3.6.2",
"sass-embedded": "^1.97.3",
"tsup": "^8.5.0",
"typescript": "^5.9.3",
"vfile": "^6.0.3",
"vitest": "^2.1.9"
},