From 11deebe45f74d420d333f1d20ab2ff362a1467ac Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Fri, 23 May 2025 20:20:06 +0800 Subject: [PATCH] Add necessary dependencies for jspdf & jspdf-autotable for PDF Print --- application/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/application/package.json b/application/package.json index df825c9..e047fff 100644 --- a/application/package.json +++ b/application/package.json @@ -30,7 +30,7 @@ "@radix-ui/react-radio-group": "^1.2.0", "@radix-ui/react-scroll-area": "^1.1.0", "@radix-ui/react-select": "^2.1.1", - "@radix-ui/react-separator": "^1.1.0", + "@radix-ui/react-separator": "^1.1.6", "@radix-ui/react-slider": "^1.2.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.0", @@ -46,6 +46,8 @@ "date-fns": "^3.6.0", "embla-carousel-react": "^8.3.0", "input-otp": "^1.2.4", + "jspdf": "^3.0.1", + "jspdf-autotable": "^5.0.2", "lucide-react": "^0.462.0", "next-themes": "^0.3.0", "pocketbase": "^0.19.0", @@ -80,4 +82,4 @@ "typescript-eslint": "^8.0.1", "vite": "^5.4.1" } -} +} \ No newline at end of file