Skip to content

Commit a2b9ded

Browse files
committed
fix: resizable version in registry
1 parent e7d36b7 commit a2b9ded

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/v4/public/r/styles/new-york-v4/registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
{
531531
"name": "resizable",
532532
"dependencies": [
533-
"react-resizable-panels@^3"
533+
"react-resizable-panels@^4"
534534
],
535535
"files": [
536536
{

apps/v4/public/r/styles/new-york-v4/resizable.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://ui.shadcn.com/schema/registry-item.json",
33
"name": "resizable",
44
"dependencies": [
5-
"react-resizable-panels@^3"
5+
"react-resizable-panels@^4"
66
],
77
"files": [
88
{

apps/v4/registry/new-york-v4/ui/_registry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ export const ui: Registry["items"] = [
404404
{
405405
name: "resizable",
406406
type: "registry:ui",
407-
dependencies: ["react-resizable-panels@^3"],
407+
dependencies: ["react-resizable-panels@^4"],
408408
files: [
409409
{
410410
path: "ui/resizable.tsx",

0 commit comments

Comments
 (0)