fix: downgrade marked to fix changelog preview issue

This commit is contained in:
Eli Bosley
2024-12-16 14:58:09 -05:00
parent d28fb24d68
commit 943c907d03
3 changed files with 6 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ const icon = computed<{ component: Component; color: string } | null>(() => {
<template>
<div class="relative">
<BellIcon class="w-6 h-6" />
<BellIcon class="w-6 h-6 text-header-text-primary" />
<div
v-if="indicatorLevel === 'UNREAD'"
class="absolute top-0 right-0 size-2.5 rounded-full border border-neutral-800 bg-unraid-green"

8
web/package-lock.json generated
View File

@@ -31,7 +31,7 @@
"hex-to-rgba": "^2.0.1",
"isomorphic-dompurify": "^2.19.0",
"lucide-vue-next": "^0.468.0",
"marked": "^15.0.3",
"marked": "^12.0.2",
"marked-base-url": "^1.1.6",
"radix-vue": "^1.9.11",
"semver": "^7.6.3",
@@ -11339,9 +11339,9 @@
}
},
"node_modules/marked": {
"version": "15.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.4.tgz",
"integrity": "sha512-TCHvDqmb3ZJ4PWG7VEGVgtefA5/euFmsIhxtD0XsBxI39gUSKL81mIRFdt0AiNQozUahd4ke98ZdirExd/vSEw==",
"version": "12.0.2",
"resolved": "https://registry.npmjs.org/marked/-/marked-12.0.2.tgz",
"integrity": "sha512-qXUm7e/YKFoqFPYPa3Ukg9xlI5cyAtGmyEIzMfW//m6kXwCy2Ps9DYf5ioijFKQ8qyuscrHoY04iJGctu2Kg0Q==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"

View File

@@ -79,7 +79,7 @@
"hex-to-rgba": "^2.0.1",
"isomorphic-dompurify": "^2.19.0",
"lucide-vue-next": "^0.468.0",
"marked": "^15.0.3",
"marked": "^12.0.2",
"marked-base-url": "^1.1.6",
"radix-vue": "^1.9.11",
"semver": "^7.6.3",