Skip to content

Commit

Permalink
chore: Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rockbenben committed Nov 6, 2023
1 parent fe023bf commit 6c7d1f1
Show file tree
Hide file tree
Showing 3 changed files with 1,343 additions and 2,119 deletions.
5 changes: 3 additions & 2 deletions docs/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { navbar } from "vuepress-theme-hope";

// 精选图标:https://theme-hope.vuejs.press/zh/guide/interface/icon.html#iconfont-%E7%B2%BE%E9%80%89%E5%9B%BE%E6%A0%87
//专题话题的路径需在尾部添加 /,否则有可能出现链接错误。比如下方「生活」中的 baby/
export default navbar([
{ text: "博客", icon: "blog", link: "/blog" },
{
Expand All @@ -27,7 +28,7 @@ export default navbar([
{
text: "NAS 应用",
icon: "process",
link: "services/dockers-on-nas",
link: "services/dockers-on-nas/",
},
],
},
Expand All @@ -37,7 +38,7 @@ export default navbar([
text: "生活",
icon: "emmet",
prefix: "/family/",
children: ["Diet", "Shoppinglist", "Coupon", "baby"],
children: ["Diet", "Shoppinglist", "Coupon", "baby/"],
},
{
text: "工具",
Expand Down
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
{
"name": "learn-data",
"version": "1.2.4",
"version": "1.2.5",
"license": "MIT",
"type": "module",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:clean-dev": "vuepress dev docs --clean-cache",
"docs:update-package": "pnpm dlx vp-update",
"lint": "prettier --check .",
"lint:fix": "prettier --check --write .",
"lint:markdown": "markdownlint docs",
"lint:markdown-fix": "markdownlint docs --fix"
},
"packageManager": "pnpm@8.7.5",
"packageManager": "pnpm@8.10.2",
"engines": {
"node": ">=16.14.0"
"node": ">=18.12.0",
"pnpm": ">=8"
},
"dependencies": {
"@vuepress/client": "2.0.0-beta.67",
Expand All @@ -24,9 +26,14 @@
"cpx2": "^4.2.3",
"markdownlint-cli": "^0.34.0",
"prettier": "^2.8.8",
"vue": "^3.3.4",
"vue": "^3.3.7",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-search-pro": "2.0.0-beta.237",
"vuepress-theme-hope": "2.0.0-beta.237"
"vuepress-plugin-search-pro": "2.0.0-beta.245",
"vuepress-theme-hope": "2.0.0-beta.245"
},
"devDependencies": {
"@waline/client": "^2.15.8",
"mathjax-full": "^3.2.2",
"plyr": "^3.7.8"
}
}
Loading

0 comments on commit 6c7d1f1

Please sign in to comment.