From 1443743cf3af44d7cc48cd65c6b3babd33db44ea Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 3 Aug 2022 14:35:39 +0800 Subject: [PATCH] chore: update theme to 1.2.0 --- package.json | 2 +- yarn.lock | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 82b273219..29a8fc2e7 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@docsearch/js": "^3.1.0", - "vuepress-theme-uni-app-test": "^1.1.10" + "vuepress-theme-uni-app-test": "^1.2.0" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 5467696ac..e9f2910ca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8464,19 +8464,6 @@ vuepress-plugin-smooth-scroll@^0.0.3: dependencies: smoothscroll-polyfill "^0.4.3" -vuepress-theme-uni-app-test@^1.1.10: - version "1.1.10" - resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.1.10.tgz#757b91024053a195a6b83eeac9a3288b3b768005" - integrity sha512-OzzZ3aUne0XVd40bDkfYhLREnubaJD8oh33VvrgGxL6OaxoExTuVxem7UEzox20XNnIMIWfSYES8km+AwbBc5w== - 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.9" - vuepress-theme-uni-app-test@^1.1.2: version "1.1.3" resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.1.3.tgz#6497f5b164ce23fbdbeddff9acc04760936e303e" @@ -8503,6 +8490,19 @@ vuepress-theme-uni-app-test@^1.1.9: vuepress-plugin-juejin-style-copy "^1.0.4" vuepress-theme-uni-app-test "^1.1.2" +vuepress-theme-uni-app-test@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.2.0.tgz#d85cffdcd2e1d39de15d2fb5777650615606e080" + integrity sha512-7jiYMXTN/f1Yj96CrsQIw0lWr06OiPr2s2wo7cJGxKxag7xNo+hUGdGc+Z3HaFZIH5xwiksQBD6xn6wZsiiyvQ== + 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.9" + vuepress@^1.8.2: version "1.9.7" resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.9.7.tgz#2cd6709a2228f5cef588115aaeabf820ab9ed7cc" -- GitLab