From fd5ff789fea44a5cec348ba3cc6ee353b521269a Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 23 Nov 2023 18:25:18 +0800 Subject: [PATCH] feat: update theme to 1.3.19 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7ab69b87f..e96052a7b 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "markdown-it-attrs": "^4.1.6", "markdown-it-raw-table": "^1.0.0", "markdown-it-task-lists": "^2.1.1", - "vuepress-theme-uni-app-test": "^1.3.18" + "vuepress-theme-uni-app-test": "^1.3.19" }, "dependencies": { "@docsearch/js": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 8c4eb53b3..9ba024638 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9402,10 +9402,10 @@ vuepress-plugin-zooming@^1.1.8: dependencies: zooming "^2.1.1" -vuepress-theme-uni-app-test@^1.3.17: - version "1.3.17" - resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.17.tgz#664bb9f0d943da27d1137803a074094c289b27f3" - integrity sha512-eYC1XCjYQpRT9qZtuoKeirVRMfi1q3pjVxaCAcf53YFNdWKtxljqThxCTGo8UFmvU1EpWD4Hhx+I04FOJBqChA== +vuepress-theme-uni-app-test@^1.3.19: + version "1.3.19" + resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.19.tgz#fda7eff5dcf4938fc754a9a4bcb150800c97b872" + integrity sha512-QeuzPwwvQMg6mtA/ywA+FwdZUVj/RaLd607HauQiJzEGHxOIsEfTINEx1hzrdT+ILwprZ3w3oaB9T8ofnrX92g== dependencies: "@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/theme-default" "^1.8.2" -- GitLab