From ee65e4a93237896b64c433627a19f53355aff0e5 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 30 Nov 2023 16:00:51 +0800 Subject: [PATCH] chore: update theme to 1.3.22 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2879ea36e..427288028 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "markdown-it-raw-table": "^1.0.0", "markdown-it-task-lists": "^2.1.1", "vuepress-plugin-named-chunks": "^1.1.4", - "vuepress-theme-uni-app-test": "^1.3.21" + "vuepress-theme-uni-app-test": "^1.3.22" }, "dependencies": { "@docsearch/js": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 4a0137ba0..5493f6ff2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9407,10 +9407,10 @@ vuepress-plugin-zooming@^1.1.8: dependencies: zooming "^2.1.1" -vuepress-theme-uni-app-test@^1.3.21: - version "1.3.21" - resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.21.tgz#da2161ccff618e99488ce67901a7443c175395e1" - integrity sha512-Q2ixXwm9VOay+3NZK1GXSTmAbbzsOVdfZNwPtOCp5j28JzqNWyC0jYFYLzCq6gEWAe0Nl041s7ka9UgCSYViHA== +vuepress-theme-uni-app-test@^1.3.22: + version "1.3.22" + resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.22.tgz#28e858c8cb52ba0c629974d7403e0f55d289b958" + integrity sha512-wdkg9aPH9ia0GidIKB0g3BU66DK6hS30bOKKpT9oNnps+uIDk33Pl7FaUhxDr5TE+yFyWkCbXu+cmDJtYaM8lw== dependencies: "@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/theme-default" "^1.8.2" -- GitLab