From bd60b14fe127f3f17b74d0f3f6d410261a0ad549 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Mon, 1 Aug 2022 15:54:19 +0800 Subject: [PATCH] chore: update theme to 1.1.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d478c46b1..a732cb117 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@docsearch/js": "^3.1.0", - "vuepress-theme-uni-app-test": "^1.1.4" + "vuepress-theme-uni-app-test": "^1.1.5" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 8a2c6b6da..0d65610d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8477,10 +8477,10 @@ vuepress-theme-uni-app-test@^1.1.2: vuepress-plugin-juejin-style-copy "^1.0.4" vuepress-theme-uni-app-test "^1.1.2" -vuepress-theme-uni-app-test@^1.1.4: - version "1.1.4" - resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.1.4.tgz#2ec8c9c92a9641d4932947092e887d2fda499020" - integrity sha512-KOTuouZX7454581T1KEY2HZRo0Jx9eGfrE9eHNcGrW8cjW3BDYTJX/AWcWJjbpJczzhCOMUFBlCxq15zNkOLQQ== +vuepress-theme-uni-app-test@^1.1.5: + version "1.1.5" + resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.1.5.tgz#6fca8abe2d1a8ff829c088cc25488bf789e09eb7" + integrity sha512-EisN3pqJMYWBHoBP2DSJ3PqoX5veStrnT58JfmeITaYADy+tuFOX0aTkbIvT/xtUt5632tvUBQ+5WRlqq9RlcA== dependencies: "@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/theme-default" "^1.8.2" -- GitLab