From 6c0e80dfcfd2409329653e5ae955c77d4676ef59 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Fri, 8 Mar 2024 18:43:44 +0800 Subject: [PATCH] feat: update theme to 1.4.9 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 9c7f1f16..539e60a3 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "markdown-it-attrs": "^4.1.6", "markdown-it-raw-table": "^1.0.0", "markdown-it-task-lists": "^2.1.1", - "vuepress-theme-uni-app-test": "1.4.8" + "vuepress-theme-uni-app-test": "1.4.9" }, "dependencies": { "@docsearch/js": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index bb0e9980..b5a017e6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9255,10 +9255,10 @@ vuepress-plugin-container@^2.0.2: "@vuepress/shared-utils" "^1.2.0" markdown-it-container "^2.0.0" -vuepress-plugin-expandable-row@^1.0.0: - version "1.0.0" - resolved "https://registry.npmmirror.com/vuepress-plugin-expandable-row/-/vuepress-plugin-expandable-row-1.0.0.tgz#9197ebb63c0277ae546c18d83dd7734de2438a7f" - integrity sha512-255rVtGGeRlTYXxjL4RLbsHfF9Q9fIZH5tIx4BPjYjk5AkULQKE16IekJ+A4mlsH7T944k/2jvxaE1zRy/w5SA== +vuepress-plugin-expandable-row@^1.0.2: + version "1.0.2" + resolved "https://registry.npmmirror.com/vuepress-plugin-expandable-row/-/vuepress-plugin-expandable-row-1.0.2.tgz#9a7e3483a89c697eee0bb8e036632d464556c6ed" + integrity sha512-iJB+Ky+U/7ByNMAfTLMAVAwJxBW3HTnuhBtiOEWTbgzH9UxSjdVJdkDdYrqgBrOWlOSmfcTjgcaFwoSnwAzsaQ== vuepress-plugin-juejin-style-copy@^1.0.4: version "1.0.4" @@ -9293,17 +9293,17 @@ vuepress-plugin-zooming@^1.1.8: dependencies: zooming "^2.1.1" -vuepress-theme-uni-app-test@1.4.8: - version "1.4.8" - resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.4.8.tgz#d4abf41d92dbe1be3b606fef5d1bef88c7282c29" - integrity sha512-hrUFRw+wkFfhu3/RZefkVBWYi24TVYLxOHrIhzYQzeoTA3L2GOHcT+hSmMC4lto67jOYU3crHHjcdZ4ZrCkrcA== +vuepress-theme-uni-app-test@1.4.9: + version "1.4.9" + resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.4.9.tgz#da304b941b0e4d09c33d23167cecedd3a6282757" + integrity sha512-CTk3F8hjVEvVZJO2hyz9ntCZWS43N8AhKjzNnlgkEl7tr1mxprVeHa2wIdI6mCwdLk1EklfBaPoyiqHOBIbtng== dependencies: "@vuepress/plugin-back-to-top" "^1.9.5" "@vuepress/theme-default" "^1.8.2" algoliasearch "^4.13.1" clipboard "^2.0.11" vuepress-plugin-check-md2 "^1.0.4" - vuepress-plugin-expandable-row "^1.0.0" + vuepress-plugin-expandable-row "^1.0.2" vuepress-plugin-juejin-style-copy "^1.0.4" vuepress-plugin-mermaidjs "1.9.1" vuepress-plugin-named-chunks "^1.1.4" -- GitLab