|
52 | 52 | "@types/etag": "^1.8.3", |
53 | 53 | "@types/fs-extra": "^11.0.4", |
54 | 54 | "@types/less": "^3.0.6", |
55 | | - "@types/micromatch": "^4.0.6", |
56 | | - "@types/node": "^20.12.5", |
| 55 | + "@types/micromatch": "^4.0.7", |
| 56 | + "@types/node": "^20.12.7", |
57 | 57 | "@types/picomatch": "^2.3.3", |
58 | 58 | "@types/semver": "^7.5.8", |
59 | 59 | "@types/stylus": "^0.48.42", |
60 | 60 | "@types/ws": "^8.5.10", |
61 | | - "@typescript-eslint/eslint-plugin": "^7.5.0", |
62 | | - "@typescript-eslint/parser": "^7.5.0", |
| 61 | + "@typescript-eslint/eslint-plugin": "^7.7.1", |
| 62 | + "@typescript-eslint/parser": "^7.7.1", |
63 | 63 | "@vitejs/release-scripts": "^1.3.1", |
64 | 64 | "conventional-changelog-cli": "^4.1.0", |
65 | 65 | "eslint": "^8.57.0", |
66 | 66 | "eslint-define-config": "^2.1.0", |
67 | 67 | "eslint-plugin-i": "^2.29.1", |
68 | | - "eslint-plugin-n": "^17.2.0", |
| 68 | + "eslint-plugin-n": "^17.2.1", |
69 | 69 | "eslint-plugin-regexp": "^2.5.0", |
70 | 70 | "execa": "^8.0.1", |
71 | 71 | "feed": "^4.2.2", |
72 | 72 | "fs-extra": "^11.2.0", |
73 | 73 | "lint-staged": "^15.2.2", |
74 | 74 | "npm-run-all2": "^6.1.2", |
75 | 75 | "picocolors": "^1.0.0", |
76 | | - "playwright-chromium": "^1.43.0", |
| 76 | + "playwright-chromium": "^1.43.1", |
77 | 77 | "prettier": "3.2.5", |
78 | 78 | "rimraf": "^5.0.5", |
79 | 79 | "rollup": "^4.13.0", |
|
84 | 84 | "typescript": "^5.2.2", |
85 | 85 | "unbuild": "^2.0.0", |
86 | 86 | "vite": "workspace:*", |
87 | | - "vitest": "^1.4.0" |
| 87 | + "vitest": "^1.5.0" |
88 | 88 | }, |
89 | 89 | "simple-git-hooks": { |
90 | 90 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
103 | 103 | "eslint --cache --fix" |
104 | 104 | ] |
105 | 105 | }, |
106 | | - "packageManager": "pnpm@8.15.6", |
| 106 | + "packageManager": "pnpm@8.15.7", |
107 | 107 | "pnpm": { |
108 | 108 | "overrides": { |
109 | 109 | "vite": "workspace:*" |
|
0 commit comments