From 92e88674f6869f8f7b1d696f6c4789f92fe52c1e Mon Sep 17 00:00:00 2001 From: Pablo Lara Date: Wed, 31 Jul 2024 21:56:05 +0200 Subject: [PATCH] feat: update TypeScript to the latest version and remove library not used for icons --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 65480a62fd..caad2dcdb8 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,6 @@ "@nextui-org/react": "^2.4.2", "@nextui-org/system": "2.2.1", "@nextui-org/theme": "2.2.5", - "@radix-ui/react-icons": "^1.3.0", "@react-aria/ssr": "3.9.4", "@react-aria/visually-hidden": "3.8.12", "@tanstack/react-table": "^8.19.3", @@ -49,7 +48,7 @@ "postcss": "8.4.38", "tailwind-variants": "0.1.20", "tailwindcss": "3.4.3", - "typescript": "5.0.4", + "typescript": "^5.5.4", "usehooks-ts": "^3.1.0" }, "name": "prowler-next-app",