Update deps

更新依赖并更新Readme中的开发指南
This commit is contained in:
狮子耗耗 2024-03-15 22:29:46 +08:00
parent 41f860c43d
commit f3e69ded21
3 changed files with 498 additions and 492 deletions

View File

@ -3,11 +3,11 @@
## 开发
1. 依赖环境
- Node.js v18.19.0
- Node.js v20.11.0
- volta
1. 建议使用 [volta](https://volta.sh/) 安装 [Node.js](https://nodejs.org/)
```sh
volta install node@18
volta install node@20.11.0
```
2. 安装依赖
```sh

976
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,16 +11,16 @@
"docs:update-package": "npx vp-update"
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.7",
"@vuepress/bundler-vite": "2.0.0-rc.8",
"katex": "^0.16.9",
"vue": "^3.4.17",
"vuepress": "^2.0.0-rc.7",
"vuepress-theme-hope": "2.0.0-rc.23"
"vue": "^3.4.21",
"vuepress": "2.0.0-rc.8",
"vuepress-theme-hope": "2.0.0-rc.31"
},
"volta": {
"node": "20.11.0"
},
"dependencies": {
"vuepress-plugin-md-enhance": "^2.0.0-rc.23"
"vuepress-plugin-md-enhance": "2.0.0-rc.31"
}
}