From 6efb1caae4a85fc4b95a76809ba34f447cc4db4e Mon Sep 17 00:00:00 2001 From: Pranesh-Shrestha Date: Tue, 7 Jan 2025 17:16:22 +0545 Subject: [PATCH] Update package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index af97c62..0a156b4 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "0.1.0", "private": true, "dependencies": { - "@ionic/vue-router": "8.4.1", - "@ionic/angular": "8.4.1", - "@ionic/react": "8.4.1", - "@ionic/vue": "8.4.1", - "@ionic/core": "8.4.1" + "@mantine/hooks": "7.15.3", + "@mantine/carousel": "7.15.3", + "@mantine/modals": "7.15.3", + "@mantine/charts": "7.15.3", + "@mantine/nprogress": "7.15.4" } }