mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
chore: bump vuepress to latest beta (#1370)
This commit is contained in:
parent
16070cf6a6
commit
24d524c0a2
@ -1 +1 @@
|
||||
nodejs 16.15.1
|
||||
nodejs 18.12.1
|
||||
|
@ -1,9 +1,7 @@
|
||||
import { defaultTheme, defineUserConfig } from "vuepress";
|
||||
import { searchPlugin } from "@vuepress/plugin-search";
|
||||
import { shikiPlugin } from "@vuepress/plugin-shiki";
|
||||
import {
|
||||
activeHeaderLinksPlugin,
|
||||
} from "@vuepress/plugin-active-header-links";
|
||||
import { activeHeaderLinksPlugin } from "@vuepress/plugin-active-header-links";
|
||||
|
||||
import navbar from "./navbar";
|
||||
import sidebar from "./sidebar";
|
||||
|
2493
docs/package-lock.json
generated
2493
docs/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -5,9 +5,9 @@
|
||||
"format": "npx -y prettier --write '{.vuepress/{config,navbar,sidebar}.js,./**/*.md}'"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/plugin-active-header-links": "^2.0.0-beta.51",
|
||||
"@vuepress/plugin-search": "^2.0.0-beta.51",
|
||||
"@vuepress/plugin-shiki": "^2.0.0-beta.51",
|
||||
"vuepress": "^2.0.0-beta.51"
|
||||
"@vuepress/plugin-active-header-links": "^2.0.0-beta.53",
|
||||
"@vuepress/plugin-search": "^2.0.0-beta.53",
|
||||
"@vuepress/plugin-shiki": "^2.0.0-beta.53",
|
||||
"vuepress": "^2.0.0-beta.53"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user