|
5 | 5 | "scripts": {
|
6 | 6 | "build": "NODE_ENV=production next build",
|
7 | 7 | "clean": "git clean -xdf .next .turbo node_modules",
|
8 |
| - "dev": "next dev -p 3000", |
| 8 | + "dev": "next dev --turbopack -p 3000", |
9 | 9 | "lint": "next lint",
|
10 | 10 | "format": "biome format --write .",
|
11 | 11 | "start": "next start",
|
|
17 | 17 | "@midday/ui": "workspace:*",
|
18 | 18 | "@openpanel/nextjs": "^1.0.5",
|
19 | 19 | "@openstatus/react": "^0.0.3",
|
20 |
| - "@team-plain/typescript-sdk": "4.9.0", |
| 20 | + "@team-plain/typescript-sdk": "5.5.0", |
21 | 21 | "@uidotdev/usehooks": "^2.4.1",
|
22 | 22 | "d3": "^7.9.0",
|
23 | 23 | "date-fns": "^4.1.0",
|
24 |
| - "framer-motion": "^11.11.1", |
| 24 | + "framer-motion": "^11.11.17", |
25 | 25 | "geist": "^1.3.1",
|
26 |
| - "next": "14.2.1", |
| 26 | + "next": "15.0.3", |
27 | 27 | "next-mdx-remote": "^5.0.0",
|
28 |
| - "next-safe-action": "^7.9.3", |
29 |
| - "next-themes": "^0.3.0", |
30 |
| - "react": "18.3.1", |
31 |
| - "react-dom": "18.3.1", |
| 28 | + "next-safe-action": "^7.9.9", |
| 29 | + "react": "19.0.0-rc-66855b96-20241106", |
| 30 | + "react-dom": "19.0.0-rc-66855b96-20241106", |
32 | 31 | "react-hls-player": "^3.0.7",
|
33 | 32 | "react-use-draggable-scroll": "^0.4.7",
|
34 | 33 | "server-only": "^0.0.1",
|
35 | 34 | "sharp": "^0.33.5",
|
36 |
| - "sugar-high": "^0.7.1" |
| 35 | + "sugar-high": "^0.7.5" |
37 | 36 | },
|
38 | 37 | "devDependencies": {
|
39 | 38 | "@midday/tsconfig": "workspace:*",
|
40 |
| - "@types/node": "^22.7.4", |
41 |
| - "@types/react": "^18.3.11", |
42 |
| - "@types/react-dom": "^18.3.0" |
| 39 | + "@types/node": "^22.9.0", |
| 40 | + "@types/react": "npm:[email protected]", |
| 41 | + "@types/react-dom": "npm:[email protected]" |
| 42 | + }, |
| 43 | + "overrides": { |
| 44 | + "@types/react": "npm:[email protected]", |
| 45 | + "@types/react-dom": "npm:[email protected]" |
43 | 46 | }
|
44 | 47 | }
|
0 commit comments