mirror of
https://github.com/quartz-community/note-properties.git
synced 2026-07-22 02:50:26 +00:00
fix: move tsup and typescript to dependencies for git install compatibility
This commit is contained in:
parent
107fe07c12
commit
c074e112d6
1 changed files with 2 additions and 2 deletions
|
|
@ -70,6 +70,8 @@
|
|||
"js-yaml": "^4.1.0",
|
||||
"remark-frontmatter": "^5.0.0",
|
||||
"toml": "^3.0.0",
|
||||
"tsup": "^8.5.0",
|
||||
"typescript": "^5.9.3",
|
||||
"unified": "^11.0.5",
|
||||
"vfile": "^6.0.3"
|
||||
},
|
||||
|
|
@ -84,8 +86,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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue