File tree 2 files changed +24
-5
lines changed
2 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 54
54
"ts-jest" : " ^29.0.3" ,
55
55
"ts-node" : " ^10.3.0" ,
56
56
"typescript" : " ^5.0.2" ,
57
- "vitepress" : " 1.0.0-rc.15 "
57
+ "vitepress" : " 1.0.0-rc.20 "
58
58
},
59
59
"eslintConfig" : {
60
60
"env" : {
Original file line number Diff line number Diff line change 1140
1140
dependencies :
1141
1141
" @types/node" " *"
1142
1142
1143
+ " @types/linkify-it@* " :
1144
+ version "3.0.3"
1145
+ resolved "https://registry.yarnpkg.com/@types/linkify-it/-/linkify-it-3.0.3.tgz#15a0712296c5041733c79efe233ba17ae5a7587b"
1146
+ integrity sha512-pTjcqY9E4nOI55Wgpz7eiI8+LzdYnw3qxXCfHyBDdPbYvbyLgWLJGh8EdPvqawwMK1Uo1794AUkkR38Fr0g+2g==
1147
+
1148
+ " @types/markdown-it@^13.0.1 " :
1149
+ version "13.0.1"
1150
+ resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-13.0.1.tgz#2f45bd54315f5db2d9bd909ec7fd4d994cf75df4"
1151
+ integrity sha512-SUEb8Frsxs3D5Gg9xek6i6EG6XQ5s+O+ZdQzIPESZVZw3Pv3CPQfjCJBI+RgqZd1IBeu18S0Rn600qpPnEK37w==
1152
+ dependencies :
1153
+ " @types/linkify-it" " *"
1154
+ " @types/mdurl" " *"
1155
+
1156
+ " @types/mdurl@* " :
1157
+ version "1.0.2"
1158
+ resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.2.tgz#e2ce9d83a613bacf284c7be7d491945e39e1f8e9"
1159
+ integrity sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==
1160
+
1143
1161
" @types/minimatch@^3.0.3 " :
1144
1162
version "3.0.5"
1145
1163
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.5.tgz#1001cc5e6a3704b83c236027e77f2f58ea010f40"
@@ -5606,13 +5624,14 @@ vite@^4.4.9:
5606
5624
optionalDependencies :
5607
5625
fsevents "~2.3.2"
5608
5626
5609
-
5610
- version "1.0.0-rc.15 "
5611
- resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-rc.15 .tgz#a0810e91ed2bb6000ea78c084a7263d7519840de "
5612
- integrity sha512-5criiHoEibkT/du7t6wQ2xQVsuTNuirQZbMAi0M9Hp0YzJoJvEX68Ej9p2PtNC84bYb/CxAh5QkMtMutk03lHw ==
5627
+
5628
+ version "1.0.0-rc.20 "
5629
+ resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-1.0.0-rc.20 .tgz#a5570f929c52cef010da26039cf9122c11e160a1 "
5630
+ integrity sha512-CykMUJ8JLxLcGWek0ew3wln4RYbsOd1+0YzXITTpajggpynm2S331TNkJVOkHrMRc6GYe3y4pS40GfgcW0ZwAw ==
5613
5631
dependencies :
5614
5632
" @docsearch/css" " ^3.5.2"
5615
5633
" @docsearch/js" " ^3.5.2"
5634
+ " @types/markdown-it" " ^13.0.1"
5616
5635
" @vue/devtools-api" " ^6.5.0"
5617
5636
" @vueuse/core" " ^10.4.1"
5618
5637
" @vueuse/integrations" " ^10.4.1"
You can’t perform that action at this time.
0 commit comments