From c1fc6691be0db9ef3d3cec45e54edc70bf8d9d1d Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 20 Jul 2022 16:13:15 +0800 Subject: [PATCH] chore: update theme to 1.0.12 --- package.json | 2 +- yarn.lock | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2be6484a8..a7dca1a76 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@docsearch/js": "^3.1.0", - "vuepress-theme-uni-app-test": "^1.0.11" + "vuepress-theme-uni-app-test": "^1.0.12" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 87313000b..a7302c519 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8481,6 +8481,18 @@ vuepress-theme-uni-app-test@^1.0.11: vuepress "^1.8.2" vuepress-theme-uni-app-test "^1.0.10" +vuepress-theme-uni-app-test@^1.0.12: + version "1.0.12" + resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.0.12.tgz#e8b92c6c92272c798547b4d185f04ea36ba48285" + integrity sha512-DNWIaXLWlzZPknyiAvUGS1pKhp30Uumx1ohsdbmYTSCCpIlajfYGy+OLfwV8KSmxXwhjbB8nsx78pnN+pN7RQA== + dependencies: + "@vuepress/plugin-back-to-top" "^1.9.5" + "@vuepress/theme-default" "^1.8.2" + algoliasearch "^4.13.1" + clipboard "^2.0.11" + vuepress "^1.8.2" + vuepress-theme-uni-app-test "^1.0.11" + vuepress-theme-uni-app-test@^1.0.6, vuepress-theme-uni-app-test@^1.0.7: version "1.0.7" resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.0.7.tgz#52654debd4a56fb86882f5b92372bbe38d2a0a6d" -- GitLab