diff --git a/apps/chat-api/package.json b/apps/chat-api/package.json index b79af5fb00..16732b1864 100644 --- a/apps/chat-api/package.json +++ b/apps/chat-api/package.json @@ -28,6 +28,7 @@ }, "devDependencies": { "@typebot.io/tsconfig": "workspace:*", - "react": "18.2.0" + "react": "18.2.0", + "@types/react": "18.2.15" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 8e616ea407..b3b9492bf1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -418,6 +418,9 @@ importers: '@typebot.io/tsconfig': specifier: workspace:* version: link:../../packages/tsconfig + '@types/react': + specifier: 18.2.15 + version: 18.2.15 react: specifier: 18.2.0 version: 18.2.0