From 6cff8be50b064299e81850bce6db806c02e02fa8 Mon Sep 17 00:00:00 2001 From: Zach Kelling Date: Mon, 15 Jul 2024 12:36:16 +0800 Subject: [PATCH] @hanzo/ui 3.8.36 --- pkg/ui/package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkg/ui/package.json b/pkg/ui/package.json index cfd36943..0a5d3ff0 100644 --- a/pkg/ui/package.json +++ b/pkg/ui/package.json @@ -1,6 +1,6 @@ { "name": "@hanzo/ui", - "version": "3.8.35", + "version": "3.8.36", "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.", "publishConfig": { "registry": "https://registry.npmjs.org/", @@ -89,7 +89,7 @@ }, "peerDependencies": { "@hookform/resolvers": "^3.3.2", - "embla-carousel": "^8.1.1", + "embla-carousel": "^8.1.6", "lucide-react": "^0.344.0", "mobx": "^6.12.3", "next": "14.2.3", @@ -109,7 +109,6 @@ "@types/mdx": "^2.0.13", "@types/react": "^18.3.1", "@types/react-dom": "^18.3.0", - "embla-carousel": "^8.1.1", "tailwindcss": "^3.4.3", "typescript": "5.4.5" }