From fb48e0e57f0016210390671f70b540209db18d33 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 11 Apr 2024 19:01:21 +0800 Subject: [PATCH] feat: update theme to 1.4.15 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 90bcfe2..7838d86 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "htmlparser2": "^9.0.0" }, "dependencies": { - "vuepress-theme-uniapp-official": "^1.4.14", + "vuepress-theme-uniapp-official": "^1.4.15", "vuepress": "1.9.9" } } diff --git a/yarn.lock b/yarn.lock index 8891d37..440f938 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.14: - version "1.4.14" - resolved "https://registry.npmjs.org/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.14.tgz#b1a030ca412089fdbf0d712172fbc09e7def1013" - integrity sha512-TVFyqBOgJlhlElXa9TxAuiPLxbbyDbWjP6US7L8MIr6PTW4d5ZMmf5CfrUOzemstSTLRLCa7euyzoONtwzhRdg== +vuepress-theme-uniapp-official@^1.4.15: + version "1.4.15" + resolved "https://registry.npmmirror.com/vuepress-theme-uniapp-official/-/vuepress-theme-uniapp-official-1.4.15.tgz#9af69902b83bb6f078215d2138c79555e877b1a8" + integrity sha512-yP0Imb9MksiFhOV8jfntWyjKADPpuEXmBFCP0bwQUznDQyce8IM3wXp5PLQeDPunUDDjLkYfzS0t1UHBYWzFIA== dependencies: "@docsearch/css" "^3.6.0" "@vuepress/plugin-back-to-top" "^1.9.5" -- GitLab