mirror of
https://github.com/quartz-community/og-image.git
synced 2026-07-22 02:50:23 +00:00
fix: move tsup and typescript to dependencies for git install compatibility
This commit is contained in:
parent
9a00809fcc
commit
829d1c8b60
1 changed files with 2 additions and 2 deletions
|
|
@ -62,6 +62,8 @@
|
|||
"reading-time": "^1.5.0",
|
||||
"satori": "^0.12.0",
|
||||
"sharp": "^0.33.0",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vfile": "^6.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -74,8 +76,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"
|
||||
},
|
||||
"quartz": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue