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 Nov 12, 2023
1 parent 2e9d6e3 commit 116f88e
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 294 deletions.
1 change: 0 additions & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ export default defineUserConfig({
container: true,
vPre: true,
tabs: true,
card: true,
codetabs: true,
include: {
resolvePath: file => {
Expand Down
10 changes: 0 additions & 10 deletions docs/demo/page01.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,3 @@ $$
$$
:::
## Card
```card
title: Alex Sun
desc: Learning what is fun.
logo: /favicon.svg
link: https://blog.alexsun.top
color: rgba(253, 230, 138, 0.15)
```
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-shiki": "2.0.0-beta.67",
"@vuepress/utils": "2.0.0-beta.67",
"@vuepress/client": "2.0.0-beta.68",
"@vuepress/plugin-shiki": "2.0.0-beta.68",
"@vuepress/utils": "2.0.0-beta.68",
"github-slugger": "^2.0.0",
"katex": "^0.16.9",
"mermaid": "^10.6.1",
"vue": "^3.3.8",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-auto-catalog": "2.0.0-beta.247",
"vuepress-plugin-copy-code2": "2.0.0-beta.247",
"vuepress-plugin-md-enhance": "2.0.0-beta.247",
"vuepress-plugin-search-pro": "2.0.0-beta.247"
"vuepress": "2.0.0-beta.68",
"vuepress-plugin-auto-catalog": "2.0.0-beta.250",
"vuepress-plugin-copy-code2": "2.0.0-beta.250",
"vuepress-plugin-md-enhance": "2.0.0-beta.250",
"vuepress-plugin-search-pro": "2.0.0-beta.250"
}
}
Loading

0 comments on commit 116f88e

Please sign in to comment.