From b9c330d2a43916efcf0ffa0f997b66fafa2800a2 Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sun, 24 May 2026 16:24:24 +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 1ae9ef4..df52f93 100644 --- a/package.json +++ b/package.json @@ -53,14 +53,10 @@ "check": "npm run typecheck && npm run lint && npm run format && npm run test" }, "peerDependencies": { - "@jackyzha0/quartz": "^4.5.2", "preact": "^10.0.0", "vfile": "^6.0.3" }, "peerDependenciesMeta": { - "@jackyzha0/quartz": { - "optional": true - }, "preact": { "optional": false },