Skip to content

Commit 47ce046

Browse files
authored
feat(@142vip/vuepress): 升级底层依赖,修复类型错误 (#707)
1 parent 7c80076 commit 47ce046

File tree

3 files changed

+1589
-1429
lines changed

3 files changed

+1589
-1429
lines changed

packages/vuepress/package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -46,27 +46,27 @@
4646
"homePage": "https://142vip.cn"
4747
},
4848
"peerDependencies": {
49-
"@vue/repl": "4.5.1",
50-
"@vuepress/bundler-vite": "2.0.0-rc.22",
51-
"@vuepress/plugin-markdown-image": "2.0.0-rc.102",
52-
"@vuepress/plugin-markdown-tab": "2.0.0-rc.102",
53-
"@vuepress/plugin-redirect": "2.0.0-rc.102",
54-
"@vuepress/plugin-slimsearch": "2.0.0-rc.102",
55-
"@vuepress/plugin-watermark": "2.0.0-rc.102",
56-
"@vueuse/shared": "13.0.0",
57-
"cli-spinners": "3.2.0",
49+
"@vue/repl": "4.7.0",
50+
"@vuepress/bundler-vite": "2.0.0-rc.26",
51+
"@vuepress/plugin-markdown-image": "2.0.0-rc.115",
52+
"@vuepress/plugin-markdown-tab": "2.0.0-rc.115",
53+
"@vuepress/plugin-redirect": "2.0.0-rc.115",
54+
"@vuepress/plugin-slimsearch": "2.0.0-rc.115",
55+
"@vuepress/plugin-watermark": "2.0.0-rc.115",
56+
"@vueuse/shared": "13.9.0",
57+
"cli-spinners": "3.3.0",
5858
"dashjs": "4.7.4",
59-
"hls.js": "1.5.13",
59+
"hls.js": "1.6.13",
6060
"markdown-it": "14.1.0",
6161
"markdown-it-emoji": "3.0.0",
62-
"mermaid": "11.6.0",
62+
"mermaid": "11.12.0",
6363
"reveal.js": "5.2.1",
64-
"sass-embedded": "1.87.0",
64+
"sass-embedded": "1.93.2",
6565
"unicorn-magic": "0.3.0",
66-
"vidstack": "1.12.12",
67-
"vue": "3.5.18",
68-
"vuepress": "2.0.0-rc.22",
69-
"vuepress-theme-hope": "2.0.0-rc.87"
66+
"vidstack": "1.12.13",
67+
"vue": "3.5.22",
68+
"vuepress": "2.0.0-rc.26",
69+
"vuepress-theme-hope": "2.0.0-rc.95"
7070
},
7171
"publishConfig": {
7272
"access": "public",

packages/vuepress/src/theme.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { PluginsOptions, ThemeOptions } from 'vuepress-theme-hope'
1+
import type { ThemeOptions, ThemePluginsOptions } from 'vuepress-theme-hope'
22
import path from 'node:path'
33
import process from 'node:process'
44
import { hopeTheme } from 'vuepress-theme-hope'
@@ -7,7 +7,7 @@ import { slimSearchCNLocals } from './plugins/plugin-slim-search'
77
/**
88
* 主题中插件的一些配置
99
*/
10-
export const baseThemePluginOptions: PluginsOptions = {
10+
export const baseThemePluginOptions: ThemePluginsOptions = {
1111

1212
// comment:{
1313
// provider: "Artalk",

0 commit comments

Comments
 (0)