Skip to content

Commit 4199288

Browse files
committed
main
1 parent 0498174 commit 4199288

File tree

3 files changed

+1531
-1303
lines changed

3 files changed

+1531
-1303
lines changed

docs/.vitepress/config.mts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,16 @@ const vitepressConfig = defineConfig({
8282
externalLinkIcon: true,
8383
lastUpdated: {
8484
text: 'Last updated',
85+
formatOptions: {
86+
year: 'numeric',
87+
month: '2-digit',
88+
day: '2-digit',
89+
hour: '2-digit',
90+
minute: '2-digit',
91+
second: '2-digit',
92+
hourCycle: 'h23',
93+
forceLocale: true,
94+
},
8595
},
8696
search: {
8797
provider: 'local',

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
"test": "vitest"
77
},
88
"dependencies": {
9-
"@types/markdown-it": "^13.0.8",
10-
"fast-glob": "^3.3.2",
9+
"@types/markdown-it": "^13.0.9",
10+
"fast-glob": "^3.3.3",
1111
"gray-matter": "^4.0.3",
1212
"linq": "^4.0.3",
1313
"markdown-it": "^14.1.0",
14-
"octokit": "^4.0.2",
15-
"vue": "^3.4.29"
14+
"octokit": "^4.1.4",
15+
"vue": "^3.5.18"
1616
},
1717
"devDependencies": {
18+
"@shikijs/vitepress-twoslash": "^1.29.2",
19+
"@types/node": "^20.19.9",
20+
"axios": "^1.11.0",
21+
"jsonc-parser": "^3.3.1",
1822
"markdown-it-wikilinks": "^1.4.0",
19-
"@shikijs/vitepress-twoslash": "^1.9.0",
20-
"@types/node": "^20.14.5",
21-
"axios": "^1.7.2",
22-
"jsonc-parser": "^3.2.1",
2323
"mermaid": "11.7.0",
24-
"shiki": "^1.7.0",
25-
"typescript": "^5.6.3",
24+
"shiki": "^1.29.2",
25+
"typescript": "^5.8.3",
2626
"vitepress": "latest",
27-
"vitepress-plugin-mermaid": "^2.0.16",
28-
"vitest": "^2.1.1"
27+
"vitepress-plugin-mermaid": "^2.0.17",
28+
"vitest": "^2.1.9"
2929
},
3030
"type": "module"
3131
}

0 commit comments

Comments
 (0)