mirror of
https://github.com/lainbo/component-party.git
synced 2026-04-05 13:09:03 +08:00
chore: upgrade dependencies
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user