|
5 | 5 | "engines": { |
6 | 6 | "node": "^14.18.0 || >=16.0.0" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@10.8.1", |
| 8 | + "packageManager": "pnpm@10.9.0", |
9 | 9 | "homepage": "https://github.com/vitejs/vite-plugin-react/", |
10 | 10 | "keywords": [ |
11 | 11 | "frontend", |
|
32 | 32 | "ci-publish": "tsx scripts/publishCI.ts" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@eslint/js": "^9.24.0", |
| 35 | + "@eslint/js": "^9.25.1", |
36 | 36 | "@types/fs-extra": "^11.0.4", |
37 | | - "@types/node": "^22.14.1", |
| 37 | + "@types/node": "^22.15.2", |
38 | 38 | "@vitejs/release-scripts": "^1.5.0", |
39 | | - "eslint": "^9.24.0", |
40 | | - "eslint-plugin-import-x": "^4.10.3", |
| 39 | + "eslint": "^9.25.1", |
| 40 | + "eslint-plugin-import-x": "^4.11.0", |
41 | 41 | "eslint-plugin-n": "^17.17.0", |
42 | 42 | "eslint-plugin-regexp": "^2.7.0", |
43 | 43 | "fs-extra": "^11.3.0", |
44 | 44 | "globals": "^16.0.0", |
45 | 45 | "lint-staged": "^15.5.1", |
46 | 46 | "picocolors": "^1.1.1", |
47 | | - "playwright-chromium": "^1.51.1", |
| 47 | + "playwright-chromium": "^1.52.0", |
48 | 48 | "prettier": "^3.0.3", |
49 | | - "simple-git-hooks": "^2.12.1", |
| 49 | + "simple-git-hooks": "^2.13.0", |
50 | 50 | "tsx": "^4.19.3", |
51 | 51 | "typescript": "^5.8.3", |
52 | | - "typescript-eslint": "^8.30.1", |
53 | | - "vite": "^6.2.6", |
54 | | - "vitest": "^3.1.1" |
| 52 | + "typescript-eslint": "^8.31.0", |
| 53 | + "vite": "^6.3.3", |
| 54 | + "vitest": "^3.1.2" |
55 | 55 | }, |
56 | 56 | "simple-git-hooks": { |
57 | 57 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
0 commit comments