mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-02-09 02:49:29 +08:00
fix: resizable version in registry
This commit is contained in:
@@ -530,7 +530,7 @@
|
||||
{
|
||||
"name": "resizable",
|
||||
"dependencies": [
|
||||
"react-resizable-panels@^3"
|
||||
"react-resizable-panels@^4"
|
||||
],
|
||||
"files": [
|
||||
{
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user