|
27 | 27 | "dev": "pnpm -r --parallel --filter='./packages/*' run dev", |
28 | 28 | "release": "node scripts/release.ts", |
29 | 29 | "ci-publish": "node scripts/publishCI.ts", |
| 30 | + "override-react": "bash scripts/override-react.sh", |
30 | 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" |
31 | 32 | }, |
32 | 33 | "devDependencies": { |
33 | | - "@eslint/js": "^9.39.4", |
| 34 | + "@eslint/js": "^9.39.5", |
34 | 35 | "@types/fs-extra": "^11.0.4", |
35 | | - "@types/node": "^24.12.4", |
36 | | - "@vitejs/release-scripts": "^1.7.1", |
37 | | - "eslint": "^9.39.4", |
38 | | - "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", |
39 | 40 | "eslint-plugin-n": "^17.24.0", |
40 | | - "eslint-plugin-regexp": "^3.1.0", |
41 | | - "fs-extra": "^11.3.5", |
42 | | - "globals": "^17.6.0", |
| 41 | + "eslint-plugin-regexp": "^3.1.1", |
| 42 | + "fs-extra": "^11.3.6", |
| 43 | + "globals": "^17.7.0", |
43 | 44 | "lint-staged": "^16.4.0", |
44 | | - "oxfmt": "^0.53.0", |
| 45 | + "oxfmt": "^0.58.0", |
45 | 46 | "picocolors": "^1.1.1", |
46 | | - "playwright-chromium": "^1.60.0", |
| 47 | + "playwright-chromium": "^1.61.1", |
47 | 48 | "simple-git-hooks": "^2.13.1", |
48 | 49 | "typescript": "^6.0.3", |
49 | | - "typescript-eslint": "^8.60.1", |
50 | | - "vite": "^8.0.16", |
| 50 | + "typescript-eslint": "^8.64.0", |
| 51 | + "vite": "^8.1.4", |
51 | 52 | "vite-plugin-inspect": "^11.4.1", |
52 | | - "vitest": "^4.1.8" |
| 53 | + "vitest": "^4.1.10" |
53 | 54 | }, |
54 | 55 | "simple-git-hooks": { |
55 | 56 | "pre-commit": "pnpm exec lint-staged --concurrent false" |
|
71 | 72 | "engines": { |
72 | 73 | "node": "^20.19.0 || >=22.12.0" |
73 | 74 | }, |
74 | | - "packageManager": "pnpm@10.34.1" |
| 75 | + "packageManager": "pnpm@10.34.5" |
75 | 76 | } |
0 commit comments