From 5e94864b58114a054c23c8fe22fcda8a9ba63f31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=A1=E7=94=A8=E7=9A=84=E5=B0=8F=E5=BA=9F=E9=BC=A0?= <107793048+ymh0000123@users.noreply.github.com> Date: Sun, 11 Feb 2024 15:04:51 +0800 Subject: [PATCH] Update package.json --- vuepress/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vuepress/package.json b/vuepress/package.json index a039175..6b36c82 100644 --- a/vuepress/package.json +++ b/vuepress/package.json @@ -5,7 +5,7 @@ "author": "没用的小废鼠 <107793048+ymh0000123@users.noreply.github.com>", "license": "MIT", "devDependencies": { - "@vuepress/plugin-active-header-links": "^1.9.10", + "@vuepress/plugin-active-header-links": "^2.0.0-rc.14", "vuepress": "^2.0.0-rc.7" }, "scripts": { @@ -13,6 +13,6 @@ "docs:build": "vuepress build docs" }, "dependencies": { - "vuepress-plugin-giscus": "^2.0.0-alpha.26" + "vuepress-plugin-giscus": "^2.0.0" } }