|
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.25", |
| 56 | + "@types/node": "^20.11.28", |
57 | 57 | "@types/picomatch": "^2.3.3", |
58 | 58 | "@types/sass": "~1.43.1", |
59 | 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.1.1", |
63 | | - "@typescript-eslint/parser": "^7.1.1", |
| 62 | + "@typescript-eslint/eslint-plugin": "^7.2.0", |
| 63 | + "@typescript-eslint/parser": "^7.2.0", |
64 | 64 | "@vitejs/release-scripts": "^1.3.1", |
65 | 65 | "conventional-changelog-cli": "^4.1.0", |
66 | 66 | "eslint": "^8.57.0", |
|
79 | 79 | "rimraf": "^5.0.5", |
80 | 80 | "rollup": "^4.13.0", |
81 | 81 | "semver": "^7.6.0", |
82 | | - "simple-git-hooks": "^2.10.0", |
| 82 | + "simple-git-hooks": "^2.11.0", |
83 | 83 | "tslib": "^2.6.2", |
84 | 84 | "tsx": "^4.7.1", |
85 | 85 | "typescript": "^5.2.2", |
86 | 86 | "unbuild": "^2.0.0", |
87 | 87 | "vite": "workspace:*", |
88 | | - "vitest": "^1.3.1" |
| 88 | + "vitest": "^1.4.0" |
89 | 89 | }, |
90 | 90 | "simple-git-hooks": { |
91 | 91 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
104 | 104 | "eslint --cache --fix" |
105 | 105 | ] |
106 | 106 | }, |
107 | | - "packageManager": "[email protected].4", |
| 107 | + "packageManager": "[email protected].5", |
108 | 108 | "pnpm": { |
109 | 109 | "overrides": { |
110 | 110 | "vite": "workspace:*" |
|
0 commit comments