mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
chore: update deps
This commit is contained in:
parent
4ca9af21a6
commit
5e58e830eb
@ -51,19 +51,28 @@ export default hopeTheme({
|
||||
|
||||
plugins: {
|
||||
blog: true,
|
||||
|
||||
copyright: {
|
||||
author: "JavaGuide(javaguide.cn)",
|
||||
license: "MIT",
|
||||
triggerLength: 100,
|
||||
maxLength: 700,
|
||||
canonical: "https://javaguide.cn/",
|
||||
global:true
|
||||
global: true,
|
||||
},
|
||||
|
||||
feed: {
|
||||
atom: true,
|
||||
json: true,
|
||||
rss: true,
|
||||
},
|
||||
|
||||
mdEnhance: {
|
||||
align: true,
|
||||
codetabs: true,
|
||||
container: true,
|
||||
figure: true,
|
||||
gfm: true,
|
||||
include: {
|
||||
resolvePath: (file, cwd) => {
|
||||
if (file.startsWith("@"))
|
||||
@ -78,10 +87,5 @@ export default hopeTheme({
|
||||
},
|
||||
tasklist: true,
|
||||
},
|
||||
feed: {
|
||||
atom: true,
|
||||
json: true,
|
||||
rss: true,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
14
package.json
14
package.json
@ -10,7 +10,8 @@
|
||||
"docs:dev": "vuepress dev docs",
|
||||
"docs:clean-dev": "vuepress dev docs --clean-cache",
|
||||
"lint": "prettier --check --write . && markdownlint docs/**/*.md",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky install",
|
||||
"update": "pnpm dlx vp-update"
|
||||
},
|
||||
"nano-staged": {
|
||||
".ts,.scss": "prettier --write",
|
||||
@ -19,18 +20,19 @@
|
||||
"markdownlint"
|
||||
]
|
||||
},
|
||||
"packageManager": "pnpm@8.6.0",
|
||||
"packageManager": "pnpm@8.9.2",
|
||||
"dependencies": {
|
||||
"@vuepress/client": "2.0.0-beta.67",
|
||||
"@vuepress/plugin-search": "2.0.0-beta.67",
|
||||
"@vuepress/utils": "2.0.0-beta.67",
|
||||
"husky": "8.0.3",
|
||||
"markdownlint-cli": "0.34.0",
|
||||
"markdownlint-cli": "0.37.0",
|
||||
"mathjax-full": "3.2.2",
|
||||
"nano-staged": "0.8.0",
|
||||
"nodejs-jieba": "0.0.2",
|
||||
"prettier": "2.8.8",
|
||||
"vue": "3.3.4",
|
||||
"prettier": "3.0.3",
|
||||
"vue": "3.3.7",
|
||||
"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
10021
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user