|
5 | 5 | "engines": { |
6 | 6 | "node": "^14.18.0 || >=16.0.0" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@10.6.5", |
| 8 | + "packageManager": "pnpm@10.7.0", |
9 | 9 | "homepage": "https://github.com/vitejs/vite-plugin-react/", |
10 | 10 | "keywords": [ |
11 | 11 | "frontend", |
|
35 | 35 | "@eslint-types/import": "^2.29.1", |
36 | 36 | "@eslint-types/typescript-eslint": "^7.5.0", |
37 | 37 | "@types/fs-extra": "^11.0.4", |
38 | | - "@types/node": "^20.17.7", |
| 38 | + "@types/node": "^20.17.28", |
39 | 39 | "@typescript-eslint/eslint-plugin": "^7.18.0", |
40 | 40 | "@typescript-eslint/parser": "^7.18.0", |
41 | | - "@vitejs/release-scripts": "^1.3.2", |
| 41 | + "@vitejs/release-scripts": "^1.4.0", |
42 | 42 | "eslint": "^8.57.1", |
43 | 43 | "eslint-define-config": "^2.1.0", |
44 | 44 | "eslint-plugin-import": "^2.31.0", |
45 | | - "eslint-plugin-n": "^17.14.0", |
| 45 | + "eslint-plugin-n": "^17.17.0", |
46 | 46 | "eslint-plugin-regexp": "^2.7.0", |
47 | | - "fs-extra": "^11.2.0", |
48 | | - "lint-staged": "^15.2.10", |
| 47 | + "fs-extra": "^11.3.0", |
| 48 | + "lint-staged": "^15.5.0", |
49 | 49 | "npm-run-all2": "^6.2.6", |
50 | 50 | "picocolors": "^1.1.1", |
51 | | - "playwright-chromium": "^1.49.0", |
| 51 | + "playwright-chromium": "^1.51.1", |
52 | 52 | "prettier": "^3.0.3", |
53 | | - "simple-git-hooks": "^2.11.1", |
54 | | - "tsx": "^4.19.2", |
55 | | - "typescript": "^5.7.2", |
56 | | - "vite": "^6.0.0", |
57 | | - "vitest": "^3.0.4" |
| 53 | + "simple-git-hooks": "^2.12.1", |
| 54 | + "tsx": "^4.19.3", |
| 55 | + "typescript": "^5.8.2", |
| 56 | + "vite": "^6.2.4", |
| 57 | + "vitest": "^3.1.1" |
58 | 58 | }, |
59 | 59 | "simple-git-hooks": { |
60 | 60 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
0 commit comments