mirror of
https://github.com/unraid/api.git
synced 2025-12-31 13:39:52 -06:00
fix: downgrade marked to fix changelog preview issue
This commit is contained in:
@@ -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
8
web/package-lock.json
generated
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user