From c750c6bdb1f1ed76a4f15386b34aa293917635b6 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 29 Jul 2022 19:20:02 +0800 Subject: [PATCH] Revert "docs: update theme to 1.1.2" This reverts commit 3755ca7fdfe5a778d8c4e6f6a9ce6a0f793c56b2. --- package.json | 2 +- yarn.lock | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/package.json b/package.json index b97ea3629..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.2" + "vuepress-theme-uni-app-test": "^1.1.1" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index a1d98efde..4b333c4be 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8575,19 +8575,6 @@ vuepress-theme-uni-app-test@^1.1.1: vuepress-plugin-juejin-style-copy "^1.0.4" vuepress-theme-uni-app-test "^1.1.0" -vuepress-theme-uni-app-test@^1.1.2: - version "1.1.2" - resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.1.2.tgz#6253aef3dfb443bc80aaafc72efb727ec9e73132" - integrity sha512-n+0nDYZ6VGflVTrFjLvyvRRO5a02a9iiWOvXPM09YHJZFEWRKH5wpcKThjXhCXNC2rAoUkM8n57zMpMFyef4NA== - 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.1" - vuepress@^1.8.2: version "1.9.7" resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.9.7.tgz#2cd6709a2228f5cef588115aaeabf820ab9ed7cc" -- GitLab