1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-20 22:17:09 +08:00

chore: update deps

This commit is contained in:
Mr.Hope 2023-10-27 06:22:14 +08:00
parent 4ca9af21a6
commit 5e58e830eb
3 changed files with 3630 additions and 6421 deletions

View File

@ -51,19 +51,28 @@ export default hopeTheme({
plugins: { plugins: {
blog: true, blog: true,
copyright: { copyright: {
author: "JavaGuide(javaguide.cn)", author: "JavaGuide(javaguide.cn)",
license: "MIT", license: "MIT",
triggerLength: 100, triggerLength: 100,
maxLength: 700, maxLength: 700,
canonical: "https://javaguide.cn/", canonical: "https://javaguide.cn/",
global:true global: true,
}, },
feed: {
atom: true,
json: true,
rss: true,
},
mdEnhance: { mdEnhance: {
align: true, align: true,
codetabs: true, codetabs: true,
container: true, container: true,
figure: true, figure: true,
gfm: true,
include: { include: {
resolvePath: (file, cwd) => { resolvePath: (file, cwd) => {
if (file.startsWith("@")) if (file.startsWith("@"))
@ -78,10 +87,5 @@ export default hopeTheme({
}, },
tasklist: true, tasklist: true,
}, },
feed: {
atom: true,
json: true,
rss: true,
},
}, },
}); });

View File

@ -10,7 +10,8 @@
"docs:dev": "vuepress dev docs", "docs:dev": "vuepress dev docs",
"docs:clean-dev": "vuepress dev docs --clean-cache", "docs:clean-dev": "vuepress dev docs --clean-cache",
"lint": "prettier --check --write . && markdownlint docs/**/*.md", "lint": "prettier --check --write . && markdownlint docs/**/*.md",
"prepare": "husky install" "prepare": "husky install",
"update": "pnpm dlx vp-update"
}, },
"nano-staged": { "nano-staged": {
".ts,.scss": "prettier --write", ".ts,.scss": "prettier --write",
@ -19,18 +20,19 @@
"markdownlint" "markdownlint"
] ]
}, },
"packageManager": "pnpm@8.6.0", "packageManager": "pnpm@8.9.2",
"dependencies": { "dependencies": {
"@vuepress/client": "2.0.0-beta.67", "@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-search": "2.0.0-beta.67", "@vuepress/plugin-search": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67", "@vuepress/utils": "2.0.0-beta.67",
"husky": "8.0.3", "husky": "8.0.3",
"markdownlint-cli": "0.34.0", "markdownlint-cli": "0.37.0",
"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": "2.8.8", "prettier": "3.0.3",
"vue": "3.3.4", "vue": "3.3.7",
"vuepress": "2.0.0-beta.67", "vuepress": "2.0.0-beta.67",
"vuepress-theme-hope": "2.0.0-beta.236" "vuepress-theme-hope": "2.0.0-beta.241"
} }
} }

10021
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff