From f34c5ea2e7352c92db7c69230f7d8ebfa1a5395e Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Mon, 23 Feb 2026 01:09:50 +0100 Subject: [PATCH] fix: move tsup and typescript to dependencies for git install compatibility --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 96ae392..559bbc7 100644 --- a/package.json +++ b/package.json @@ -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": {