Skip to content

Commit d61dd76

Browse files
committed
build: bump deps
1 parent 908ad19 commit d61dd76

File tree

4 files changed

+196
-192
lines changed

4 files changed

+196
-192
lines changed

docs/.vuepress/configs/sidebar/en.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,9 @@ export const sidebarEn: SidebarConfig = {
6666
text: 'Official Ecosystem',
6767
link: 'https://ecosystem.vuejs.press/',
6868
},
69+
{
70+
text: 'VuePress Marketplace',
71+
link: 'https://marketplace.vuejs.press/',
72+
},
6973
],
7074
}

docs/.vuepress/configs/sidebar/zh.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,9 @@ export const sidebarZh: SidebarConfig = {
6969
text: '官方生态系统',
7070
link: 'https://ecosystem.vuejs.press/zh/',
7171
},
72+
{
73+
text: 'VuePress 市场',
74+
link: 'https://marketplace.vuejs.press/',
75+
},
7276
],
7377
}

package.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
"docs:serve": "anywhere -s -h localhost -d docs/.vuepress/dist",
1313
"format": "prettier --write .",
1414
"lint": "eslint --ext .cjs,.js,.ts,.vue . && prettier --check .",
15-
"prepare": "husky",
16-
"release": "pnpm release:check && pnpm release:bump",
17-
"release:bump": "bumpp --commit \"build: publish v%s\"",
18-
"release:check": "pnpm lint && pnpm clean && pnpm build"
15+
"prepare": "husky"
1916
},
2017
"commitlint": {
2118
"extends": [
@@ -31,12 +28,12 @@
3128
"dependencies": {
3229
"@vuepress/bundler-vite": "2.0.0-rc.2",
3330
"@vuepress/bundler-webpack": "2.0.0-rc.2",
34-
"@vuepress/plugin-docsearch": "2.0.0-rc.3",
35-
"@vuepress/plugin-google-analytics": "2.0.0-rc.3",
36-
"@vuepress/plugin-register-components": "2.0.0-rc.3",
37-
"@vuepress/plugin-search": "2.0.0-rc.3",
38-
"@vuepress/plugin-shiki": "2.0.0-rc.3",
39-
"@vuepress/theme-default": "2.0.0-rc.6",
31+
"@vuepress/plugin-docsearch": "2.0.0-rc.7",
32+
"@vuepress/plugin-google-analytics": "2.0.0-rc.7",
33+
"@vuepress/plugin-register-components": "2.0.0-rc.7",
34+
"@vuepress/plugin-search": "2.0.0-rc.7",
35+
"@vuepress/plugin-shiki": "2.0.0-rc.7",
36+
"@vuepress/theme-default": "2.0.0-rc.7",
4037
"anywhere": "^1.6.0",
4138
"sass-loader": "^14.1.0",
4239
"vue": "^3.4.15",
@@ -45,11 +42,10 @@
4542
"devDependencies": {
4643
"@commitlint/cli": "^18.6.0",
4744
"@commitlint/config-conventional": "^18.6.0",
48-
"bumpp": "^9.3.0",
4945
"eslint": "^8.56.0",
5046
"eslint-config-vuepress": "^4.10.0",
5147
"eslint-config-vuepress-typescript": "^4.10.0",
52-
"husky": "^9.0.7",
48+
"husky": "^9.0.10",
5349
"lint-staged": "^15.2.1",
5450
"prettier": "^3.2.4",
5551
"prettier-config-vuepress": "^4.4.0",

0 commit comments

Comments
 (0)