Skip to content

Commit

Permalink
Merge branch 'main' into theme-hope
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Feb 2, 2024
2 parents 951a0c8 + d61dd76 commit 27c303e
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 516 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/configs/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const enSidebar = sidebar({
},
{
text: 'Official Ecosystem',
icon: 'fa6-solid:leaf',
link: 'https://ecosystem.vuejs.press/',
},
{
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/configs/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const zhSidebar = sidebar({
},
{
text: '官方生态系统',
icon: 'fa6-solid:leaf',
link: 'https://ecosystem.vuejs.press/zh/',
},
{
Expand Down
20 changes: 8 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
"docs:serve": "anywhere -s -h localhost -d docs/.vuepress/dist",
"format": "prettier --write .",
"lint": "eslint --ext .cjs,.js,.ts,.vue . && prettier --check .",
"prepare": "husky",
"release": "pnpm release:check && pnpm release:bump",
"release:bump": "bumpp --commit \"build: publish v%s\"",
"release:check": "pnpm lint && pnpm clean && pnpm build"
"prepare": "husky"
},
"commitlint": {
"extends": [
Expand All @@ -31,12 +28,12 @@
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.2",
"@vuepress/bundler-webpack": "2.0.0-rc.2",
"@vuepress/plugin-docsearch": "2.0.0-rc.3",
"@vuepress/plugin-google-analytics": "2.0.0-rc.3",
"@vuepress/plugin-register-components": "2.0.0-rc.3",
"@vuepress/plugin-search": "2.0.0-rc.3",
"@vuepress/plugin-shiki": "2.0.0-rc.3",
"@vuepress/theme-default": "2.0.0-rc.6",
"@vuepress/plugin-docsearch": "2.0.0-rc.7",
"@vuepress/plugin-google-analytics": "2.0.0-rc.7",
"@vuepress/plugin-register-components": "2.0.0-rc.7",
"@vuepress/plugin-search": "2.0.0-rc.7",
"@vuepress/plugin-shiki": "2.0.0-rc.7",
"@vuepress/theme-default": "2.0.0-rc.7",
"anywhere": "^1.6.0",
"sass-loader": "^14.1.0",
"vue": "^3.4.15",
Expand All @@ -46,11 +43,10 @@
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"bumpp": "^9.3.0",
"eslint": "^8.56.0",
"eslint-config-vuepress": "^4.10.0",
"eslint-config-vuepress-typescript": "^4.10.0",
"husky": "^9.0.7",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4",
"prettier-config-vuepress": "^4.4.0",
Expand Down
Loading

0 comments on commit 27c303e

Please sign in to comment.