From 2316d08073f6441f4a7d90111ac3f8c67b772f42 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Mon, 16 Jan 2023 16:08:22 +0800 Subject: [PATCH] chore: udpate theme to 1.3.1 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 45286d2f5..192f38007 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "cross-env": "^7.0.3", "fs-extra": "^10.0.0", "glob": "^7.1.7", - "vuepress-theme-uni-app-test": "^1.3.0" + "vuepress-theme-uni-app-test": "^1.3.1" }, "dependencies": { "@docsearch/js": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 62f5e86c8..f14284abc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9208,10 +9208,10 @@ vuepress-plugin-smooth-scroll@^0.0.3: dependencies: smoothscroll-polyfill "^0.4.3" -vuepress-theme-uni-app-test@^1.3.0: - version "1.3.0" - resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.0.tgz#3b1c169e10e386d528d82e12030a79a875c9dfb0" - integrity sha512-daruCe2L1GwenbKt/xqIe5eMNpnhzav7g4/6TiU0XFDjR6pDqsnV3iDcwAC/LXOKTfcQnci+8CWUk+eNBjEELw== +vuepress-theme-uni-app-test@^1.3.1: + version "1.3.1" + resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.1.tgz#b7fb8b0b113cfdf7a87ee44eab8c7827158e6d86" + integrity sha512-kUaEOy7v3+W+S5kJYj/ZRFixR9OZ0kh2n7t0swqxcDOlb0tvDr+EJRtHp8M/ci346mrf37OC1clXkn/NQWbpxg== dependencies: "@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/theme-default" "^1.8.2" -- GitLab