From 616d10167c895f557588a3d8eaf6be55d6dfe979 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Tue, 8 Oct 2024 19:02:07 +0800 Subject: [PATCH] feat: update theme to 1.4.32 --- package.json | 2 +- yarn.lock | 13 ++++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c603418b..24f56bc1 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "vuepress": "1.9.9", - "vuepress-theme-uniapp-official": "1.4.31" + "vuepress-theme-uniapp-official": "1.4.32" }, "resolutions": { "terser-webpack-plugin": "1.4.6", diff --git a/yarn.lock b/yarn.lock index 05f59106..121bde23 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2914,11 +2914,6 @@ color-convert@^2.0.1: dependencies: color-name "~1.1.4" -color-name@1.1.3: - version "1.1.3" - resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25" - integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw== - color-name@^1.0.0, color-name@~1.1.4: version "1.1.4" resolved "https://registry.npmmirror.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" @@ -9600,10 +9595,10 @@ vuepress-plugin-zooming@^1.1.8: dependencies: zooming "^2.1.1" -vuepress-theme-uniapp-official@1.4.31: - version "1.4.31" - resolved "https://registry.npmmirror.com/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.31.tgz#04982b9800035d1236919760c2a38d1bf10c9a40" - integrity sha512-5dA427VjJGT5mI3rKft/T8Qgy61PHhvR0piOZSSCkHC7NOgFEK2VnLUnrL/VS6WJ6RhpVwUrJ7F24pT0gBcQtQ== +vuepress-theme-uniapp-official@1.4.32: + version "1.4.32" + resolved "https://registry.npmmirror.com/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.32.tgz#0d70d0715ee6281a40688b9e62fda609d3183b0d" + integrity sha512-AeyGbx3zr22+kah8rnNgLaF/HuQJnMojeKRvRe4z0oBO3mmjHHDyKZ5W6Lox44yxaY4Fv+Y4IYxZKGILp4wIqQ== dependencies: "@docsearch/css" "^3.6.0" "@vuepress/plugin-back-to-top" "^1.9.5" -- GitLab