File tree Expand file tree Collapse file tree 3 files changed +97
-97
lines changed Expand file tree Collapse file tree 3 files changed +97
-97
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import slugify from 'slugify'
99import { marked } from 'marked'
1010
1111// Syntax highlighting imports
12- import { getHighlighterCore } from 'shikiji /core'
13- import dracula from 'shikiji /themes/dracula.mjs'
14- import { getWasmInlined } from 'shikiji /wasm'
15- import yaml from 'shikiji /langs/yaml.mjs'
12+ import { getHighlighterCore } from 'shiki /core'
13+ import dracula from 'shiki /themes/dracula.mjs'
14+ import { getWasmInlined } from 'shiki /wasm'
15+ import yaml from 'shiki /langs/yaml.mjs'
1616
1717const supportedLangs = [ 'yaml' ] ;
1818const bus = new EventEmitter3 ( ) ;
Original file line number Diff line number Diff line change 77 "build" : " pnpm build:nav && pnpm build:home && pnpm build:org && pnpm build:doc"
88 },
99 "devDependencies" : {
10- "esbuild" : " ^0.19.10 " ,
11- "shikiji " : " ^0.9.11 "
10+ "esbuild" : " ^0.21.1 " ,
11+ "shiki " : " ^1.4.0 "
1212 },
1313 "dependencies" : {
1414 "clipboard" : " 2.0.11" ,
1515 "dompurify" : " 3.0.6" ,
1616 "eventemitter3" : " 5.0.1" ,
1717 "halfmoon" : " ^1.1.1" ,
18- "htm" : " 3 " ,
18+ "htm" : " ^3.1.1 " ,
1919 "marked" : " 11.1.0" ,
20- "react" : " 16 " ,
21- "react-dom" : " 16 " ,
22- "react-table" : " 7 " ,
20+ "react" : " ^16.14.0 " ,
21+ "react-dom" : " ^16.14.0 " ,
22+ "react-table" : " ^7.8.0 " ,
2323 "slugify" : " 1.6.6"
2424 }
2525}
You can’t perform that action at this time.
0 commit comments