Skip to content

Commit f479cd0

Browse files
committed
chore: bump deps
1 parent 53ad985 commit f479cd0

File tree

4 files changed

+516
-429
lines changed

4 files changed

+516
-429
lines changed

Diff for: docs/guide/deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ See [Edgio Documentation > Framework Guides > VuePress](https://docs.edg.io/guid
213213

214214
2. Set [Environment variables](https://docs.netlify.com/configure-builds/environment-variables) to choose node version:
215215

216-
- `NODE_VERSION`: 18
216+
- `NODE_VERSION`: 20
217217

218218
3. Hit the deploy button.
219219

Diff for: docs/zh/guide/deployment.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ heroku login
213213

214214
2. 设置 [Environment variables](https://docs.netlify.com/configure-builds/environment-variables) 来选择 Node 版本:
215215

216-
- `NODE_VERSION`: 18
216+
- `NODE_VERSION`: 20
217217

218218
3. 点击 deploy 按钮。
219219

Diff for: package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
},
3131
"prettier": "prettier-config-vuepress",
3232
"dependencies": {
33-
"@vuepress/bundler-vite": "2.0.0-rc.15",
34-
"@vuepress/bundler-webpack": "2.0.0-rc.15",
35-
"@vuepress/plugin-docsearch": "2.0.0-rc.47",
36-
"@vuepress/plugin-google-analytics": "2.0.0-rc.42",
37-
"@vuepress/plugin-register-components": "2.0.0-rc.44",
38-
"@vuepress/plugin-shiki": "2.0.0-rc.47",
39-
"@vuepress/theme-default": "2.0.0-rc.49",
33+
"@vuepress/bundler-vite": "2.0.0-rc.17",
34+
"@vuepress/bundler-webpack": "2.0.0-rc.17",
35+
"@vuepress/plugin-docsearch": "2.0.0-rc.52",
36+
"@vuepress/plugin-google-analytics": "2.0.0-rc.52",
37+
"@vuepress/plugin-register-components": "2.0.0-rc.52",
38+
"@vuepress/plugin-shiki": "2.0.0-rc.52",
39+
"@vuepress/theme-default": "2.0.0-rc.52",
4040
"http-server": "^14.1.1",
4141
"sass-embedded": "^1.79.4",
4242
"sass-loader": "^16.0.2",
4343
"vue": "^3.5.10",
44-
"vuepress": "2.0.0-rc.15"
44+
"vuepress": "2.0.0-rc.17"
4545
},
4646
"devDependencies": {
4747
"@commitlint/cli": "^19.5.0",
@@ -59,7 +59,7 @@
5959
"tsconfig-vuepress": "^5.2.0",
6060
"typescript": "^5.6.2"
6161
},
62-
"packageManager": "pnpm@9.11.0",
62+
"packageManager": "pnpm@9.12.0",
6363
"engines": {
6464
"node": ">=18.19.0"
6565
}

0 commit comments

Comments
 (0)