From ffb8ad906111f582c48e258ce894bd2eea47cbcd Mon Sep 17 00:00:00 2001 From: SherkeyXD <57581480+SherkeyXD@users.noreply.github.com> Date: Sat, 27 Jul 2024 02:05:15 +0800 Subject: [PATCH] chore: fix docsearch base --- docs/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index e1a154d5e8..024dab0158 100644 --- a/docs/package.json +++ b/docs/package.json @@ -10,14 +10,14 @@ "private": true, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.14", - "@vuepress/plugin-docsearch": "2.0.0-rc.38", + "@vuepress/plugin-docsearch": "2.0.0-rc.40", "@vuepress/plugin-google-analytics": "2.0.0-rc.37", - "@vuepress/plugin-shiki": "^2.0.0-rc.39", + "@vuepress/plugin-shiki": "^2.0.0-rc.40", "markdown-it": "^14.1.0", "markdown-it-anchor": "^9.0.1", "vue": "^3.4.33", "vuepress": "2.0.0-rc.14", - "vuepress-theme-hope": "2.0.0-rc.51" + "vuepress-theme-hope": "2.0.0-rc.52" }, "scripts": { "dev": "vuepress dev .",