diff --git a/package.json b/package.json index 92cc3a6..b909f0b 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,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", @@ -76,8 +78,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": {