chore: upgrade dependencies

This commit is contained in:
Mathieu Schimmerling
2025-01-24 20:49:59 +01:00
parent 7e3a5a6829
commit 2f10bd9267
3 changed files with 2150 additions and 1942 deletions

View File

@@ -1,9 +1,9 @@
import { getHighlighter } from "shiki";
import { createHighlighter } from "shiki";
import MarkdownIt from "markdown-it";
import Shiki from "@shikijs/markdown-it";
import componentPartyShikiTheme from "./componentPartyShikiTheme.js";
const highlighter = await getHighlighter({
const highlighter = await createHighlighter({
theme: componentPartyShikiTheme,
langs: [
"javascript",