|
12 | 12 | "docs:serve": "anywhere -s -h localhost -d docs/.vuepress/dist",
|
13 | 13 | "format": "prettier --write .",
|
14 | 14 | "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" |
19 | 16 | },
|
20 | 17 | "commitlint": {
|
21 | 18 | "extends": [
|
|
31 | 28 | "dependencies": {
|
32 | 29 | "@vuepress/bundler-vite": "2.0.0-rc.2",
|
33 | 30 | "@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", |
40 | 37 | "anywhere": "^1.6.0",
|
41 | 38 | "sass-loader": "^14.1.0",
|
42 | 39 | "vue": "^3.4.15",
|
|
45 | 42 | "devDependencies": {
|
46 | 43 | "@commitlint/cli": "^18.6.0",
|
47 | 44 | "@commitlint/config-conventional": "^18.6.0",
|
48 |
| - "bumpp": "^9.3.0", |
49 | 45 | "eslint": "^8.56.0",
|
50 | 46 | "eslint-config-vuepress": "^4.10.0",
|
51 | 47 | "eslint-config-vuepress-typescript": "^4.10.0",
|
52 |
| - "husky": "^9.0.7", |
| 48 | + "husky": "^9.0.10", |
53 | 49 | "lint-staged": "^15.2.1",
|
54 | 50 | "prettier": "^3.2.4",
|
55 | 51 | "prettier-config-vuepress": "^4.4.0",
|
|
0 commit comments