From 0998571dc54c58c8e9c352085d027c4b498eae05 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Wed, 27 Dec 2023 12:09:05 +0800 Subject: [PATCH] feat: update theme to 1.4.4 --- package.json | 2 +- yarn.lock | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index cdca077..16da774 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.3" + "vuepress-theme-uni-app-test": "^1.4.4" }, "dependencies": { "@docsearch/js": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 14d656f..f4f621c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9236,10 +9236,10 @@ vuepress-html-webpack-plugin@^3.2.0: toposort "^1.0.0" util.promisify "1.0.0" -vuepress-plugin-check-md2@^1.0.3: - version "1.0.3" - resolved "https://registry.npmmirror.com/vuepress-plugin-check-md2/-/vuepress-plugin-check-md2-1.0.3.tgz#ad03a77ad7b1d874cf05f29dd3c16e276b188678" - integrity sha512-1UdyPI9Jw8Qi3apRVCm9PqxCzJa9SlJNZDNCrgHO+/80VCOT077lq+ScUVshAGapkz5Z1/qRB60uRz2FseJRYQ== +vuepress-plugin-check-md2@^1.0.4: + version "1.0.4" + resolved "https://registry.npmmirror.com/vuepress-plugin-check-md2/-/vuepress-plugin-check-md2-1.0.4.tgz#b263ceb8cf096771943a4104604ad61769e41401" + integrity sha512-Zvm56ylpfUvUMj15BaNF+uaM3NVR3+F/gRJs5gDcErH2yn4DjM7vbWajqeryxmKhBhRV83zBPO/PEzknZ+qaVA== dependencies: "@sindresorhus/slugify" "^0.8.0" chalk "^2.4.2" @@ -9288,16 +9288,16 @@ vuepress-plugin-zooming@^1.1.8: dependencies: zooming "^2.1.1" -vuepress-theme-uni-app-test@^1.4.3: - version "1.4.3" - resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.4.3.tgz#14b27263fa0514c7583be3e0b5ac059fe88a8c96" - integrity sha512-U9FhNP4+0ewPZbh1uDaqwVFF5JX+SY33nO7LyO2JmmhqrC13anKCXq7rwrDt1/izvmBBgfIH9QEBDh10lGebqQ== +vuepress-theme-uni-app-test@^1.4.4: + version "1.4.4" + resolved "https://registry.npmmirror.com/vuepress-theme-uni-app-test/-/vuepress-theme-uni-app-test-1.4.4.tgz#6f7175f7b8ebc00a7496b7d02027c4900790aedc" + integrity sha512-WEvTL6xvw4Bzw7efqe/Y4dhpfdGYaKUsdoW5WmlcWDPxcWmT/pLMa7JYmGlGvJPFjhi6Ak3j//sIkEJbAsYcgQ== 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.3" + vuepress-plugin-check-md2 "^1.0.4" vuepress-plugin-juejin-style-copy "^1.0.4" vuepress-plugin-mermaidjs "1.9.1" vuepress-plugin-named-chunks "^1.1.4" -- GitLab