Skip to content

Commit c344377

Browse files
authored
Chore/dependency updates (#28)
* WIP * Update esbuild
1 parent a2b933e commit c344377

File tree

3 files changed

+97
-97
lines changed

3 files changed

+97
-97
lines changed

js/doc.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import slugify from 'slugify'
99
import { 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

1717
const supportedLangs = ['yaml'];
1818
const bus = new EventEmitter3();

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
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
}

0 commit comments

Comments
 (0)