|
5 | 5 | "engines": {
|
6 | 6 | "node": "^20.19.0 || >=22.12.0"
|
7 | 7 | },
|
8 |
| - "packageManager": "pnpm@10.14.0", |
| 8 | + "packageManager": "pnpm@10.15.0", |
9 | 9 | "homepage": "https://github.com/vitejs/vite-plugin-react/",
|
10 | 10 | "keywords": [
|
11 | 11 | "frontend",
|
|
29 | 29 | "debug-build": "VITE_TEST_BUILD=1 VITE_PRESERVE_BUILD_ARTIFACTS=1 vitest run -c playground/vitest.config.e2e.ts",
|
30 | 30 | "build": "pnpm -r --filter='./packages/*' run build",
|
31 | 31 | "dev": "pnpm -r --parallel --filter='./packages/*' run dev",
|
32 |
| - "release": "tsx scripts/release.ts", |
33 |
| - "ci-publish": "tsx scripts/publishCI.ts" |
| 32 | + "release": "node scripts/release.ts", |
| 33 | + "ci-publish": "node scripts/publishCI.ts" |
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@eslint/js": "^9.33.0", |
| 36 | + "@eslint/js": "^9.34.0", |
37 | 37 | "@types/fs-extra": "^11.0.4",
|
38 |
| - "@types/node": "^22.17.1", |
| 38 | + "@types/node": "^22.18.0", |
39 | 39 | "@vitejs/release-scripts": "^1.6.0",
|
40 |
| - "eslint": "^9.33.0", |
| 40 | + "eslint": "^9.34.0", |
41 | 41 | "eslint-plugin-import-x": "^4.16.1",
|
42 | 42 | "eslint-plugin-n": "^17.21.3",
|
43 | 43 | "eslint-plugin-regexp": "^2.10.0",
|
44 | 44 | "fs-extra": "^11.3.1",
|
45 | 45 | "globals": "^16.3.0",
|
46 | 46 | "lint-staged": "^15.5.2",
|
47 | 47 | "picocolors": "^1.1.1",
|
48 |
| - "playwright-chromium": "^1.54.2", |
| 48 | + "playwright-chromium": "^1.55.0", |
49 | 49 | "prettier": "^3.6.2",
|
50 | 50 | "simple-git-hooks": "^2.13.1",
|
51 |
| - "tsx": "^4.20.3", |
52 | 51 | "typescript": "^5.9.2",
|
53 |
| - "typescript-eslint": "^8.39.0", |
54 |
| - "vite": "^7.1.1", |
| 52 | + "typescript-eslint": "^8.41.0", |
| 53 | + "vite": "^7.1.3", |
| 54 | + "vite-plugin-inspect": "^11.3.3", |
55 | 55 | "vitest": "^3.2.4"
|
56 | 56 | },
|
57 | 57 | "simple-git-hooks": {
|
|
0 commit comments