From 70f443a3f0a0f81dfd52eb0cdd77f7f8f072dd70 Mon Sep 17 00:00:00 2001 From: KUNJ SHAH <154980682+KunjShah95@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:46:04 +0000 Subject: [PATCH] Add new dependencies and update package-lock.json - Added @mendable/firecrawl-js (v1.10.0) and @radix-ui/react-dialog (v1.1.4) to dependencies. - Included sonner (v1.7.2) for notifications. - Updated axios to v1.10.0 and form-data to v4.0.3. - Introduced aria-hidden (v1.2.6) and combined-stream (v1.0.8) for improved functionality. - Added react-remove-scroll and related packages for better scroll management. - Updated various peer dependencies for compatibility with React 16.8 and above. - Adjusted integrity hashes and resolved versions in package-lock.json. --- app/search.tsx | 9 +- components/ui/input.tsx | 5 +- package-lock.json | 554 ++++++++++++++++++++++++++++++++++++++-- 3 files changed, 546 insertions(+), 22 deletions(-) diff --git a/app/search.tsx b/app/search.tsx index 8c0ddea..13337f0 100644 --- a/app/search.tsx +++ b/app/search.tsx @@ -14,20 +14,21 @@ interface SearchComponentProps { export function SearchComponent({ handleSubmit, input, handleInputChange, isLoading }: SearchComponentProps) { return (
-
+