Skip to content

Commit ddeb676

Browse files
committed
fix: updat deps
1 parent 6473b95 commit ddeb676

File tree

3 files changed

+3009
-3789
lines changed

3 files changed

+3009
-3789
lines changed

docs/.vuepress/theme/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,10 @@ export default function createVuePressTheme() {
135135
plugins: {
136136
blog: true,
137137

138+
git: {
139+
contributors: false,
140+
},
141+
138142
// If you don’t need comment feature, you can remove following option
139143
// The following config is for demo ONLY, if you need comment feature, please generate and use your own config, see comment plugin documentation for details.
140144
// To avoid disturbing the theme developer and consuming his resources, please DO NOT use the following config directly in your production environment!!!!!
@@ -184,7 +188,7 @@ export default function createVuePressTheme() {
184188
// playground: {
185189
// presets: ['ts', 'vue'],
186190
// },
187-
// presentation: {
191+
// revealJs: {
188192
// plugins: ['highlight', 'math', 'search', 'notes', 'zoom'],
189193
// },
190194
stylize: [

package.json

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -39,39 +39,38 @@
3939
]
4040
},
4141
"dependencies": {
42-
"@vueuse/core": "10.2.1",
43-
"color": "4.2.3",
44-
"echarts": "5.4.2",
42+
"@vueuse/core": "10.5.0",
43+
"echarts": "5.4.3",
4544
"lodash-es": "4.17.21",
46-
"naive-ui": "^2.34.4",
47-
"rgbaster": "2.1.1",
48-
"typeit": "8.7.1",
49-
"wasm-feature-detect": "^1.5.1"
45+
"naive-ui": "^2.35.0",
46+
"wasm-feature-detect": "^1.6.0"
5047
},
5148
"devDependencies": {
52-
"@antfu/eslint-config": "0.39.7",
53-
"@commitlint/cli": "17.6.6",
54-
"@commitlint/config-conventional": "17.6.6",
55-
"@types/color": "3.0.3",
56-
"@types/emscripten": "^1.39.6",
57-
"@vuepress/client": "2.0.0-beta.64",
58-
"eslint": "8.44.0",
49+
"@antfu/eslint-config": "0.43.1",
50+
"@commitlint/cli": "18.2.0",
51+
"@commitlint/config-conventional": "18.1.0",
52+
"@types/color": "3.0.5",
53+
"@types/emscripten": "^1.39.9",
54+
"@vuepress/client": "2.0.0-beta.67",
55+
"eslint": "8.52.0",
5956
"husky": "8.0.3",
60-
"lint-staged": "13.2.3",
61-
"markdownlint-cli": "0.35.0",
62-
"prettier": "3.0.0",
57+
"katex": "^0.16.9",
58+
"lint-staged": "15.0.2",
59+
"markdownlint-cli": "0.37.0",
60+
"mathjax-full": "^3.2.2",
61+
"prettier": "3.0.3",
6362
"sass-loader": "13.3.2",
64-
"sort-package-json": "2.5.0",
65-
"taze": "^0.11.2",
66-
"typescript": "5.1.6",
67-
"unocss": "^0.53.5",
68-
"vue": "3.3.4",
69-
"vue-router": "4.2.4",
70-
"vuepress": "2.0.0-beta.64",
71-
"vuepress-plugin-search-pro": "2.0.0-beta.230",
72-
"vuepress-theme-hope": "2.0.0-beta.230"
63+
"sort-package-json": "2.6.0",
64+
"taze": "^0.12.0",
65+
"typescript": "5.2.2",
66+
"unocss": "^0.57.1",
67+
"vue": "3.3.7",
68+
"vue-router": "4.2.5",
69+
"vuepress": "2.0.0-beta.67",
70+
"vuepress-plugin-search-pro": "2.0.0-beta.242",
71+
"vuepress-theme-hope": "2.0.0-beta.242"
7372
},
74-
"packageManager": "pnpm@8.6.6",
73+
"packageManager": "pnpm@8.10.0",
7574
"pnpm": {
7675
"peerDependencyRules": {
7776
"ignoreMissing": [

0 commit comments

Comments
 (0)