From 9d21e827ebce1dc15e86a188532b2938368a3d8c Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Mon, 2 Sep 2024 20:35:42 +0800 Subject: [PATCH] feat: update theme to 1.4.28 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 23c1d1cf..aa1779b0 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "vuepress": "1.9.9", - "vuepress-theme-uniapp-official": "1.4.27" + "vuepress-theme-uniapp-official": "1.4.28" }, "resolutions": { "terser-webpack-plugin": "1.4.6", diff --git a/yarn.lock b/yarn.lock index e1331362..5f7ccd41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9602,10 +9602,10 @@ vuepress-plugin-zooming@^1.1.8: dependencies: zooming "^2.1.1" -vuepress-theme-uniapp-official@1.4.27: - version "1.4.27" - resolved "https://registry.npmmirror.com/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.27.tgz#4f26379079b2e42547527163509c3d3dbc758fa4" - integrity sha512-eylw3tEOZzImAGbGREBGg21t20GLq6cqs7NeuuVbbD/Eqg4+Due+vJvIkVVOl7cKmTUiIODhPxQomxeLWVj9mA== +vuepress-theme-uniapp-official@1.4.28: + version "1.4.28" + resolved "https://registry.npmmirror.com/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.28.tgz#be82e65cf659ac115f7da8a51269554fa7ff77bb" + integrity sha512-uiUBUlhBK15i+Ap817c2x03QcqIUajkAplrxLWG7RpMhSZ0HdhgYEKUHuc5yClpXdxdVNgAlN5ONhCS85WPcUQ== dependencies: "@docsearch/css" "^3.6.0" "@vuepress/plugin-back-to-top" "^1.9.5" -- GitLab