From f66f24712cd7ca4420ecca7f66fecb493ce40808 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Sat, 14 Sep 2024 17:43:54 +0800 Subject: [PATCH] feat(theme): update theme to 1.4.3 --- package.json | 2 +- yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 47cdccda..c603418b 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ }, "dependencies": { "vuepress": "1.9.9", - "vuepress-theme-uniapp-official": "1.4.30" + "vuepress-theme-uniapp-official": "1.4.31" }, "resolutions": { "terser-webpack-plugin": "1.4.6", diff --git a/yarn.lock b/yarn.lock index c816589a..05f59106 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2906,8 +2906,6 @@ color-convert@^1.9.0, color-convert@^1.9.3: version "1.9.3" resolved "https://registry.npmmirror.com/color-convert/-/color-convert-1.9.3.tgz#bb71850690e1f136567de629d2d5471deda4c1e8" integrity sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - dependencies: - color-name "1.1.3" color-convert@^2.0.1: version "2.0.1" @@ -9602,10 +9600,10 @@ vuepress-plugin-zooming@^1.1.8: dependencies: zooming "^2.1.1" -vuepress-theme-uniapp-official@1.4.30: - version "1.4.30" - resolved "https://registry.npmmirror.com/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.30.tgz#c8aedd922232cdc2c96ed4b65b2947609750b9bb" - integrity sha512-R7O0gi0jk1Z+CZPrJ85BxXvwVKm3LLMBE/+dGAgCDkBoD80bMMsOPqYcKRCpGDvDnLW0p5vwz698SVwaF7M9Cw== +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== dependencies: "@docsearch/css" "^3.6.0" "@vuepress/plugin-back-to-top" "^1.9.5" -- GitLab