From 0c73e0813c96a53974548a35cbdbd261519d57bb Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 4 Sep 2024 12:03:13 +0800 Subject: [PATCH] feat: update theme to 1.4.29 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index aa1779b0..0d91eba6 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "vuepress": "1.9.9", - "vuepress-theme-uniapp-official": "1.4.28" + "vuepress-theme-uniapp-official": "1.4.29" }, "resolutions": { "terser-webpack-plugin": "1.4.6", diff --git a/yarn.lock b/yarn.lock index 5f7ccd41..2d42566a 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.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== +vuepress-theme-uniapp-official@1.4.29: + version "1.4.29" + resolved "https://registry.npmmirror.com/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.29.tgz#3c63ce43c7ad9e0d78b7f470e75ca4c7b103c9c4" + integrity sha512-5blQUJfPOEE9Gc8wri9h0uBAyKMhwScPiROlLT0CFM8XT6u4oLhG14uURHm/Hw0PuBEpqEoOkSynsiPtq7wTQQ== dependencies: "@docsearch/css" "^3.6.0" "@vuepress/plugin-back-to-top" "^1.9.5" -- GitLab