Update deps

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

View File

@ -3,11 +3,11 @@
## 开发 ## 开发
1. 依赖环境 1. 依赖环境
- Node.js v18.19.0 - Node.js v20.11.0
- volta - volta
1. 建议使用 [volta](https://volta.sh/) 安装 [Node.js](https://nodejs.org/) 1. 建议使用 [volta](https://volta.sh/) 安装 [Node.js](https://nodejs.org/)
```sh ```sh
volta install node@18 volta install node@20.11.0
``` ```
2. 安装依赖 2. 安装依赖
```sh ```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" "docs:update-package": "npx vp-update"
}, },
"devDependencies": { "devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.7", "@vuepress/bundler-vite": "2.0.0-rc.8",
"katex": "^0.16.9", "katex": "^0.16.9",
"vue": "^3.4.17", "vue": "^3.4.21",
"vuepress": "^2.0.0-rc.7", "vuepress": "2.0.0-rc.8",
"vuepress-theme-hope": "2.0.0-rc.23" "vuepress-theme-hope": "2.0.0-rc.31"
}, },
"volta": { "volta": {
"node": "20.11.0" "node": "20.11.0"
}, },
"dependencies": { "dependencies": {
"vuepress-plugin-md-enhance": "^2.0.0-rc.23" "vuepress-plugin-md-enhance": "2.0.0-rc.31"
} }
} }