From 9cce24df7b48550e936537ecddc90dfaabf2b70b Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Mon, 23 Feb 2026 01:09:31 +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 15568ac..b997a1e 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,9 @@ } }, "dependencies": { - "@quartz-community/types": "github:quartz-community/types" + "@quartz-community/types": "github:quartz-community/types", + "tsup": "^8.5.0", + "typescript": "^5.9.3" }, "devDependencies": { "@types/hast": "^3.0.4", @@ -71,8 +73,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": {