|
5 | 5 | "engines": {
|
6 | 6 | "node": "^14.18.0 || >=16.0.0"
|
7 | 7 | },
|
8 |
| - "packageManager": "pnpm@10.11.1", |
| 8 | + "packageManager": "pnpm@10.12.1", |
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.28.0", |
| 35 | + "@eslint/js": "^9.29.0", |
36 | 36 | "@types/fs-extra": "^11.0.4",
|
37 |
| - "@types/node": "^22.15.30", |
| 37 | + "@types/node": "^22.15.31", |
38 | 38 | "@vitejs/release-scripts": "^1.5.0",
|
39 |
| - "eslint": "^9.28.0", |
40 |
| - "eslint-plugin-import-x": "^4.15.1", |
41 |
| - "eslint-plugin-n": "^17.19.0", |
42 |
| - "eslint-plugin-regexp": "^2.8.0", |
| 39 | + "eslint": "^9.29.0", |
| 40 | + "eslint-plugin-import-x": "^4.15.2", |
| 41 | + "eslint-plugin-n": "^17.20.0", |
| 42 | + "eslint-plugin-regexp": "^2.9.0", |
43 | 43 | "fs-extra": "^11.3.0",
|
44 | 44 | "globals": "^16.2.0",
|
45 | 45 | "lint-staged": "^15.5.2",
|
46 | 46 | "picocolors": "^1.1.1",
|
47 |
| - "playwright-chromium": "^1.52.0", |
| 47 | + "playwright-chromium": "^1.53.0", |
48 | 48 | "prettier": "^3.0.3",
|
49 | 49 | "simple-git-hooks": "^2.13.0",
|
50 |
| - "tsx": "^4.19.4", |
| 50 | + "tsx": "^4.20.3", |
51 | 51 | "typescript": "^5.8.3",
|
52 |
| - "typescript-eslint": "^8.33.1", |
| 52 | + "typescript-eslint": "^8.34.0", |
53 | 53 | "vite": "^6.3.3",
|
54 |
| - "vitest": "^3.2.2" |
| 54 | + "vitest": "^3.2.3" |
55 | 55 | },
|
56 | 56 | "simple-git-hooks": {
|
57 | 57 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
0 commit comments