Skip to content

Commit 8f7af96

Browse files
committed
docs: update dependency + remove analytics
1 parent 9085767 commit 8f7af96

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

packages/docs/.vuepress/integrations.js

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ const CATEGORY = {
1616
PAYMENT: 'Payment',
1717
AUTH: 'Authentication',
1818
SEARCH: 'Search',
19-
20-
ANALYTICS: 'Analytics',
2119
};
2220

2321
const INTEGRATIONS = {

packages/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
"dependencies": {
3131
"sass-loader": "^8.0.2",
3232
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
33-
"vuepress-theme-vsf-docs": "^1.3.1"
33+
"vuepress-theme-vsf-docs": "^1.3.2"
3434
}
3535
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -17657,10 +17657,10 @@ vuepress-plugin-smooth-scroll@^0.0.3:
1765717657
dependencies:
1765817658
smoothscroll-polyfill "^0.4.3"
1765917659

17660-
vuepress-theme-vsf-docs@^1.3.1:
17661-
version "1.3.1"
17662-
resolved "https://registry.npmjs.org/vuepress-theme-vsf-docs/-/vuepress-theme-vsf-docs-1.3.1.tgz#7eda0989976b74b142ebd3c2782442809942dbd1"
17663-
integrity sha512-F3U1j9YWrwkWFCAudcOQRAgamgQ4r8Z0dfSY1LP9blcX6p1UKMRyR5JCf390aSjH+QKpiGwRbB/yQTOqv24N3A==
17660+
vuepress-theme-vsf-docs@^1.3.2:
17661+
version "1.3.2"
17662+
resolved "https://registry.npmjs.org/vuepress-theme-vsf-docs/-/vuepress-theme-vsf-docs-1.3.2.tgz#e2b35c3599fc01f52b1f3f8503049453ebf58a0e"
17663+
integrity sha512-ynTnn8sYOTwCI8g2oyW1ZotteaCx/6aV86ozXAgspLkk7wQsAB/tbpz+CPZs7pXb55V4GKcj5E9d0A3ShLS/YA==
1766417664
dependencies:
1766517665
"@vuepress/plugin-active-header-links" "1.9.7"
1766617666
"@vuepress/plugin-nprogress" "1.9.7"

0 commit comments

Comments
 (0)