diff --git a/packages/react-playground/package.json b/packages/react-playground/package.json index 42448a2c0..023f3a72b 100644 --- a/packages/react-playground/package.json +++ b/packages/react-playground/package.json @@ -47,7 +47,7 @@ "zustand": "^4.5.4" }, "peerDependencies": { - "@assistant-ui/react": "^0.4.4", + "@assistant-ui/react": "^0.5.0", "@types/react": "*", "react": "^18", "tailwindcss": "^3.4.4" diff --git a/packages/react-syntax-highlighter/package.json b/packages/react-syntax-highlighter/package.json index 8583f11a7..f44f22f89 100644 --- a/packages/react-syntax-highlighter/package.json +++ b/packages/react-syntax-highlighter/package.json @@ -28,7 +28,7 @@ }, "peerDependencies": { "@assistant-ui/react": "^0.5.0", - "@assistant-ui/react-markdown": "^0.1.0", + "@assistant-ui/react-markdown": "^0.2.0", "@types/react": "*", "@types/react-syntax-highlighter": "*", "react": "^18",