From 9d4935eeac73444f00f6cb0e02b261e18e45f953 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 00:00:24 +0000 Subject: [PATCH] Pin daisyui to version 2.52.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4378602..8ec7f68 100644 --- a/package.json +++ b/package.json @@ -54,6 +54,6 @@ }, "dependencies": { "@formkit/auto-animate": "^1.0.0-beta.5", - "daisyui": "^2.47.0" + "daisyui": "2.52.0" } }