From 8f7af96b52930a64164d04bb6a0457377027f59d Mon Sep 17 00:00:00 2001 From: Matt Maribojoc Date: Mon, 19 Jun 2023 12:44:21 -0400 Subject: [PATCH] docs: update dependency + remove analytics --- packages/docs/.vuepress/integrations.js | 2 -- packages/docs/package.json | 2 +- yarn.lock | 8 ++++---- 3 files changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/docs/.vuepress/integrations.js b/packages/docs/.vuepress/integrations.js index 632cd70300..201b406f54 100644 --- a/packages/docs/.vuepress/integrations.js +++ b/packages/docs/.vuepress/integrations.js @@ -16,8 +16,6 @@ const CATEGORY = { PAYMENT: 'Payment', AUTH: 'Authentication', SEARCH: 'Search', - - ANALYTICS: 'Analytics', }; const INTEGRATIONS = { diff --git a/packages/docs/package.json b/packages/docs/package.json index d95e179e2e..38c776c22c 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.1" + "vuepress-theme-vsf-docs": "^1.3.2" } } diff --git a/yarn.lock b/yarn.lock index f7b801ad5d..3c6c118de9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17657,10 +17657,10 @@ vuepress-plugin-smooth-scroll@^0.0.3: dependencies: smoothscroll-polyfill "^0.4.3" -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== +vuepress-theme-vsf-docs@^1.3.2: + version "1.3.2" + resolved "https://registry.npmjs.org/vuepress-theme-vsf-docs/-/vuepress-theme-vsf-docs-1.3.2.tgz#e2b35c3599fc01f52b1f3f8503049453ebf58a0e" + integrity sha512-ynTnn8sYOTwCI8g2oyW1ZotteaCx/6aV86ozXAgspLkk7wQsAB/tbpz+CPZs7pXb55V4GKcj5E9d0A3ShLS/YA== dependencies: "@vuepress/plugin-active-header-links" "1.9.7" "@vuepress/plugin-nprogress" "1.9.7"