Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbenben committed May 31, 2024
1 parent 44b4c73 commit 9bc2bb8
Show file tree
Hide file tree
Showing 4 changed files with 1,665 additions and 843 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# submodules: true

- name: Install pnpm
uses: pnpm/action-setup@v3
uses: pnpm/action-setup@v4
with:
version: 9
run_install: true
Expand Down
3 changes: 1 addition & 2 deletions docs/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,10 @@ export default hopeTheme({
avatar: "/avatar_self.webp",
description: "迷信新工具,热衷于研究开源软件、心理学理论,定期分享探索成果",
intro: "/intro.html",
roundAvatar: true,
medias: {
GitHub: "https://github.com/rockbenben",
Zhihu: "https://www.zhihu.com/people/qingwhat",
少数派: ["https://sspai.com/u/zqj05i4v/posts", "./docs/.vuepress/icons/sspai.svg"],
少数派: { icon: "https://newzone.top/icons/sspai.svg", link: "https://sspai.com/u/zqj05i4v/posts" },
Wechat: "https://img.newzone.top/wechat.svg",
Email: "mailto:[email protected]",
Discord: "https://discord.gg/PZTQfJ4GjX",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@
"lint:markdown-fix": "markdownlint docs --fix"
},
"dependencies": {
"@vuepress/bundler-webpack": "2.0.0-rc.9",
"vue": "^3.4.23",
"vuepress": "2.0.0-rc.9",
"vuepress-plugin-search-pro": "2.0.0-rc.37",
"vuepress-theme-hope": "2.0.0-rc.37"
"@vuepress/bundler-webpack": "2.0.0-rc.12",
"vue": "^3.4.27",
"vuepress": "2.0.0-rc.12",
"vuepress-plugin-search-pro": "2.0.0-rc.47",
"vuepress-theme-hope": "2.0.0-rc.47"
},
"devDependencies": {
"@vuepress/plugin-docsearch": "2.0.0-rc.26",
"@vuepress/plugin-feed": "2.0.0-rc.26",
"@vuepress/plugin-google-analytics": "2.0.0-rc.21",
"@waline/client": "3.1.3",
"@vuepress/plugin-docsearch": "2.0.0-rc.33",
"@vuepress/plugin-feed": "2.0.0-rc.33",
"@vuepress/plugin-google-analytics": "2.0.0-rc.33",
"@waline/client": "3.2.0",
"cpx2": "^7.0.1",
"dashjs": "^4.7.4",
"hls.js": "^1.5.8",
"markdownlint-cli": "^0.39.0",
"hls.js": "^1.5.9",
"markdownlint-cli": "^0.41.0",
"mathjax-full": "^3.2.2",
"prettier": "^3.2.5",
"sass-loader": "^14.2.1",
"vidstack": "^1.11.18"
"vidstack": "^1.11.21"
}
}
Loading

0 comments on commit 9bc2bb8

Please sign in to comment.