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

This commit is contained in:
saberzero1 2026-02-23 01:09:58 +01:00
parent 7e19794a51
commit 6474b1b1cf
No known key found for this signature in database

View file

@ -60,7 +60,9 @@
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-smartypants": "^3.0.2"
"remark-smartypants": "^3.0.2",
"tsup": "^8.5.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/hast": "^3.0.4",
@ -72,8 +74,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": {