Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Oct 3, 2024
1 parent 53ad985 commit f479cd0
Show file tree
Hide file tree
Showing 4 changed files with 516 additions and 429 deletions.
2 changes: 1 addition & 1 deletion docs/guide/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ See [Edgio Documentation > Framework Guides > VuePress](https://docs.edg.io/guid

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

- `NODE_VERSION`: 18
- `NODE_VERSION`: 20

3. Hit the deploy button.

Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ heroku login

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

- `NODE_VERSION`: 18
- `NODE_VERSION`: 20

3. 点击 deploy 按钮。

Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
},
"prettier": "prettier-config-vuepress",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.15",
"@vuepress/bundler-webpack": "2.0.0-rc.15",
"@vuepress/plugin-docsearch": "2.0.0-rc.47",
"@vuepress/plugin-google-analytics": "2.0.0-rc.42",
"@vuepress/plugin-register-components": "2.0.0-rc.44",
"@vuepress/plugin-shiki": "2.0.0-rc.47",
"@vuepress/theme-default": "2.0.0-rc.49",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/bundler-webpack": "2.0.0-rc.17",
"@vuepress/plugin-docsearch": "2.0.0-rc.52",
"@vuepress/plugin-google-analytics": "2.0.0-rc.52",
"@vuepress/plugin-register-components": "2.0.0-rc.52",
"@vuepress/plugin-shiki": "2.0.0-rc.52",
"@vuepress/theme-default": "2.0.0-rc.52",
"http-server": "^14.1.1",
"sass-embedded": "^1.79.4",
"sass-loader": "^16.0.2",
"vue": "^3.5.10",
"vuepress": "2.0.0-rc.15"
"vuepress": "2.0.0-rc.17"
},
"devDependencies": {
"@commitlint/cli": "^19.5.0",
Expand All @@ -59,7 +59,7 @@
"tsconfig-vuepress": "^5.2.0",
"typescript": "^5.6.2"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.0",
"engines": {
"node": ">=18.19.0"
}
Expand Down
Loading

0 comments on commit f479cd0

Please sign in to comment.