From 44512f0720cba4fa26ae94000157759bd108388d Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 22 Jul 2022 16:55:57 +0800 Subject: [PATCH] chore: update theme to 1.1.1 --- package.json | 2 +- yarn.lock | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d116118c..0b582f025 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@docsearch/js": "^3.1.0", - "vuepress-theme-uni-app-test": "^1.1.0" + "vuepress-theme-uni-app-test": "^1.1.1" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index b9ef6b221..4b333c4be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8562,6 +8562,19 @@ vuepress-theme-uni-app-test@^1.1.0: vuepress-plugin-juejin-style-copy "^1.0.4" vuepress-theme-uni-app-test "^1.0.13" +vuepress-theme-uni-app-test@^1.1.1: + version "1.1.1" + resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.1.1.tgz#1276325b50e4796ceaf28cb3b2acb53e721da02b" + integrity sha512-damDJthVDXLx+wGdS1C/kE8ppAtHAZb0eTgs4Kj64RDfT4qB8/l4Bk3kW209hv9QYsT58j0DcpidisnrlaNJmQ== + 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-plugin-juejin-style-copy "^1.0.4" + vuepress-theme-uni-app-test "^1.1.0" + vuepress@^1.8.2: version "1.9.7" resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.9.7.tgz#2cd6709a2228f5cef588115aaeabf820ab9ed7cc" -- GitLab