|
5 | 5 | "engines": {
|
6 | 6 | "node": "^14.18.0 || >=16.0.0"
|
7 | 7 | },
|
8 |
| - "packageManager": "pnpm@9.14.2", |
| 8 | + "packageManager": "pnpm@9.15.1", |
9 | 9 | "homepage": "https://github.com/vitejs/vite-plugin-react/",
|
10 | 10 | "keywords": [
|
11 | 11 | "frontend",
|
|
35 | 35 | "@eslint-types/import": "^2.29.1",
|
36 | 36 | "@eslint-types/typescript-eslint": "^7.5.0",
|
37 | 37 | "@types/fs-extra": "^11.0.4",
|
38 |
| - "@types/node": "^20.17.7", |
| 38 | + "@types/node": "^20.17.10", |
39 | 39 | "@typescript-eslint/eslint-plugin": "^7.18.0",
|
40 | 40 | "@typescript-eslint/parser": "^7.18.0",
|
41 | 41 | "@vitejs/release-scripts": "^1.3.2",
|
42 | 42 | "eslint": "^8.57.1",
|
43 | 43 | "eslint-define-config": "^2.1.0",
|
44 | 44 | "eslint-plugin-import": "^2.31.0",
|
45 |
| - "eslint-plugin-n": "^17.14.0", |
| 45 | + "eslint-plugin-n": "^17.15.1", |
46 | 46 | "eslint-plugin-regexp": "^2.7.0",
|
47 | 47 | "fs-extra": "^11.2.0",
|
48 |
| - "lint-staged": "^15.2.10", |
| 48 | + "lint-staged": "^15.2.11", |
49 | 49 | "npm-run-all2": "^6.2.6",
|
50 | 50 | "picocolors": "^1.1.1",
|
51 |
| - "playwright-chromium": "^1.49.0", |
| 51 | + "playwright-chromium": "^1.49.1", |
52 | 52 | "prettier": "^3.0.3",
|
53 | 53 | "simple-git-hooks": "^2.11.1",
|
54 | 54 | "tsx": "^4.19.2",
|
55 | 55 | "typescript": "^5.7.2",
|
56 |
| - "vite": "^6.0.0", |
57 |
| - "vitest": "^2.1.5" |
| 56 | + "vite": "^6.0.6", |
| 57 | + "vitest": "^2.1.8" |
58 | 58 | },
|
59 | 59 | "simple-git-hooks": {
|
60 | 60 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
0 commit comments