|
5 | 5 | "engines": { |
6 | 6 | "node": "^14.18.0 || >=16.0.0" |
7 | 7 | }, |
8 | | - "packageManager": "pnpm@9.11.0", |
| 8 | + "packageManager": "pnpm@9.12.2", |
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.16.10", |
| 38 | + "@types/node": "^20.17.0", |
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 | | - "eslint-plugin-import": "^2.30.0", |
45 | | - "eslint-plugin-n": "^17.10.3", |
| 44 | + "eslint-plugin-import": "^2.31.0", |
| 45 | + "eslint-plugin-n": "^17.11.1", |
46 | 46 | "eslint-plugin-regexp": "^2.6.0", |
47 | 47 | "fs-extra": "^11.2.0", |
48 | 48 | "lint-staged": "^15.2.10", |
49 | | - "npm-run-all2": "^6.2.3", |
50 | | - "picocolors": "^1.1.0", |
51 | | - "playwright-chromium": "^1.47.2", |
| 49 | + "npm-run-all2": "^6.2.6", |
| 50 | + "picocolors": "^1.1.1", |
| 51 | + "playwright-chromium": "^1.48.1", |
52 | 52 | "prettier": "^3.0.3", |
53 | 53 | "simple-git-hooks": "^2.11.1", |
54 | 54 | "tsx": "^4.19.1", |
55 | | - "typescript": "^5.6.2", |
56 | | - "vite": "^5.4.8", |
57 | | - "vitest": "^2.1.1" |
| 55 | + "typescript": "^5.6.3", |
| 56 | + "vite": "^5.4.10", |
| 57 | + "vitest": "^2.1.3" |
58 | 58 | }, |
59 | 59 | "simple-git-hooks": { |
60 | 60 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
0 commit comments