From 711e09964771d65d2cd9fc410ebbbfa809036057 Mon Sep 17 00:00:00 2001 From: Matt Maribojoc Date: Wed, 24 May 2023 11:33:59 -0400 Subject: [PATCH] docs: remove vendure from dropdown --- packages/docs/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/docs/package.json b/packages/docs/package.json index c697826ff8..d95e179e2e 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -30,6 +30,6 @@ "dependencies": { "sass-loader": "^8.0.2", "tailwindcss": "npm:@tailwindcss/postcss7-compat", - "vuepress-theme-vsf-docs": "^1.3.0" + "vuepress-theme-vsf-docs": "^1.3.1" } } diff --git a/yarn.lock b/yarn.lock index e250926f47..2d0aa0eb9a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17617,10 +17617,10 @@ vuepress-plugin-smooth-scroll@^0.0.3: dependencies: smoothscroll-polyfill "^0.4.3" -vuepress-theme-vsf-docs@^1.3.0: - version "1.3.0" - resolved "https://registry.npmjs.org/vuepress-theme-vsf-docs/-/vuepress-theme-vsf-docs-1.3.0.tgz#b72d1af8336978daa5085b2ffee77066f17d3d84" - integrity sha512-67JR5ih+3RAe1LMmewWQ8JIxQXMgDbaUJDq0EqzMKIQFXwvzNsvkcCAiooNS6oRorkxXGEP0o3vo43ebRBu1/A== +vuepress-theme-vsf-docs@^1.3.1: + version "1.3.1" + resolved "https://registry.npmjs.org/vuepress-theme-vsf-docs/-/vuepress-theme-vsf-docs-1.3.1.tgz#7eda0989976b74b142ebd3c2782442809942dbd1" + integrity sha512-F3U1j9YWrwkWFCAudcOQRAgamgQ4r8Z0dfSY1LP9blcX6p1UKMRyR5JCf390aSjH+QKpiGwRbB/yQTOqv24N3A== dependencies: "@vuepress/plugin-active-header-links" "1.9.7" "@vuepress/plugin-nprogress" "1.9.7"