From 042355010d42de7ca25fb3963db93b5b208dc981 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Mon, 5 Sep 2022 10:57:17 +0800 Subject: [PATCH] chore: update theme to 1.2.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ed008995e..87f5fbea7 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ }, "dependencies": { "@docsearch/js": "^3.1.0", - "vuepress-theme-uni-app-test": "^1.2.3" + "vuepress-theme-uni-app-test": "^1.2.5" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 86b9575af..f73d3a3ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8503,10 +8503,10 @@ vuepress-theme-uni-app-test@^1.2.0: vuepress-plugin-juejin-style-copy "^1.0.4" vuepress-theme-uni-app-test "^1.1.9" -vuepress-theme-uni-app-test@^1.2.3: - version "1.2.3" - resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.2.3.tgz#0b20868f7224d9268563f43f4c35ea2d74d622d8" - integrity sha512-Sub44LWuD1H+ce3yNcdx61sQfRtmtEPwP09CGhzY9yiFGiqTUt8NI+dztHLgEqxVBnLr/AGNRCT9H8z1MlJqvg== +vuepress-theme-uni-app-test@^1.2.5: + version "1.2.5" + resolved "https://registry.yarnpkg.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.2.5.tgz#6610c099e88849e4e28bb74f406f8ad670da0791" + integrity sha512-cmcOb3pKsPzOmom5nzpwlGbU0ggorigwuGmYX+WwgWc5OmEn0/8rnWXxPWk25Y+CjPq6ey6x5Hza8CHUIAGd6A== dependencies: "@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/theme-default" "^1.8.2" -- GitLab