Skip to content

Commit a46f5a9

Browse files
authored
Merge pull request Snailclimb#2210 from Mister-Hope/deps
chore: update deps
2 parents dd804bb + 5fb624b commit a46f5a9

File tree

3 files changed

+1687
-1603
lines changed

3 files changed

+1687
-1603
lines changed

docs/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ export default hopeTheme({
7070
mdEnhance: {
7171
align: true,
7272
codetabs: true,
73-
container: true,
7473
figure: true,
7574
gfm: true,
75+
hint: true,
7676
include: {
7777
resolvePath: (file, cwd) => {
7878
if (file.startsWith("@"))

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
"markdownlint"
2121
]
2222
},
23-
"packageManager": "pnpm@8.9.2",
23+
"packageManager": "pnpm@8.11.0",
2424
"dependencies": {
25-
"@vuepress/client": "2.0.0-beta.67",
26-
"@vuepress/plugin-search": "2.0.0-beta.67",
27-
"@vuepress/utils": "2.0.0-beta.67",
25+
"@vuepress/client": "2.0.0-rc.0",
26+
"@vuepress/plugin-search": "2.0.0-rc.0",
27+
"@vuepress/utils": "2.0.0-rc.0",
2828
"husky": "8.0.3",
2929
"markdownlint-cli": "0.37.0",
3030
"mathjax-full": "3.2.2",
3131
"nano-staged": "0.8.0",
3232
"nodejs-jieba": "0.0.2",
33-
"prettier": "3.0.3",
34-
"vue": "3.3.7",
35-
"vuepress": "2.0.0-beta.67",
36-
"vuepress-theme-hope": "2.0.0-beta.241"
33+
"prettier": "3.1.0",
34+
"vue": "3.3.9",
35+
"vuepress": "2.0.0-rc.0",
36+
"vuepress-theme-hope": "2.0.0-rc.1"
3737
}
3838
}

0 commit comments

Comments
 (0)