chore: bump versions (#845)

This commit is contained in:
Jeremy 2025-03-04 18:00:14 -08:00 committed by GitHub
parent 9dd9a9898c
commit c58fd528fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 89 additions and 113 deletions

View file

@ -1,5 +1,5 @@
import { Suggestion } from '@/lib/db/schema';
import { UseChatHelpers } from 'ai/react';
import { UseChatHelpers } from '@ai-sdk/react';
import { ComponentType, Dispatch, ReactNode, SetStateAction } from 'react';
import { DataStreamDelta } from './data-stream-handler';
import { UIArtifact } from './artifact';