From 8651af173f805142455afe6be6a3c2eb4388781a Mon Sep 17 00:00:00 2001 From: "XPS\\Micro" Date: Mon, 2 Feb 2026 17:59:31 +0100 Subject: [PATCH] fix: use exact sonner version and regenerate package-lock - Change sonner from ^1.7.2 to 1.7.2 (exact version) - Remove package-lock.json for fresh npm install - Fixes npm install compatibility issues in Docker build --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index ffd2a04..b0c1952 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -16,7 +16,7 @@ "clsx": "^2.1.1", "tailwind-merge": "^2.4.0", "lucide-react": "^0.408.0", - "sonner": "^1.7.2", + "sonner": "1.7.2", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-separator": "^1.1.0",