fix: resizable version in registry

This commit is contained in:
shadcn
2026-02-04 19:52:12 +04:00
parent e7d36b7e21
commit a2b9dedbb7
3 changed files with 3 additions and 3 deletions

View File

@@ -530,7 +530,7 @@
{
"name": "resizable",
"dependencies": [
"react-resizable-panels@^3"
"react-resizable-panels@^4"
],
"files": [
{

View File

@@ -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": [
{

View File

@@ -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",