From 2f1e7418b5d489b3ed9555efab4130d29addad49 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sun, 24 May 2026 16:24:42 +0200 Subject: [PATCH] chore: remove vestigial @jackyzha0/quartz peerDependency --- package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package.json b/package.json index fb7425f..7fc9612 100644 --- a/package.json +++ b/package.json @@ -47,13 +47,9 @@ "check": "npm run typecheck && npm run lint && npm run format && npm run test" }, "peerDependencies": { - "@jackyzha0/quartz": "^4.5.2", "preact": "^10.0.0" }, "peerDependenciesMeta": { - "@jackyzha0/quartz": { - "optional": true - }, "preact": { "optional": false }