Skip to content

Commit 9af25b2

Browse files
committed
docs: up deps
1 parent 2b2f8de commit 9af25b2

File tree

3 files changed

+43
-99
lines changed

3 files changed

+43
-99
lines changed

Diff for: docs/.vitepress/style/vars.css

+4-23
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,11 @@
44

55
:root {
66
--vp-c-accent: #f78200;
7-
}
87

9-
/**
10-
* Component: Button
11-
* -------------------------------------------------------------------------- */
12-
13-
:root {
14-
--vp-button-brand-border: var(--vp-c-brand-light);
15-
--vp-button-brand-text: var(--vp-c-text-dark-1);
16-
--vp-button-brand-bg: var(--vp-c-brand);
17-
--vp-button-brand-hover-border: var(--vp-c-brand-light);
18-
--vp-button-brand-hover-text: var(--vp-c-text-dark-1);
19-
--vp-button-brand-hover-bg: var(--vp-c-brand-light);
20-
--vp-button-brand-active-border: var(--vp-c-brand-light);
21-
--vp-button-brand-active-text: var(--vp-c-text-dark-1);
22-
--vp-button-brand-active-bg: var(--vp-button-brand-bg);
8+
--vp-c-brand-1: var(--vp-c-green-1);
9+
--vp-c-brand-2: var(--vp-c-green-2);
10+
--vp-c-brand-3: var(--vp-c-green-3);
11+
--vp-c-brand-soft: var(--vp-c-green-soft);
2312
}
2413

2514
/**
@@ -52,11 +41,3 @@
5241
--vp-home-hero-image-filter: blur(72px);
5342
}
5443
}
55-
56-
/**
57-
* Component: Algolia
58-
* -------------------------------------------------------------------------- */
59-
60-
.DocSearch {
61-
--docsearch-primary-color: var(--vp-c-brand) !important;
62-
}

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,10 @@
108108
"prettier": "^2.8.8",
109109
"semver": "^7.5.4",
110110
"typedoc": "^0.25.1",
111-
"typedoc-plugin-markdown": "^3.15.4",
111+
"typedoc-plugin-markdown": "^3.16.0",
112112
"typescript": "~5.2.2",
113113
"unbuild": "^2.0.0",
114-
"vitepress": "1.0.0-beta.7",
114+
"vitepress": "1.0.0-rc.10",
115115
"vitest": "^0.34.3",
116116
"vue": "^3.3.4",
117117
"yorkie": "^2.0.0"

Diff for: pnpm-lock.yaml

+37-74
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)