File tree Expand file tree Collapse file tree 3 files changed +1531
-1303
lines changed
Expand file tree Collapse file tree 3 files changed +1531
-1303
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments