| 
5 | 5 |   "engines": {  | 
6 | 6 |     "node": "^14.18.0 || >=16.0.0"  | 
7 | 7 |   },  | 
8 |  | -  "packageManager":  "[email protected].2",   | 
 | 8 | +  "packageManager":  "[email protected].4",   | 
9 | 9 |   "homepage": "https://github.com/vitejs/vite-plugin-react/",  | 
10 | 10 |   "keywords": [  | 
11 | 11 |     "frontend",  | 
 | 
33 | 33 |     "ci-publish": "tsx scripts/publishCI.ts"  | 
34 | 34 |   },  | 
35 | 35 |   "devDependencies": {  | 
36 |  | -    "@eslint/js": "^9.29.0",  | 
 | 36 | +    "@eslint/js": "^9.30.1",  | 
37 | 37 |     "@types/fs-extra": "^11.0.4",  | 
38 |  | -    "@types/node": "^22.15.32",  | 
 | 38 | +    "@types/node": "^22.16.0",  | 
39 | 39 |     "@vitejs/release-scripts": "^1.5.0",  | 
40 |  | -    "eslint": "^9.29.0",  | 
41 |  | -    "eslint-plugin-import-x": "^4.15.2",  | 
 | 40 | +    "eslint": "^9.30.1",  | 
 | 41 | +    "eslint-plugin-import-x": "^4.16.1",  | 
42 | 42 |     "eslint-plugin-n": "^17.20.0",  | 
43 | 43 |     "eslint-plugin-regexp": "^2.9.0",  | 
44 | 44 |     "fs-extra": "^11.3.0",  | 
45 |  | -    "globals": "^16.2.0",  | 
 | 45 | +    "globals": "^16.3.0",  | 
46 | 46 |     "lint-staged": "^15.5.2",  | 
47 | 47 |     "picocolors": "^1.1.1",  | 
48 |  | -    "playwright-chromium": "^1.53.1",  | 
 | 48 | +    "playwright-chromium": "^1.53.2",  | 
49 | 49 |     "prettier": "^3.0.3",  | 
50 | 50 |     "simple-git-hooks": "^2.13.0",  | 
51 | 51 |     "tsx": "^4.20.3",  | 
52 | 52 |     "typescript": "^5.8.3",  | 
53 |  | -    "typescript-eslint": "^8.34.1",  | 
 | 53 | +    "typescript-eslint": "^8.35.1",  | 
54 | 54 |     "vite": "^6.3.3",  | 
55 | 55 |     "vitest": "^3.2.4"  | 
56 | 56 |   },  | 
 | 
0 commit comments