|
18 | 18 | "scripts": {
|
19 | 19 | "dev": "bunx --bun vite",
|
20 | 20 | "dev:fullscreen": "VITE_DECORATOR_MODE=fullscreen bunx --bun vite",
|
21 |
| - "build": "bunx --bun vite build", |
| 21 | + "build": "vite build", |
22 | 22 | "build:watch": "bunx --bun vite build --watch",
|
23 | 23 | "build-and-preview": "bunx --bun vite build && bunx --bun vite preview",
|
24 | 24 | "preview": "bunx --bun vite preview",
|
25 | 25 | "build:preview": "bunx --bun vite build --config preview.vite.config.ts",
|
26 | 26 | "test": "vitest"
|
27 | 27 | },
|
28 | 28 | "devDependencies": {
|
29 |
| - "@types/react": "^18.2.75", |
30 |
| - "@types/react-dom": "^18.2.24", |
31 |
| - "@vitejs/plugin-react": "^4.2.1", |
| 29 | + "@types/react": "^18.3.11", |
| 30 | + "@types/react-dom": "^18.3.1", |
| 31 | + "@vitejs/plugin-react": "^4.3.2", |
32 | 32 | "autoprefixer": "^10.4.19",
|
33 | 33 | "concurrently": "^9.0.0",
|
34 |
| - "msw": "^2.2.13", |
| 34 | + "msw": "^2.4.11", |
35 | 35 | "postcss": "^8.4.38",
|
36 | 36 | "postcss-import": "^16.1.0",
|
37 | 37 | "react": "^18.2.0",
|
38 | 38 | "react-dom": "^18.2.0",
|
39 | 39 | "tailwindcss": "^3.4.3",
|
40 |
| - "typescript": "^5.4.4", |
41 |
| - "vite": "^5.2.8", |
42 |
| - "vitest": "^2.0.4", |
| 40 | + "typescript": "^5.6.3", |
| 41 | + "vite": "^5.4.9", |
| 42 | + "vitest": "^2.1.3", |
43 | 43 | "vitest-websocket-mock": "^0.4.0"
|
44 | 44 | },
|
45 | 45 | "peerDependencies": {
|
|
0 commit comments