Skip to content

Commit 17ed881

Browse files
committed
build: bump deps
1 parent db40b88 commit 17ed881

File tree

10 files changed

+4495
-2815
lines changed

10 files changed

+4495
-2815
lines changed

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ node_modules/
1010
**/.vuepress/.temp/
1111
# VuePress Output
1212
dist/
13-
# Build files
14-
packages/*/lib/
1513
traversal-folder-replace-string.py
1614
format-markdown.py
15+
16+
.npmrc
1717
package-lock.json
1818
lintmd-config.json

docs/.vuepress/theme.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export default hopeTheme({
1111
logo: "/logo.png",
1212
favicon: "/favicon.ico",
1313

14-
iconAssets: "//at.alicdn.com/t/c/font_2922463_o9q9dxmps9.css",
15-
1614
author: {
1715
name: "Guide",
1816
url: "https://javaguide.cn/article/",
@@ -78,6 +76,10 @@ export default hopeTheme({
7876
rss: true,
7977
},
8078

79+
icon: {
80+
assets: "//at.alicdn.com/t/c/font_2922463_o9q9dxmps9.css",
81+
},
82+
8183
search: {
8284
isSearchable: (page) => page.path !== "/",
8385
maxSuggestions: 10,
File renamed without changes.

docs/about-the-author/readme.md

-70
This file was deleted.
File renamed without changes.
File renamed without changes.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
},
2222
"dependencies": {
2323
"@vuepress/bundler-vite": "2.0.0-rc.19",
24-
"@vuepress/plugin-feed": "2.0.0-rc.66",
25-
"@vuepress/plugin-search": "2.0.0-rc.66",
24+
"@vuepress/plugin-feed": "2.0.0-rc.70",
25+
"@vuepress/plugin-search": "2.0.0-rc.70",
2626
"husky": "9.1.7",
27-
"markdownlint-cli2": "0.16.0",
27+
"markdownlint-cli2": "0.17.1",
2828
"mathjax-full": "3.2.2",
2929
"nano-staged": "0.8.0",
3030
"prettier": "3.4.2",
31-
"sass-embedded": "1.83.0",
31+
"sass-embedded": "1.83.1",
3232
"vue": "^3.5.13",
3333
"vuepress": "2.0.0-rc.19",
34-
"vuepress-theme-hope": "2.0.0-rc.64"
34+
"vuepress-theme-hope": "2.0.0-rc.68"
3535
},
36-
"packageManager": "pnpm@9.15.0"
36+
"packageManager": "pnpm@10.0.0"
3737
}

0 commit comments

Comments
 (0)