From 69d1122fce81eb5f80c0e37e66d6e3a617c91847 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 18 Jul 2024 11:15:31 +0800 Subject: [PATCH] feat: update theme to 1.4.21 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e2273c6a8..e694e1f87 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ }, "dependencies": { "vuepress": "1.9.9", - "vuepress-theme-uniapp-official": "^1.4.19" + "vuepress-theme-uniapp-official": "^1.4.21" } } diff --git a/yarn.lock b/yarn.lock index 2a8cc9d6b..ab60c962d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9561,10 +9561,10 @@ vuepress-plugin-zooming@^1.1.8: dependencies: zooming "^2.1.1" -vuepress-theme-uniapp-official@^1.4.19: - version "1.4.19" - resolved "https://registry.npmmirror.com/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.19.tgz#f43c97552068b4cac5617e233fbec4a0994bc691" - integrity sha512-7TI5yBz1EgTOujsqKwU6NCodsuO+y8rICHH9HwgKlTeOzN6BernnQFuinWuteJXd8dRe5oosmnyk55zz3z+gNw== +vuepress-theme-uniapp-official@^1.4.21: + version "1.4.21" + resolved "https://registry.npmmirror.com/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.21.tgz#dbda3bb1984ae591446e8fa53361ee996896b068" + integrity sha512-BSy8e0pFjJErGINMlZpBlejOmZv9BXcCc3QPtbO6DmydX8wN+LMpWgQkewPSNl0ePLYU3ZF++Qfx9dLR5UzLZw== dependencies: "@docsearch/css" "^3.6.0" "@vuepress/plugin-back-to-top" "^1.9.5" -- GitLab