|
30 | 30 | "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" |
31 | 31 | }, |
32 | 32 | "devDependencies": { |
33 | | - "@eslint/js": "^9.39.3", |
| 33 | + "@eslint/js": "^9.39.4", |
34 | 34 | "@types/fs-extra": "^11.0.4", |
35 | | - "@types/node": "^24.11.0", |
| 35 | + "@types/node": "^24.12.2", |
36 | 36 | "@vitejs/release-scripts": "^1.6.0", |
37 | | - "eslint": "^9.39.3", |
38 | | - "eslint-plugin-import-x": "^4.16.1", |
| 37 | + "eslint": "^9.39.4", |
| 38 | + "eslint-plugin-import-x": "^4.16.2", |
39 | 39 | "eslint-plugin-n": "^17.24.0", |
40 | | - "eslint-plugin-regexp": "^3.0.0", |
41 | | - "fs-extra": "^11.3.3", |
| 40 | + "eslint-plugin-regexp": "^3.1.0", |
| 41 | + "fs-extra": "^11.3.4", |
42 | 42 | "globals": "^17.4.0", |
43 | | - "lint-staged": "^16.3.1", |
44 | | - "oxfmt": "^0.36.0", |
| 43 | + "lint-staged": "^16.4.0", |
| 44 | + "oxfmt": "^0.43.0", |
45 | 45 | "picocolors": "^1.1.1", |
46 | | - "playwright-chromium": "^1.58.2", |
| 46 | + "playwright-chromium": "^1.59.1", |
47 | 47 | "simple-git-hooks": "^2.13.1", |
48 | 48 | "typescript": "^5.9.3", |
49 | | - "typescript-eslint": "^8.56.1", |
50 | | - "vite": "^8.0.0-beta.16", |
| 49 | + "typescript-eslint": "^8.58.0", |
| 50 | + "vite": "^8.0.3", |
51 | 51 | "vite-plugin-inspect": "^11.3.3", |
52 | | - "vitest": "^4.0.18" |
| 52 | + "vitest": "^4.1.2" |
53 | 53 | }, |
54 | 54 | "simple-git-hooks": { |
55 | 55 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
71 | 71 | "engines": { |
72 | 72 | "node": "^20.19.0 || >=22.12.0" |
73 | 73 | }, |
74 | | - "packageManager": "pnpm@10.30.3" |
| 74 | + "packageManager": "pnpm@10.33.0" |
75 | 75 | } |
0 commit comments