mirror of
https://github.com/quartz-community/description.git
synced 2026-07-22 02:50:28 +00:00
fix: move tsup and typescript to dependencies for git install compatibility
This commit is contained in:
parent
82f1c95e53
commit
f34c5ea2e7
1 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,9 @@
|
|||
"dependencies": {
|
||||
"@quartz-community/types": "github:quartz-community/types",
|
||||
"@quartz-community/utils": "github:quartz-community/utils",
|
||||
"hast-util-to-string": "^3.0.1"
|
||||
"hast-util-to-string": "^3.0.1",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mdast": "^4.0.4",
|
||||
|
|
@ -70,8 +72,6 @@
|
|||
"hast": "^1.0.0",
|
||||
"preact": "^10.28.2",
|
||||
"prettier": "^3.6.2",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^2.1.9"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue