|
4 | 4 | "description": "Zotero 中文手册", |
5 | 5 | "license": "MIT", |
6 | 6 | "type": "module", |
7 | | - "packageManager": "pnpm@8.15.5", |
| 7 | + "packageManager": "pnpm@8.15.6", |
8 | 8 | "scripts": { |
9 | 9 | "docs:dev": "vuepress dev src", |
10 | 10 | "docs:clean-dev": "vuepress dev src --clean-cache", |
|
17 | 17 | "prepare": "husky" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "@vuepress/bundler-vite": "2.0.0-rc.8", |
21 | | - "@vuepress/plugin-baidu-analytics": "2.0.0-rc.19", |
22 | | - "@vuepress/plugin-feed": "2.0.0-rc.19", |
| 20 | + "@vuepress/bundler-vite": "2.0.0-rc.9", |
| 21 | + "@vuepress/plugin-baidu-analytics": "2.0.0-rc.24", |
| 22 | + "@vuepress/plugin-feed": "2.0.0-rc.24", |
23 | 23 | "husky": "^9.0.0", |
24 | 24 | "lint-staged": "^15.2.2", |
25 | | - "markdownlint-cli2": "^0.12.0", |
| 25 | + "markdownlint-cli2": "^0.13.0", |
26 | 26 | "mermaid": "^10.9.0", |
27 | 27 | "prettier": "2.8.8", |
28 | 28 | "vue": "^3.4.21", |
29 | | - "vuepress": "2.0.0-rc.8", |
30 | | - "vuepress-plugin-search-pro": "2.0.0-rc.31", |
31 | | - "vuepress-theme-hope": "2.0.0-rc.31" |
| 29 | + "vuepress": "2.0.0-rc.9", |
| 30 | + "vuepress-plugin-search-pro": "2.0.0-rc.34", |
| 31 | + "vuepress-theme-hope": "2.0.0-rc.34" |
32 | 32 | }, |
33 | 33 | "lint-staged": { |
34 | 34 | "*.md": "prettier --write" |
|
0 commit comments