Skip to content

Commit

Permalink
Merge pull request #2583 from Mister-Hope/main
Browse files Browse the repository at this point in the history
build: bump deps
  • Loading branch information
Snailclimb authored Jan 14, 2025
2 parents db40b88 + 17ed881 commit e48eb63
Show file tree
Hide file tree
Showing 10 changed files with 4,495 additions and 2,815 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ node_modules/
**/.vuepress/.temp/
# VuePress Output
dist/
# Build files
packages/*/lib/
traversal-folder-replace-string.py
format-markdown.py

.npmrc
package-lock.json
lintmd-config.json
6 changes: 4 additions & 2 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export default hopeTheme({
logo: "/logo.png",
favicon: "/favicon.ico",

iconAssets: "//at.alicdn.com/t/c/font_2922463_o9q9dxmps9.css",

author: {
name: "Guide",
url: "https://javaguide.cn/article/",
Expand Down Expand Up @@ -78,6 +76,10 @@ export default hopeTheme({
rss: true,
},

icon: {
assets: "//at.alicdn.com/t/c/font_2922463_o9q9dxmps9.css",
},

search: {
isSearchable: (page) => page.path !== "/",
maxSuggestions: 10,
Expand Down
File renamed without changes.
70 changes: 0 additions & 70 deletions docs/about-the-author/readme.md

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
},
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-feed": "2.0.0-rc.66",
"@vuepress/plugin-search": "2.0.0-rc.66",
"@vuepress/plugin-feed": "2.0.0-rc.70",
"@vuepress/plugin-search": "2.0.0-rc.70",
"husky": "9.1.7",
"markdownlint-cli2": "0.16.0",
"markdownlint-cli2": "0.17.1",
"mathjax-full": "3.2.2",
"nano-staged": "0.8.0",
"prettier": "3.4.2",
"sass-embedded": "1.83.0",
"sass-embedded": "1.83.1",
"vue": "^3.5.13",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.64"
"vuepress-theme-hope": "2.0.0-rc.68"
},
"packageManager": "pnpm@9.15.0"
"packageManager": "pnpm@10.0.0"
}
Loading

0 comments on commit e48eb63

Please sign in to comment.