Update deps
更新依赖并更新Readme中的开发指南
This commit is contained in:
parent
0c1933e2e3
commit
2b889be35b
@ -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
976
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user