|
26 | 26 | "./package.json": "./package.json" |
27 | 27 | }, |
28 | 28 | "scripts": { |
| 29 | + "prepare": "playwright install", |
29 | 30 | "build": "tsdown", |
30 | 31 | "check": "biome check && tsc --noEmit", |
31 | 32 | "fix": "biome check --fix", |
32 | | - "test": "concurrently \"vitest --watch --ui --coverage\" \"(cd tests && relay-compiler -w)\"", |
| 33 | + "test": "concurrently \"vitest --watch --coverage\" \"(cd tests && relay-compiler -w)\"", |
33 | 34 | "ci:test": "(cd tests && relay-compiler) && vitest run --coverage", |
34 | 35 | "ci:version": "changeset version && biome check --fix", |
35 | 36 | "ci:publish": "pnpm publish -r" |
|
46 | 47 | "devDependencies": { |
47 | 48 | "@biomejs/biome": "^2.4.4", |
48 | 49 | "@changesets/cli": "^2.29.8", |
49 | | - "@solidjs/testing-library": "^0.8.10", |
50 | 50 | "@testing-library/jest-dom": "^6.9.1", |
51 | 51 | "@types/node": "^24.10.14", |
52 | 52 | "@types/relay-runtime": "^20.1.1", |
53 | 53 | "@types/relay-test-utils": "^19.0.0", |
| 54 | + "@vitest/browser-playwright": "^4.0.18", |
54 | 55 | "@vitest/coverage-v8": "^4.0.18", |
55 | 56 | "@vitest/ui": "^4.0.18", |
56 | 57 | "concurrently": "^9.2.1", |
57 | | - "happy-dom": "^20.7.0", |
58 | 58 | "magic-string": "^0.30.21", |
| 59 | + "meros": "^1.3.2", |
59 | 60 | "minimatch": "^10.2.4", |
60 | 61 | "oxc-parser": "^0.115.0", |
61 | 62 | "oxc-walker": "^0.7.0", |
62 | 63 | "pkg-pr-new": "^0.0.63", |
| 64 | + "playwright": "^1.58.2", |
63 | 65 | "publint": "^0.3.17", |
64 | 66 | "relay-compiler": "^20.1.1", |
65 | 67 | "relay-runtime": "^20.1.1", |
66 | 68 | "relay-test-utils": "^20.1.1", |
67 | 69 | "solid-js": "^1.9.11", |
68 | 70 | "tsdown": "^0.20.3", |
69 | 71 | "typescript": "^5.9.3", |
| 72 | + "vite-plugin-cjs-interop": "^2.4.2", |
70 | 73 | "vite-plugin-relay-lite": "^0.12.0", |
71 | 74 | "vite-plugin-solid": "^2.11.10", |
72 | 75 | "vitest": "^4.0.18" |
|
0 commit comments