|
53 | 53 | "@types/fs-extra": "^11.0.4", |
54 | 54 | "@types/less": "^3.0.6", |
55 | 55 | "@types/micromatch": "^4.0.6", |
56 | | - "@types/node": "^20.11.19", |
| 56 | + "@types/node": "^20.11.20", |
57 | 57 | "@types/picomatch": "^2.3.3", |
58 | 58 | "@types/sass": "~1.43.1", |
59 | | - "@types/semver": "^7.5.7", |
| 59 | + "@types/semver": "^7.5.8", |
60 | 60 | "@types/stylus": "^0.48.42", |
61 | 61 | "@types/ws": "^8.5.10", |
62 | | - "@typescript-eslint/eslint-plugin": "^7.0.2", |
63 | | - "@typescript-eslint/parser": "^7.0.2", |
| 62 | + "@typescript-eslint/eslint-plugin": "^7.1.0", |
| 63 | + "@typescript-eslint/parser": "^7.1.0", |
64 | 64 | "@vitejs/release-scripts": "^1.3.1", |
65 | 65 | "conventional-changelog-cli": "^4.1.0", |
66 | | - "eslint": "^8.56.0", |
| 66 | + "eslint": "^8.57.0", |
67 | 67 | "eslint-define-config": "^2.1.0", |
68 | 68 | "eslint-plugin-i": "^2.29.1", |
69 | 69 | "eslint-plugin-n": "^16.6.2", |
|
85 | 85 | "typescript": "^5.2.2", |
86 | 86 | "unbuild": "^2.0.0", |
87 | 87 | "vite": "workspace:*", |
88 | | - "vitepress": "1.0.0-rc.43", |
89 | | - "vitest": "^1.3.0", |
90 | | - "vue": "^3.4.19" |
| 88 | + "vitepress": "1.0.0-rc.44", |
| 89 | + "vitest": "^1.3.1", |
| 90 | + "vue": "^3.4.20" |
91 | 91 | }, |
92 | 92 | "simple-git-hooks": { |
93 | 93 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
106 | 106 | "eslint --cache --fix" |
107 | 107 | ] |
108 | 108 | }, |
109 | | - "packageManager": "pnpm@8.15.3", |
| 109 | + "packageManager": "pnpm@8.15.4", |
110 | 110 | "pnpm": { |
111 | 111 | "overrides": { |
112 | 112 | "vite": "workspace:*" |
|
0 commit comments