1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2210 from Mister-Hope/deps

chore: update deps
This commit is contained in:
Guide 2023-11-29 13:14:27 +08:00 committed by GitHub
commit a46f5a9383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1687 additions and 1603 deletions

View File

@ -70,9 +70,9 @@ export default hopeTheme({
mdEnhance: { mdEnhance: {
align: true, align: true,
codetabs: true, codetabs: true,
container: true,
figure: true, figure: true,
gfm: true, gfm: true,
hint: true,
include: { include: {
resolvePath: (file, cwd) => { resolvePath: (file, cwd) => {
if (file.startsWith("@")) if (file.startsWith("@"))

View File

@ -20,19 +20,19 @@
"markdownlint" "markdownlint"
] ]
}, },
"packageManager": "pnpm@8.9.2", "packageManager": "pnpm@8.11.0",
"dependencies": { "dependencies": {
"@vuepress/client": "2.0.0-beta.67", "@vuepress/client": "2.0.0-rc.0",
"@vuepress/plugin-search": "2.0.0-beta.67", "@vuepress/plugin-search": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-beta.67", "@vuepress/utils": "2.0.0-rc.0",
"husky": "8.0.3", "husky": "8.0.3",
"markdownlint-cli": "0.37.0", "markdownlint-cli": "0.37.0",
"mathjax-full": "3.2.2", "mathjax-full": "3.2.2",
"nano-staged": "0.8.0", "nano-staged": "0.8.0",
"nodejs-jieba": "0.0.2", "nodejs-jieba": "0.0.2",
"prettier": "3.0.3", "prettier": "3.1.0",
"vue": "3.3.7", "vue": "3.3.9",
"vuepress": "2.0.0-beta.67", "vuepress": "2.0.0-rc.0",
"vuepress-theme-hope": "2.0.0-beta.241" "vuepress-theme-hope": "2.0.0-rc.1"
} }
} }

3272
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff