Skip to content

Commit 9cd8730

Browse files
committed
docs: update node version requirement
1 parent 5718e4d commit 9cd8730

File tree

5 files changed

+1346
-1428
lines changed

5 files changed

+1346
-1428
lines changed

.github/workflows/check-docs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
- windows-latest
2020
- macos-latest
2121
node:
22-
- 18
2322
- 20
2423
- 22
2524
bundler:

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can try VuePress directly in your browser on [StackBlitz](https://stackblitz
1212

1313
### Prerequisites
1414

15-
- [Node.js v18.19.0+](https://nodejs.org/)
15+
- [Node.js v20.6.0+](https://nodejs.org/)
1616
- Package manager like [pnpm](https://pnpm.io), [yarn](https://classic.yarnpkg.com/en/), [npm](https://www.npmjs.com), etc.
1717

1818
::: tip

docs/zh/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ VuePress v2 目前仍处于 RC (Release Candidate) 阶段。你已经可以用
1212

1313
### 依赖环境
1414

15-
- [Node.js v18.19.0+](https://nodejs.org/)
15+
- [Node.js v20.6.0+](https://nodejs.org/)
1616
- 包管理器,如 [pnpm](https://pnpm.io/zh/)[yarn](https://classic.yarnpkg.com/en/)[npm](https://www.npmjs.com/) 等。
1717

1818
::: tip

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -30,38 +30,38 @@
3030
},
3131
"prettier": "prettier-config-vuepress",
3232
"dependencies": {
33-
"@vuepress/bundler-vite": "2.0.0-rc.20",
34-
"@vuepress/bundler-webpack": "2.0.0-rc.20",
35-
"@vuepress/plugin-docsearch": "2.0.0-rc.92",
36-
"@vuepress/plugin-google-analytics": "2.0.0-rc.80",
37-
"@vuepress/plugin-register-components": "2.0.0-rc.82",
38-
"@vuepress/plugin-shiki": "2.0.0-rc.92",
39-
"@vuepress/theme-default": "2.0.0-rc.92",
33+
"@vuepress/bundler-vite": "2.0.0-rc.22",
34+
"@vuepress/bundler-webpack": "2.0.0-rc.22",
35+
"@vuepress/plugin-docsearch": "2.0.0-rc.98",
36+
"@vuepress/plugin-google-analytics": "2.0.0-rc.98",
37+
"@vuepress/plugin-register-components": "2.0.0-rc.98",
38+
"@vuepress/plugin-shiki": "2.0.0-rc.98",
39+
"@vuepress/theme-default": "2.0.0-rc.98",
4040
"http-server": "^14.1.1",
41-
"sass-embedded": "^1.86.3",
41+
"sass-embedded": "^1.87.0",
4242
"sass-loader": "^16.0.5",
4343
"vue": "^3.5.13",
44-
"vuepress": "2.0.0-rc.20"
44+
"vuepress": "2.0.0-rc.22"
4545
},
4646
"devDependencies": {
4747
"@commitlint/cli": "^19.8.0",
4848
"@commitlint/config-conventional": "^19.8.0",
4949
"bumpp": "^10.1.0",
50-
"eslint": "^9.24.0",
51-
"eslint-config-vuepress": "^5.2.5",
50+
"eslint": "^9.25.1",
51+
"eslint-config-vuepress": "^6.0.0",
5252
"husky": "^9.1.7",
5353
"nano-staged": "^0.8.0",
5454
"prettier": "^3.5.3",
55-
"prettier-config-vuepress": "^5.0.0",
55+
"prettier-config-vuepress": "^6.0.0",
5656
"rimraf": "^6.0.1",
57-
"sort-package-json": "^3.0.0",
57+
"sort-package-json": "^3.1.0",
5858
"taze": "^19.0.4",
59-
"tsconfig-vuepress": "^5.2.1",
59+
"tsconfig-vuepress": "^6.0.0",
6060
"typescript": "^5.8.3"
6161
},
62-
"packageManager": "pnpm@10.8.0",
62+
"packageManager": "pnpm@10.10.0",
6363
"engines": {
64-
"node": ">=18.19.0"
64+
"node": ">=20.6.0"
6565
},
6666
"pnpm": {
6767
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)