|
31 | 31 | "override-vite7": "yq -i '.overrides.vite = \"^7\"' pnpm-workspace.yaml && yq -i '.overrides.\"@vitejs/plugin-react\" = \"^5\"' pnpm-workspace.yaml && yq -i '.packages += [\"!packages/plugin-react\"]' pnpm-workspace.yaml" |
32 | 32 | }, |
33 | 33 | "devDependencies": { |
34 | | - "@eslint/js": "^9.39.4", |
| 34 | + "@eslint/js": "^9.39.5", |
35 | 35 | "@types/fs-extra": "^11.0.4", |
36 | | - "@types/node": "^24.13.2", |
37 | | - "@vitejs/release-scripts": "^1.7.1", |
38 | | - "eslint": "^9.39.4", |
39 | | - "eslint-plugin-import-x": "^4.16.2", |
| 36 | + "@types/node": "^24.13.3", |
| 37 | + "@vitejs/release-scripts": "^1.8.0", |
| 38 | + "eslint": "^9.39.5", |
| 39 | + "eslint-plugin-import-x": "^4.17.1", |
40 | 40 | "eslint-plugin-n": "^17.24.0", |
41 | | - "eslint-plugin-regexp": "^3.1.0", |
42 | | - "fs-extra": "^11.3.5", |
43 | | - "globals": "^17.6.0", |
| 41 | + "eslint-plugin-regexp": "^3.1.1", |
| 42 | + "fs-extra": "^11.3.6", |
| 43 | + "globals": "^17.7.0", |
44 | 44 | "lint-staged": "^16.4.0", |
45 | | - "oxfmt": "^0.55.0", |
| 45 | + "oxfmt": "^0.58.0", |
46 | 46 | "picocolors": "^1.1.1", |
47 | | - "playwright-chromium": "^1.61.0", |
| 47 | + "playwright-chromium": "^1.61.1", |
48 | 48 | "simple-git-hooks": "^2.13.1", |
49 | 49 | "typescript": "^6.0.3", |
50 | | - "typescript-eslint": "^8.61.1", |
51 | | - "vite": "^8.0.16", |
| 50 | + "typescript-eslint": "^8.64.0", |
| 51 | + "vite": "^8.1.4", |
52 | 52 | "vite-plugin-inspect": "^11.4.1", |
53 | | - "vitest": "^4.1.9" |
| 53 | + "vitest": "^4.1.10" |
54 | 54 | }, |
55 | 55 | "simple-git-hooks": { |
56 | 56 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
72 | 72 | "engines": { |
73 | 73 | "node": "^20.19.0 || >=22.12.0" |
74 | 74 | }, |
75 | | - "packageManager": "pnpm@10.34.3" |
| 75 | + "packageManager": "pnpm@10.34.5" |
76 | 76 | } |
0 commit comments