From 105bcc9abbe5221fa27dcaa43b7afe02e37aa76b Mon Sep 17 00:00:00 2001 From: "Anthony Fu (via agent)" Date: Mon, 14 Sep 2026 06:13:58 +0000 Subject: [PATCH] fix: dedupe @unocss/core and match minified inline viewer style The deps bump to unocss 66.10.2 left @antfu/design's optional @unocss/core peer resolving to a stale 66.10.0, so the two copies of its types made presetAnthonyDesign() unassignable in design/uno.config.ts and broke every example typecheck. Pin @unocss/core to the unocss override so one copy resolves. Vite 8.3 also minifies the standalone viewer's inline