From a69688d601d6d39ef4700e6ec798b2f98b8e558d Mon Sep 17 00:00:00 2001 From: giancarlo Date: Thu, 11 Apr 2024 12:31:54 +0800 Subject: [PATCH] Update lucide-react version in billing and team accounts packages The lucide-react library version has been updated in both billing/gateway and features/team-accounts packages. This update moves from version 0.363.0 to 0.367.0, incorporating any changes or improvements made in the intervening versions. --- packages/billing/gateway/package.json | 2 +- packages/features/team-accounts/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/billing/gateway/package.json b/packages/billing/gateway/package.json index 54054b757..662a1c13b 100644 --- a/packages/billing/gateway/package.json +++ b/packages/billing/gateway/package.json @@ -22,7 +22,7 @@ "@kit/ui": "0.1.0", "@supabase/supabase-js": "^2.42.0", "date-fns": "^3.6.0", - "lucide-react": "^0.363.0", + "lucide-react": "^0.367.0", "next": "^14.1.4", "react": "^18.2.0", "react-hook-form": "^7.51.2", diff --git a/packages/features/team-accounts/package.json b/packages/features/team-accounts/package.json index 82f1364b8..93128d56c 100644 --- a/packages/features/team-accounts/package.json +++ b/packages/features/team-accounts/package.json @@ -54,7 +54,7 @@ "@kit/ui": "workspace:^", "@supabase/supabase-js": "^2.42.0", "@tanstack/react-query": "5.28.6", - "lucide-react": "^0.363.0", + "lucide-react": "^0.367.0", "next": "^14.1.4", "react": "^18.2.0", "react-hook-form": "^7.51.2",