将vuepress及hope主题更新至2.0.0-rc.0 (#213)

pull/214/head
HalfSweet 2023-11-21 15:28:59 +08:00 committed by GitHub
parent 5195d29c23
commit dd64a0a4ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2215 additions and 3126 deletions

View File

@ -6,14 +6,19 @@
"scripts": { "scripts": {
"build": "vuepress build docs", "build": "vuepress build docs",
"clean-dev": "vuepress dev docs --clean-cache", "clean-dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs" "dev": "vuepress dev docs",
"update-package": "pnpm dlx vp-update"
}, },
"devDependencies": { "devDependencies": {
"@types/markdown-it": "^13.0.0", "@types/markdown-it": "^13.0.7",
"@vuepress/client": "2.0.0-beta.62", "@vuepress/client": "2.0.0-rc.0",
"markdown-it-pangu": "^1.0.2", "markdown-it-pangu": "^1.0.2",
"vue": "^3.3.4", "vue": "^3.3.8",
"vuepress": "2.0.0-beta.62", "vuepress": "2.0.0-rc.0",
"vuepress-theme-hope": "2.0.0-beta.219" "vuepress-theme-hope": "2.0.0-rc.0"
},
"dependencies": {
"katex": "^0.16.9",
"vuepress-plugin-md-enhance": "2.0.0-rc.0"
} }
} }

File diff suppressed because it is too large Load Diff