|
12 | 12 | "lint": "pnpm lint:prettier && pnpm lint:md",
|
13 | 13 | "lint:md": "markdownlint-cli2 '**/*.md'",
|
14 | 14 | "lint:prettier": "prettier --check --write .",
|
15 |
| - "prepare": "husky install", |
| 15 | + "prepare": "husky", |
16 | 16 | "update": "pnpm dlx vp-update"
|
17 | 17 | },
|
18 | 18 | "nano-staged": {
|
19 | 19 | "**/*": "prettier --write --ignore-unknown",
|
20 | 20 | ".md": "markdownlint-cli2"
|
21 | 21 | },
|
22 |
| - "packageManager": "pnpm@8.13.1", |
| 22 | + "packageManager": "pnpm@8.15.1", |
23 | 23 | "dependencies": {
|
24 |
| - "@vuepress/client": "2.0.0-rc.0", |
25 |
| - "@vuepress/plugin-search": "2.0.0-rc.0", |
26 |
| - "@vuepress/utils": "2.0.0-rc.0", |
27 |
| - "husky": "8.0.3", |
28 |
| - "markdownlint-cli2": "0.11.0", |
| 24 | + "@vuepress/bundler-vite": "2.0.0-rc.6", |
| 25 | + "@vuepress/plugin-copyright": "2.0.0-rc.11", |
| 26 | + "@vuepress/plugin-feed": "2.0.0-rc.11", |
| 27 | + "@vuepress/plugin-search": "2.0.0-rc.11", |
| 28 | + "husky": "9.0.10", |
| 29 | + "markdownlint-cli2": "0.12.1", |
29 | 30 | "mathjax-full": "3.2.2",
|
30 | 31 | "nano-staged": "0.8.0",
|
31 | 32 | "nodejs-jieba": "0.1.2",
|
32 |
| - "prettier": "3.1.1", |
33 |
| - "vue": "^3.4.13", |
34 |
| - "vuepress": "2.0.0-rc.0", |
35 |
| - "vuepress-plugin-copyright2": "2.0.0-rc.11", |
36 |
| - "vuepress-plugin-feed2": "2.0.0-rc.11", |
37 |
| - "vuepress-theme-hope": "2.0.0-rc.11" |
38 |
| - }, |
39 |
| - "devDependencies": { |
40 |
| - "vuepress-plugin-components": "2.0.0-rc.11" |
| 33 | + "prettier": "3.2.5", |
| 34 | + "vue": "3.4.15", |
| 35 | + "vuepress": "2.0.0-rc.6", |
| 36 | + "vuepress-theme-hope": "2.0.0-rc.22" |
41 | 37 | }
|
42 | 38 | }
|
0 commit comments