diff --git a/apps/v4/public/r/styles/new-york-v4/registry.json b/apps/v4/public/r/styles/new-york-v4/registry.json index 1ffea644d..b9a114582 100644 --- a/apps/v4/public/r/styles/new-york-v4/registry.json +++ b/apps/v4/public/r/styles/new-york-v4/registry.json @@ -530,7 +530,7 @@ { "name": "resizable", "dependencies": [ - "react-resizable-panels@^3" + "react-resizable-panels@^4" ], "files": [ { diff --git a/apps/v4/public/r/styles/new-york-v4/resizable.json b/apps/v4/public/r/styles/new-york-v4/resizable.json index 30ff10a45..545a92269 100644 --- a/apps/v4/public/r/styles/new-york-v4/resizable.json +++ b/apps/v4/public/r/styles/new-york-v4/resizable.json @@ -2,7 +2,7 @@ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "resizable", "dependencies": [ - "react-resizable-panels@^3" + "react-resizable-panels@^4" ], "files": [ { diff --git a/apps/v4/registry/new-york-v4/ui/_registry.ts b/apps/v4/registry/new-york-v4/ui/_registry.ts index c040e42b7..a1b214f33 100644 --- a/apps/v4/registry/new-york-v4/ui/_registry.ts +++ b/apps/v4/registry/new-york-v4/ui/_registry.ts @@ -404,7 +404,7 @@ export const ui: Registry["items"] = [ { name: "resizable", type: "registry:ui", - dependencies: ["react-resizable-panels@^3"], + dependencies: ["react-resizable-panels@^4"], files: [ { path: "ui/resizable.tsx",