|
6 | 6 | "scripts": { |
7 | 7 | "dev": "bun --bun vite", |
8 | 8 | "start": "bun --bun vite", |
9 | | - "build": "bun --bun vite build && bun ./node_modules/typescript7/bin/tsc", |
| 9 | + "build": "bun --bun vite build && bun --bun tsc", |
10 | 10 | "serve": "bun --bun vite preview", |
11 | 11 | "test": "bun --bun vitest run --exclude 'tools/oxlint/rules/**' --maxWorkers=4 && bun run test:lint-rules", |
12 | 12 | "test:watch": "bun --bun vitest --exclude 'tools/oxlint/rules/**' --maxWorkers=4", |
13 | 13 | "test:coverage": "bun --bun vitest run --coverage --exclude 'tools/oxlint/rules/**' --maxWorkers=4", |
14 | 14 | "test:lint-rules": "bun --bun vitest run tools/oxlint/rules --maxWorkers=1 --outputFile.junit=./test-results/junit-webapp-lint-rules.xml", |
15 | 15 | "test:storybook": "bun --bun vitest run --config vitest.config.storybook.ts", |
16 | | - "typecheck": "bun ./node_modules/typescript7/bin/tsc --noEmit", |
| 16 | + "typecheck": "bun --bun tsc --noEmit", |
17 | 17 | "format": "cd .. && oxfmt --write 'webapp/**/*.{js,jsx,ts,tsx,json,jsonc,css}'", |
18 | 18 | "format:check": "cd .. && oxfmt --check 'webapp/**/*.{js,jsx,ts,tsx,json,jsonc,css}'", |
19 | 19 | "lint": "cd .. && oxlint webapp", |
|
68 | 68 | "devDependencies": { |
69 | 69 | "@chromatic-com/storybook": "5.2.1", |
70 | 70 | "@gitlab/svgs": "^3.160.0", |
71 | | - "@hey-api/openapi-ts": "0.97.3", |
| 71 | + "@hey-api/openapi-ts": "0.0.0-next-20260824173136", |
72 | 72 | "@oxlint/plugins": "1.79.0", |
73 | 73 | "@playwright/test": "1.60.0", |
74 | 74 | "@primer/primitives": "11.9.0", |
|
105 | 105 | "storybook": "10.4.0", |
106 | 106 | "tailwindcss": "4.3.0", |
107 | 107 | "tailwindcss-animate": "1.0.7", |
108 | | - "typescript": "6.0.3", |
109 | | - "typescript7": "npm:typescript@7.0.2", |
| 108 | + "typescript": "7.0.2", |
110 | 109 | "vite": "8.2.2", |
111 | 110 | "vite-plugin-terminal": "1.4.0", |
112 | 111 | "vitest": "4.1.11" |
|
0 commit comments