chore: update vitepress v2
parent
2f16ee7cf5
commit
6592135cc5
|
|
@ -85,9 +85,21 @@ export const shared = defineConfig({
|
||||||
name: 'Li Kui',
|
name: 'Li Kui',
|
||||||
username: 'likui628',
|
username: 'likui628',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: 'Jin Mao',
|
||||||
|
username: 'jinmao88',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'Netfan',
|
||||||
|
username: 'mynetfan',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: 'xingyu4j',
|
||||||
|
username: 'xingyu4j',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
repoURL: () => 'https://github.com/vbenjs/vue-vben-admin',
|
repoURL: () => 'https://github.com/vbenjs/vue-vben-admin',
|
||||||
}),
|
}) as any,
|
||||||
GitChangelogMarkdownSection(),
|
GitChangelogMarkdownSection(),
|
||||||
viteArchiverPlugin({ outputDir: '.vitepress' }),
|
viteArchiverPlugin({ outputDir: '.vitepress' }),
|
||||||
groupIconVitePlugin(),
|
groupIconVitePlugin(),
|
||||||
|
|
|
||||||
1048
pnpm-lock.yaml
1048
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
|
|
@ -197,7 +197,7 @@ catalog:
|
||||||
vite-plugin-lazy-import: ^1.0.7
|
vite-plugin-lazy-import: ^1.0.7
|
||||||
vite-plugin-pwa: ^1.3.0
|
vite-plugin-pwa: ^1.3.0
|
||||||
vite-plugin-vue-devtools: ^8.1.2
|
vite-plugin-vue-devtools: ^8.1.2
|
||||||
vitepress: ^1.6.4
|
vitepress: ^2.0.0-alpha.17
|
||||||
vitepress-plugin-group-icons: ^1.7.5
|
vitepress-plugin-group-icons: ^1.7.5
|
||||||
vitest: ^4.1.6
|
vitest: ^4.1.6
|
||||||
vue: ^3.5.34
|
vue: ^3.5.34
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue