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'
9
9
import { marked } from 'marked'
10
10
11
11
// 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'
16
16
17
17
const supportedLangs = [ 'yaml' ] ;
18
18
const bus = new EventEmitter3 ( ) ;
Original file line number Diff line number Diff line change 7
7
"build" : " pnpm build:nav && pnpm build:home && pnpm build:org && pnpm build:doc"
8
8
},
9
9
"devDependencies" : {
10
- "esbuild" : " ^0.19.10 " ,
11
- "shikiji " : " ^0.9.11 "
10
+ "esbuild" : " ^0.21.1 " ,
11
+ "shiki " : " ^1.4.0 "
12
12
},
13
13
"dependencies" : {
14
14
"clipboard" : " 2.0.11" ,
15
15
"dompurify" : " 3.0.6" ,
16
16
"eventemitter3" : " 5.0.1" ,
17
17
"halfmoon" : " ^1.1.1" ,
18
- "htm" : " 3 " ,
18
+ "htm" : " ^3.1.1 " ,
19
19
"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 " ,
23
23
"slugify" : " 1.6.6"
24
24
}
25
25
}
You can’t perform that action at this time.
0 commit comments