|
5 | 5 | "engines": {
|
6 | 6 | "node": "^14.18.0 || >=16.0.0"
|
7 | 7 | },
|
8 |
| - "packageManager": "pnpm@10.11.1", |
| 8 | + "packageManager": "pnpm@10.12.2", |
9 | 9 | "homepage": "https://github.com/vitejs/vite-plugin-react/",
|
10 | 10 | "keywords": [
|
11 | 11 | "frontend",
|
|
21 | 21 | "format": "prettier --write --cache .",
|
22 | 22 | "lint": "eslint --cache .",
|
23 | 23 | "typecheck": "tsc -p scripts && tsc -p playground && tsc -p packages/plugin-react",
|
24 |
| - "test": "pnpm run test-serve && pnpm run test-build && pnpm --filter ./packages/plugin-react-swc run test && npm run test-full-bundle-mode", |
| 24 | + "test": "pnpm run test-unit && pnpm run test-serve && pnpm run test-build && pnpm --filter ./packages/plugin-react-swc run test && npm run test-full-bundle-mode", |
| 25 | + "test-unit": "pnpm -r --filter='./packages/*' run test-unit", |
25 | 26 | "test-serve": "vitest run -c playground/vitest.config.e2e.ts",
|
26 | 27 | "test-full-bundle-mode": "VITE_TEST_FULL_BUNDLE_MODE=1 vitest run -c playground/vitest.config.e2e.ts",
|
27 | 28 | "test-build": "VITE_TEST_BUILD=1 vitest run -c playground/vitest.config.e2e.ts",
|
|
33 | 34 | "ci-publish": "tsx scripts/publishCI.ts"
|
34 | 35 | },
|
35 | 36 | "devDependencies": {
|
36 |
| - "@eslint/js": "^9.28.0", |
| 37 | + "@eslint/js": "^9.29.0", |
37 | 38 | "@types/fs-extra": "^11.0.4",
|
38 |
| - "@types/node": "^22.15.30", |
| 39 | + "@types/node": "^22.15.32", |
39 | 40 | "@vitejs/release-scripts": "^1.5.0",
|
40 |
| - "eslint": "^9.28.0", |
41 |
| - "eslint-plugin-import-x": "^4.15.1", |
42 |
| - "eslint-plugin-n": "^17.19.0", |
43 |
| - "eslint-plugin-regexp": "^2.8.0", |
| 41 | + "eslint": "^9.29.0", |
| 42 | + "eslint-plugin-import-x": "^4.15.2", |
| 43 | + "eslint-plugin-n": "^17.20.0", |
| 44 | + "eslint-plugin-regexp": "^2.9.0", |
44 | 45 | "fs-extra": "^11.3.0",
|
45 | 46 | "globals": "^16.2.0",
|
46 | 47 | "lint-staged": "^15.5.2",
|
47 | 48 | "picocolors": "^1.1.1",
|
48 |
| - "playwright-chromium": "^1.52.0", |
| 49 | + "playwright-chromium": "^1.53.1", |
49 | 50 | "prettier": "^3.0.3",
|
50 | 51 | "simple-git-hooks": "^2.13.0",
|
51 |
| - "tsx": "^4.19.4", |
| 52 | + "tsx": "^4.20.3", |
52 | 53 | "typescript": "^5.8.3",
|
53 |
| - "typescript-eslint": "^8.33.1", |
| 54 | + "typescript-eslint": "^8.34.1", |
54 | 55 | "vite": "^6.3.3",
|
55 |
| - "vitest": "^3.2.2" |
| 56 | + "vitest": "^3.2.4" |
56 | 57 | },
|
57 | 58 | "simple-git-hooks": {
|
58 | 59 | "pre-commit": "pnpm exec lint-staged --concurrent false"
|
|
0 commit comments