|
5 | 5 | "engines": { |
6 | 6 | "node":"^20.19.0 || >=22.12.0" |
7 | 7 | }, |
8 | | -"packageManager":"pnpm@10.18.0", |
| 8 | +"packageManager":"pnpm@10.18.2", |
9 | 9 | "homepage":"https://github.com/vitejs/vite-plugin-react/", |
10 | 10 | "keywords": [ |
11 | 11 | "frontend", |
|
35 | 35 | "devDependencies": { |
36 | 36 | "@eslint/js":"^9.37.0", |
37 | 37 | "@types/fs-extra":"^11.0.4", |
38 | | -"@types/node":"^22.18.8", |
| 38 | +"@types/node":"^22.18.10", |
39 | 39 | "@vitejs/release-scripts":"^1.6.0", |
40 | 40 | "eslint":"^9.37.0", |
41 | 41 | "eslint-plugin-import-x":"^4.16.1", |
42 | 42 | "eslint-plugin-n":"^17.23.1", |
43 | 43 | "eslint-plugin-regexp":"^2.10.0", |
44 | 44 | "fs-extra":"^11.3.2", |
45 | 45 | "globals":"^16.4.0", |
46 | | -"lint-staged":"^16.2.3", |
| 46 | +"lint-staged":"^16.2.4", |
47 | 47 | "picocolors":"^1.1.1", |
48 | | -"playwright-chromium":"^1.55.1", |
| 48 | +"playwright-chromium":"^1.56.0", |
49 | 49 | "prettier":"^3.6.2", |
50 | 50 | "simple-git-hooks":"^2.13.1", |
51 | 51 | "typescript":"^5.9.3", |
52 | | -"typescript-eslint":"^8.45.0", |
| 52 | +"typescript-eslint":"^8.46.1", |
53 | 53 | "vite":"^7.1.9", |
54 | 54 | "vite-plugin-inspect":"^11.3.3", |
55 | 55 | "vitest":"^3.2.4" |
|