|
5 | 5 | "engines": {
|
6 | 6 | "node": "^14.18.0 || >=16.0.0"
|
7 | 7 | },
|
8 |
| - "packageManager": "pnpm@10.6.5", |
| 8 | + "packageManager": "pnpm@10.8.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.22.0", |
| 35 | + "@eslint/js": "^9.24.0", |
36 | 36 | "@types/fs-extra": "^11.0.4",
|
37 |
| - "@types/node": "^22.13.15", |
38 |
| - "@vitejs/release-scripts": "^1.3.2", |
39 |
| - "eslint": "^9.22.0", |
40 |
| - "eslint-plugin-import-x": "^4.8.0", |
41 |
| - "eslint-plugin-n": "^17.16.2", |
| 37 | + "@types/node": "^22.14.0", |
| 38 | + "@vitejs/release-scripts": "^1.4.0", |
| 39 | + "eslint": "^9.24.0", |
| 40 | + "eslint-plugin-import-x": "^4.10.2", |
| 41 | + "eslint-plugin-n": "^17.17.0", |
42 | 42 | "eslint-plugin-regexp": "^2.7.0",
|
43 |
| - "fs-extra": "^11.2.0", |
| 43 | + "fs-extra": "^11.3.0", |
44 | 44 | "globals": "^16.0.0",
|
45 |
| - "lint-staged": "^15.2.10", |
| 45 | + "lint-staged": "^15.5.0", |
46 | 46 | "picocolors": "^1.1.1",
|
47 | 47 | "playwright-chromium": "^1.51.1",
|
48 | 48 | "prettier": "^3.0.3",
|
49 |
| - "simple-git-hooks": "^2.11.1", |
50 |
| - "tsx": "^4.19.2", |
51 |
| - "typescript": "^5.7.2", |
52 |
| - "typescript-eslint": "^8.26.1", |
| 49 | + "simple-git-hooks": "^2.12.1", |
| 50 | + "tsx": "^4.19.3", |
| 51 | + "typescript": "^5.8.3", |
| 52 | + "typescript-eslint": "^8.29.1", |
53 | 53 | "vite": "^6.0.0",
|
54 |
| - "vitest": "^3.0.4" |
| 54 | + "vitest": "^3.1.1" |
55 | 55 | },
|
56 | 56 | "simple-git-hooks": {
|
57 | 57 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
0 commit comments