|
14 | 14 | "build": "bun run scripts/build.ts", |
15 | 15 | "build:prod": "bun run scripts/build.ts ENV=production && workbox injectManifest workbox-config.json", |
16 | 16 | "compile": "bun build --compile --minify --sourcemap --bytecode src/server/index.ts --outfile main", |
17 | | - "dev": "vite", |
| 17 | + "dev": "bunx --bun vite", |
18 | 18 | "start": "bun run src/server/index.ts" |
19 | 19 | }, |
20 | 20 | "devDependencies": { |
21 | 21 | "@biomejs/biome": "1.9.4", |
22 | | - "@clerk/clerk-react": "^5.30.0", |
| 22 | + "@clerk/clerk-react": "^5.30.4", |
23 | 23 | "@emotion/react": "^11.14.0", |
24 | 24 | "@emotion/styled": "^11.14.0", |
25 | | - "@evilmartians/lefthook": "^1.11.11", |
| 25 | + "@evilmartians/lefthook": "^1.11.12", |
26 | 26 | "@mui/icons-material": "^7.0.2", |
27 | 27 | "@mui/material": "^7.0.2", |
28 | | - "@tanstack/react-query": "^5.74.4", |
| 28 | + "@tanstack/react-query": "^5.75.2", |
29 | 29 | "@types/bun": "latest", |
30 | 30 | "@types/react": "^19.1.2", |
31 | | - "@types/react-dom": "^19.1.2", |
| 31 | + "@types/react-dom": "^19.1.3", |
32 | 32 | "@vitejs/plugin-react": "^4.4.1", |
33 | 33 | "bun-copy-plugin": "^0.2.1", |
34 | 34 | "discit-types": "^2.1.0", |
35 | 35 | "react": "^19.1.0", |
36 | 36 | "react-dom": "^19.1.0", |
37 | | - "react-error-boundary": "^5.0.0", |
38 | 37 | "react-hot-toast": "^2.5.2", |
39 | | - "react-infinite-scroll-hook": "^5.0.2", |
40 | | - "react-router-dom": "^7.5.2", |
| 38 | + "react-infinite-scroll-hook": "^6.0.0", |
| 39 | + "react-router-dom": "^7.5.3", |
41 | 40 | "typescript": "^5.8.3", |
42 | | - "vite": "^6.3.4", |
| 41 | + "vite": "^6.3.5", |
43 | 42 | "vite-tsconfig-paths": "^5.1.4", |
44 | 43 | "workbox-cli": "^7.3.0", |
45 | 44 | "workbox-routing": "^7.3.0", |
|
0 commit comments