'
+ const description = '
'
const feedback = meta.build.api ? '' : ''
diff --git a/package-lock.json b/package-lock.json
index 56915ee32..bc3a32bdf 100644
Binary files a/package-lock.json and b/package-lock.json differ
diff --git a/package.json b/package.json
index 414e9aee2..0a62134a3 100644
--- a/package.json
+++ b/package.json
@@ -36,9 +36,9 @@
"nprogress": "^0.2.0",
"pathe": "^2.0.3",
"reka-ui": "^2.6.1",
- "tinycolor2": "^1.6.0",
"unocss": "66.5.10",
"vitepress": "^1.6.4",
+ "vue": "^3.5.25",
"x-satori": "^0.4.0",
"zod": "^4.1.13"
},
@@ -61,7 +61,6 @@
"@iconify/utils": "^3.1.0",
"@types/node": "^24.10.1",
"@types/nprogress": "^0.2.3",
- "@types/tinycolor2": "^1.4.6",
"@vue/compiler-sfc": "^3.5.27",
"floating-vue": "^5.2.2",
"nitro-cloudflare-dev": "^0.2.2",
@@ -74,7 +73,6 @@
"vite-plugin-optimize-exclude": "^0.0.1",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-terminal": "^1.3.0",
- "vue": "^3.5.0",
"wrangler": "^4.52.1"
},
"pnpm": {
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index 5a1c5c47e..820f45b8a 100644
Binary files a/pnpm-lock.yaml and b/pnpm-lock.yaml differ
diff --git a/unocss.config.ts b/unocss.config.ts
index f940a4d1f..001b1f731 100644
--- a/unocss.config.ts
+++ b/unocss.config.ts
@@ -102,12 +102,12 @@ export default defineConfig({
{
display: 'inline-block',
padding: '0.2em 0.4em',
- 'font-size': '0.75em',
- 'font-weight': '500',
- 'line-height': '1',
+ fontSize: '0.75em',
+ fontWeight: '500',
+ lineHeight: '1',
color: 'var(--vp-c-text-1)',
- 'background-color': 'rgb(var(--vp-c-bg-alt))',
- 'border-radius': '4px'
+ backgroundColor: 'rgb(var(--vp-c-bg-alt))',
+ borderRadius: '4px'
}
]
],