|
30 | 30 | },
|
31 | 31 | "prettier": "prettier-config-vuepress",
|
32 | 32 | "devDependencies": {
|
33 |
| - "@commitlint/cli": "^19.2.2", |
| 33 | + "@commitlint/cli": "^19.3.0", |
34 | 34 | "@commitlint/config-conventional": "^19.2.2",
|
35 | 35 | "@commitlint/types": "^19.0.3",
|
36 |
| - "@types/node": "^20.12.7", |
37 |
| - "@types/webpack-env": "^1.18.4", |
38 |
| - "@vitest/coverage-istanbul": "^1.5.0", |
39 |
| - "bumpp": "^9.4.0", |
40 |
| - "conventional-changelog-cli": "^4.1.0", |
| 36 | + "@types/node": "^20.12.11", |
| 37 | + "@types/webpack-env": "^1.18.5", |
| 38 | + "@vitest/coverage-istanbul": "^1.6.0", |
| 39 | + "bumpp": "^9.4.1", |
| 40 | + "conventional-changelog-cli": "^5.0.0", |
41 | 41 | "eslint": "^8.57.0",
|
42 | 42 | "eslint-config-vuepress": "^4.10.1",
|
43 | 43 | "eslint-config-vuepress-typescript": "^4.10.1",
|
44 | 44 | "husky": "^9.0.11",
|
45 | 45 | "lint-staged": "^15.2.2",
|
46 | 46 | "prettier": "^3.2.5",
|
47 | 47 | "prettier-config-vuepress": "^4.4.0",
|
48 |
| - "rimraf": "^5.0.5", |
| 48 | + "rimraf": "^5.0.7", |
49 | 49 | "sort-package-json": "^2.10.0",
|
50 | 50 | "tsconfig-vuepress": "^4.5.0",
|
51 | 51 | "tsup": "^8.0.2",
|
52 | 52 | "typescript": "^5.4.5",
|
53 |
| - "vite": "~5.2.10", |
54 |
| - "vitest": "^1.5.0" |
| 53 | + "vite": "~5.2.11", |
| 54 | + "vitest": "^1.6.0" |
55 | 55 | },
|
56 |
| - "packageManager": "pnpm@9.0.4", |
| 56 | + "packageManager": "pnpm@9.1.1", |
57 | 57 | "engines": {
|
58 | 58 | "node": ">=18.16.0"
|
59 | 59 | }
|
|
0 commit comments