From bd40e586a09c048ee629512d3c552b86dc0dccfc Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 9 Feb 2023 10:36:08 +0800 Subject: [PATCH] chore: update theme to 1.3.3 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index def66dfc5..99788f1b1 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.2" + "vuepress-theme-uni-app-test": "^1.3.3" }, "dependencies": { "@docsearch/js": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 09f1e2f80..a4b19425e 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.2: - version "1.3.2" - resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.2.tgz#ce222443208acd808092041a8855127378982a51" - integrity sha512-xvQXQ8zTz1UU0Pej8hT1ckN6EIRjHW5ddEjgS40eheox3ij17RU4ylCvOf7poux4gT6dR44rAZvwXpV1HL/cwg== +vuepress-theme-uni-app-test@^1.3.3: + version "1.3.3" + resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.3.3.tgz#af328da00478d7a656297ff8a8634a51080e0686" + integrity sha512-5p6tSSnS32RoX8Laz96FT8fZzBs12o82G3hjFppI9XOjHkK3SO4DWX8jaeSGuJbOrIUMUMLZCY+kwbNrMoCDAQ== dependencies: "@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/theme-default" "^1.8.2" -- GitLab