Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sun-ZhenXing committed Dec 10, 2023
1 parent a4cc95b commit f4aeac9
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 755 deletions.
16 changes: 2 additions & 14 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export default defineUserConfig({
plugins: [
mdEnhancePlugin({
gfm: true,
container: true,
hint: true,
vPre: true,
tabs: true,
codetabs: true,
Expand Down Expand Up @@ -111,19 +111,7 @@ export default defineUserConfig({
],
}, false),
searchProPlugin({}),
autoCatalogPlugin({
orderGetter: ({ title, routeMeta }) => {
if (routeMeta.order)
return routeMeta.order as number
const prefix = title.match(/^\d+. /)
if (prefix)
return Number.parseInt(prefix[0])
const suffix = title.match(/\d+$/)
if (suffix)
return Number.parseInt(suffix[0])
return 0
},
}),
autoCatalogPlugin({}),
copyCodePlugin({
showInMobile: true,
}),
Expand Down
2 changes: 1 addition & 1 deletion docs/demo/page01.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Solid is not Solid.js!

## Image

![favicon](/favicon.svg)
![favicon](/vuepress-solid-template/favicon.svg)

## Mermaid

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"github-slugger": "^2.0.0",
"katex": "^0.16.9",
"mermaid": "^10.6.1",
"vue": "^3.3.8",
"vue": "^3.3.11",
"vuepress": "2.0.0-rc.0",
"vuepress-plugin-auto-catalog": "2.0.0-rc.0",
"vuepress-plugin-copy-code2": "2.0.0-rc.0",
"vuepress-plugin-md-enhance": "2.0.0-rc.0",
"vuepress-plugin-search-pro": "2.0.0-rc.0"
"vuepress-plugin-auto-catalog": "2.0.0-rc.3",
"vuepress-plugin-copy-code2": "2.0.0-rc.3",
"vuepress-plugin-md-enhance": "2.0.0-rc.3",
"vuepress-plugin-search-pro": "2.0.0-rc.3"
}
}
Loading

0 comments on commit f4aeac9

Please sign in to comment.