|
20 | 20 | "@commitlint/config-conventional"
|
21 | 21 | ]
|
22 | 22 | },
|
23 |
| - "lint-staged": { |
| 23 | + "nano-staged": { |
24 | 24 | "*.!(cjs|js|ts|vue)": "prettier --write --ignore-unknown",
|
25 | 25 | "*.(cjs|js|ts|vue)": [
|
26 | 26 | "eslint --fix",
|
|
32 | 32 | "dependencies": {
|
33 | 33 | "@vuepress/bundler-vite": "2.0.0-rc.18",
|
34 | 34 | "@vuepress/bundler-webpack": "2.0.0-rc.18",
|
35 |
| - "@vuepress/plugin-docsearch": "2.0.0-rc.56", |
36 |
| - "@vuepress/plugin-google-analytics": "2.0.0-rc.54", |
| 35 | + "@vuepress/plugin-docsearch": "2.0.0-rc.65", |
| 36 | + "@vuepress/plugin-google-analytics": "2.0.0-rc.63", |
37 | 37 | "@vuepress/plugin-register-components": "2.0.0-rc.54",
|
38 |
| - "@vuepress/plugin-shiki": "2.0.0-rc.56", |
39 |
| - "@vuepress/theme-default": "2.0.0-rc.56", |
| 38 | + "@vuepress/plugin-shiki": "2.0.0-rc.65", |
| 39 | + "@vuepress/theme-default": "2.0.0-rc.65", |
40 | 40 | "http-server": "^14.1.1",
|
41 |
| - "sass-embedded": "^1.80.3", |
42 |
| - "sass-loader": "^16.0.2", |
43 |
| - "vue": "^3.5.12", |
| 41 | + "sass-embedded": "^1.82.0", |
| 42 | + "sass-loader": "^16.0.4", |
| 43 | + "vue": "^3.5.13", |
44 | 44 | "vuepress": "2.0.0-rc.18"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "@commitlint/cli": "^19.5.0", |
48 |
| - "@commitlint/config-conventional": "^19.5.0", |
49 |
| - "bumpp": "^9.7.1", |
50 |
| - "eslint": "^9.13.0", |
51 |
| - "eslint-config-vuepress": "^5.2.2", |
52 |
| - "husky": "^9.1.6", |
53 |
| - "lint-staged": "^15.2.10", |
54 |
| - "prettier": "^3.3.3", |
| 47 | + "@commitlint/cli": "^19.6.0", |
| 48 | + "@commitlint/config-conventional": "^19.6.0", |
| 49 | + "bumpp": "^9.9.0", |
| 50 | + "eslint": "^9.16.0", |
| 51 | + "eslint-config-vuepress": "^5.2.3", |
| 52 | + "husky": "^9.1.7", |
| 53 | + "nano-staged": "^0.8.0", |
| 54 | + "prettier": "^3.4.2", |
55 | 55 | "prettier-config-vuepress": "^5.0.0",
|
56 | 56 | "rimraf": "^6.0.1",
|
57 |
| - "sort-package-json": "^2.10.1", |
58 |
| - "taze": "^0.17.2", |
| 57 | + "sort-package-json": "^2.12.0", |
| 58 | + "taze": "^0.18.0", |
59 | 59 | "tsconfig-vuepress": "^5.2.1",
|
60 |
| - "typescript": "^5.6.3" |
| 60 | + "typescript": "^5.7.2" |
61 | 61 | },
|
62 |
| - "packageManager": "pnpm@9.12.2", |
| 62 | + "packageManager": "pnpm@9.15.0", |
63 | 63 | "engines": {
|
64 | 64 | "node": ">=18.19.0"
|
65 | 65 | }
|
|
0 commit comments