chore: remove vestigial @jackyzha0/quartz peerDependency

This commit is contained in:
saberzero1 2026-05-24 16:24:28 +02:00
parent 3d9c3b83da
commit 60fb095148
No known key found for this signature in database

View file

@ -46,13 +46,9 @@
"check": "npm run typecheck && npm run lint && npm run format && npm run test" "check": "npm run typecheck && npm run lint && npm run format && npm run test"
}, },
"peerDependencies": { "peerDependencies": {
"@jackyzha0/quartz": "^4.5.2",
"preact": "^10.0.0" "preact": "^10.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
"@jackyzha0/quartz": {
"optional": true
},
"preact": { "preact": {
"optional": false "optional": false
} }