|
5 | 5 | "engines": {
|
6 | 6 | "node": "^20.19.0 || >=22.12.0"
|
7 | 7 | },
|
8 |
| - "packageManager": "[email protected].0", |
| 8 | + "packageManager": "[email protected].1", |
9 | 9 | "homepage": "https://github.com/vitejs/vite-plugin-react/",
|
10 | 10 | "keywords": [
|
11 | 11 | "frontend",
|
|
35 | 35 | "devDependencies": {
|
36 | 36 | "@eslint/js": "^9.36.0",
|
37 | 37 | "@types/fs-extra": "^11.0.4",
|
38 |
| - "@types/node": "^22.18.6", |
| 38 | + "@types/node": "^22.18.7", |
39 | 39 | "@vitejs/release-scripts": "^1.6.0",
|
40 | 40 | "eslint": "^9.36.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.1.6", |
| 46 | + "lint-staged": "^16.2.3", |
47 | 47 | "picocolors": "^1.1.1",
|
48 |
| - "playwright-chromium": "^1.55.0", |
| 48 | + "playwright-chromium": "^1.55.1", |
49 | 49 | "prettier": "^3.6.2",
|
50 | 50 | "simple-git-hooks": "^2.13.1",
|
51 | 51 | "typescript": "^5.9.2",
|
52 |
| - "typescript-eslint": "^8.44.0", |
53 |
| - "vite": "^7.1.6", |
| 52 | + "typescript-eslint": "^8.45.0", |
| 53 | + "vite": "^7.1.7", |
54 | 54 | "vite-plugin-inspect": "^11.3.3",
|
55 | 55 | "vitest": "^3.2.4"
|
56 | 56 | },
|
|
0 commit comments