chore: remove vestigial @jackyzha0/quartz peerDependency

This commit is contained in:
saberzero1 2026-05-24 16:24:38 +02:00
parent e1055e8dc8
commit 0ca938dc29
No known key found for this signature in database

View file

@ -43,14 +43,10 @@
"check": "npm run typecheck && npm run lint && npm run format && npm run test"
},
"peerDependencies": {
"@jackyzha0/quartz": "^4.5.2",
"preact": "^10.0.0",
"shiki": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0"
},
"peerDependenciesMeta": {
"@jackyzha0/quartz": {
"optional": true
},
"preact": {
"optional": false
},