File tree Expand file tree Collapse file tree 6 files changed +861
-910
lines changed
Expand file tree Collapse file tree 6 files changed +861
-910
lines changed Original file line number Diff line number Diff line change @@ -381,13 +381,13 @@ import {
381381 createShikiHighlighter ,
382382} from ' @nuxtjs/mdc/runtime'
383383// Import desired Shiki themes and languages
384- import MaterialThemePalenight from ' shiki /themes/material-theme-palenight.mjs '
385- import HtmlLang from ' shiki /langs/html.mjs '
386- import MdcLang from ' shiki /langs/mdc.mjs '
387- import TsLang from ' shiki /langs/typescript.mjs '
388- import VueLang from ' shiki /langs/vue.mjs '
389- import ScssLang from ' shiki /langs/scss.mjs '
390- import YamlLang from ' shiki /langs/yaml.mjs '
384+ import MaterialThemePalenight from ' @shikijs /themes/material-theme-palenight'
385+ import HtmlLang from ' @shikijs /langs/html'
386+ import MdcLang from ' @shikijs /langs/mdc'
387+ import TsLang from ' @shikijs /langs/typescript'
388+ import VueLang from ' @shikijs /langs/vue'
389+ import ScssLang from ' @shikijs /langs/scss'
390+ import YamlLang from ' @shikijs /langs/yaml'
391391
392392export default function useMarkdownParser() {
393393 let parser: Awaited <ReturnType <typeof createMarkdownParser >>
Original file line number Diff line number Diff line change 7373 },
7474 "dependencies" : {
7575 "@nuxt/kit" : " ^3.16.1" ,
76+ "@shikijs/langs" : " ^3.2.1" ,
77+ "@shikijs/themes" : " ^3.2.1" ,
7678 "@shikijs/transformers" : " ^3.2.1" ,
7779 "@types/hast" : " ^3.0.4" ,
7880 "@types/mdast" : " ^4.0.4" ,
114116 "vfile" : " ^6.0.3"
115117 },
116118 "devDependencies" : {
117- "@nuxt/devtools" : " ^2.3.1 " ,
119+ "@nuxt/devtools" : " ^2.3.2 " ,
118120 "@nuxt/eslint-config" : " ^1.2.0" ,
119121 "@nuxt/module-builder" : " ^0.8.4" ,
120122 "@nuxt/schema" : " ^3.16.1" ,
121123 "@nuxt/test-utils" : " ^3.17.2" ,
122- "@nuxt/ui" : " ^3.0.0 " ,
124+ "@nuxt/ui" : " ^3.0.1 " ,
123125 "@nuxtjs/mdc" : " link:." ,
124- "@types/node" : " ^22.13.10 " ,
125- "eslint" : " ^9.22 .0" ,
126+ "@types/node" : " ^22.13.14 " ,
127+ "eslint" : " ^9.23 .0" ,
126128 "nuxt" : " ^3.16.1" ,
127129 "rehype" : " ^13.0.2" ,
128130 "release-it" : " ^18.1.2" ,
133135 "resolutions" : {
134136 "@nuxtjs/mdc" : " workspace:*"
135137 },
136- "packageManager" : " pnpm@10.6.5 " ,
138+ "packageManager" : " pnpm@10.7.0 " ,
137139 "release-it" : {
138140 "git" : {
139141 "commitMessage" : " chore(release): release v${version}"
Original file line number Diff line number Diff line change 88 "generate" : " nuxi generate"
99 },
1010 "devDependencies" : {
11- "@iconify-json/lucide" : " ^1.2.31 " ,
11+ "@iconify-json/lucide" : " ^1.2.33 " ,
1212 "@monaco-editor/loader" : " ^1.5.0" ,
13+ "@nuxtjs/mdc" : " workspace:*" ,
1314 "@nuxtlabs/monarch-mdc" : " ^0.5.0" ,
14- "nuxt" : " ^3.16.1" ,
15- "@nuxtjs/mdc" : " workspace:*"
15+ "nuxt" : " ^3.16.1"
1616 }
1717}
You can’t perform that action at this time.
0 commit comments