This commit is contained in:
David Arranz 2026-03-31 18:46:33 +02:00
parent 233aadf259
commit f38772182d
3 changed files with 9 additions and 9 deletions

View File

@ -57,7 +57,7 @@
"radix-ui": "latest", "radix-ui": "latest",
"react-day-picker": "9.14.0", "react-day-picker": "9.14.0",
"react-hook-form": "^7.65.0", "react-hook-form": "^7.65.0",
"react-resizable-panels": "^3.0.6", "react-resizable-panels": "^4.8.0",
"recharts": "2.15.4", "recharts": "2.15.4",
"sonner": "^2.0.7", "sonner": "^2.0.7",
"tailwind-merge": "^3.5.0", "tailwind-merge": "^3.5.0",

View File

@ -11,7 +11,7 @@ function Separator({
return ( return (
<SeparatorPrimitive.Root <SeparatorPrimitive.Root
className={cn( className={cn(
"shrink-0 bg-border data-horizontal:h-px data-horizontal:w-full data-vertical:w-px data-vertical:self-stretch h-[1px]", "shrink-0 bg-border data-horizontal:h-px data-horizontal:w-full data-vertical:w-px data-vertical:self-stretch h-px",
className className
)} )}
data-slot="separator" data-slot="separator"

View File

@ -1047,8 +1047,8 @@ importers:
specifier: ^7.65.0 specifier: ^7.65.0
version: 7.66.0(react@19.2.0) version: 7.66.0(react@19.2.0)
react-resizable-panels: react-resizable-panels:
specifier: ^3.0.6 specifier: ^4.8.0
version: 3.0.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0) version: 4.8.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
recharts: recharts:
specifier: 2.15.4 specifier: 2.15.4
version: 2.15.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0) version: 2.15.4(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
@ -6077,11 +6077,11 @@ packages:
'@types/react': '@types/react':
optional: true optional: true
react-resizable-panels@3.0.6: react-resizable-panels@4.8.0:
resolution: {integrity: sha512-b3qKHQ3MLqOgSS+FRYKapNkJZf5EQzuf6+RLiq1/IlTHw99YrZ2NJZLk4hQIzTnnIkRg2LUqyVinu6YWWpUYew==} resolution: {integrity: sha512-2uEABkewb3ky/ZgIlAUxWa1W/LjsK494fdV1QsXxst7CDRHCzo7h22tWWu3NNaBjmiuriOCt3CvhipnaYcpoIw==}
peerDependencies: peerDependencies:
react: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react: ^18.0.0 || ^19.0.0
react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc react-dom: ^18.0.0 || ^19.0.0
react-router-dom@6.30.1: react-router-dom@6.30.1:
resolution: {integrity: sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==} resolution: {integrity: sha512-llKsgOkZdbPU1Eg3zK8lCn+sjD9wMRZZPuzmdWWX5SUs8OFkN5HnFVC0u5KMeMaC9aoancFI/KoLuKPqN+hxHw==}
@ -12322,7 +12322,7 @@ snapshots:
optionalDependencies: optionalDependencies:
'@types/react': 19.2.2 '@types/react': 19.2.2
react-resizable-panels@3.0.6(react-dom@19.2.0(react@19.2.0))(react@19.2.0): react-resizable-panels@4.8.0(react-dom@19.2.0(react@19.2.0))(react@19.2.0):
dependencies: dependencies:
react: 19.2.0 react: 19.2.0
react-dom: 19.2.0(react@19.2.0) react-dom: 19.2.0(react@19.2.0)