Skip to content

Commit 2922ed1

Browse files
committed
chore: bump version
1 parent ec5447c commit 2922ed1

File tree

3 files changed

+1013
-701
lines changed

3 files changed

+1013
-701
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
env:
1414
DOCS_GA_ID: G-CTB8FQ7VMW
15-
NODE_VERSION: '20'
15+
NODE_VERSION: '22'
1616

1717
steps:
1818
- uses: actions/checkout@v4

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,25 +30,25 @@
3030
},
3131
"prettier": "prettier-config-vuepress",
3232
"dependencies": {
33-
"@vuepress/bundler-vite": "2.0.0-rc.18",
34-
"@vuepress/bundler-webpack": "2.0.0-rc.18",
35-
"@vuepress/plugin-docsearch": "2.0.0-rc.65",
36-
"@vuepress/plugin-google-analytics": "2.0.0-rc.63",
37-
"@vuepress/plugin-register-components": "2.0.0-rc.54",
38-
"@vuepress/plugin-shiki": "2.0.0-rc.65",
39-
"@vuepress/theme-default": "2.0.0-rc.65",
33+
"@vuepress/bundler-vite": "2.0.0-rc.19",
34+
"@vuepress/bundler-webpack": "2.0.0-rc.19",
35+
"@vuepress/plugin-docsearch": "2.0.0-rc.66",
36+
"@vuepress/plugin-google-analytics": "2.0.0-rc.66",
37+
"@vuepress/plugin-register-components": "2.0.0-rc.66",
38+
"@vuepress/plugin-shiki": "2.0.0-rc.66",
39+
"@vuepress/theme-default": "2.0.0-rc.66",
4040
"http-server": "^14.1.1",
41-
"sass-embedded": "^1.82.0",
41+
"sass-embedded": "^1.83.0",
4242
"sass-loader": "^16.0.4",
4343
"vue": "^3.5.13",
44-
"vuepress": "2.0.0-rc.18"
44+
"vuepress": "2.0.0-rc.19"
4545
},
4646
"devDependencies": {
4747
"@commitlint/cli": "^19.6.0",
4848
"@commitlint/config-conventional": "^19.6.0",
49-
"bumpp": "^9.9.0",
50-
"eslint": "^9.16.0",
51-
"eslint-config-vuepress": "^5.2.3",
49+
"bumpp": "^9.9.1",
50+
"eslint": "^9.17.0",
51+
"eslint-config-vuepress": "^5.2.4",
5252
"husky": "^9.1.7",
5353
"nano-staged": "^0.8.0",
5454
"prettier": "^3.4.2",

0 commit comments

Comments
 (0)