[dyad] Downgraded packages to fix build error - wrote 2 file(s)

This commit is contained in:
[dyad]
2026-01-30 09:44:28 +01:00
parent f71e70de27
commit f05bc7d830
2 changed files with 5 additions and 6 deletions

View File

@@ -47,11 +47,11 @@
"embla-carousel-react": "^8.6.0", "embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2", "input-otp": "^1.4.2",
"lucide-react": "^0.511.0", "lucide-react": "^0.511.0",
"next": "15.3.8", "next": "14.2.3",
"next-themes": "^0.4.6", "next-themes": "^0.4.6",
"react": "^19.2.1", "react": "^18.2.0",
"react-day-picker": "^8.10.1", "react-day-picker": "^8.10.1",
"react-dom": "^19.2.1", "react-dom": "^18.2.0",
"react-hook-form": "^7.56.4", "react-hook-form": "^7.56.4",
"react-resizable-panels": "^3.0.2", "react-resizable-panels": "^3.0.2",
"recharts": "^2.15.3", "recharts": "^2.15.3",
@@ -64,8 +64,8 @@
"devDependencies": { "devDependencies": {
"@dyad-sh/nextjs-webpack-component-tagger": "^0.8.0", "@dyad-sh/nextjs-webpack-component-tagger": "^0.8.0",
"@types/node": "^20", "@types/node": "^20",
"@types/react": "^19", "@types/react": "^18.2.0",
"@types/react-dom": "^19", "@types/react-dom": "^18.2.0",
"postcss": "^8", "postcss": "^8",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",
"typescript": "^5" "typescript": "^5"

View File

@@ -6,7 +6,6 @@ import { ArrowLeft } from "lucide-react";
type ClipPageProps = { type ClipPageProps = {
params: { id: string }; params: { id: string };
searchParams: { [key: string]: string | string[] | undefined };
}; };
export default async function ClipPage({ params }: ClipPageProps) { export default async function ClipPage({ params }: ClipPageProps) {