From 5d456899ea444301870e1d3c721d139c9251c531 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 27 Sep 2024 23:58:15 +0530 Subject: Fix too many updates issue with useFavorites + ui changes --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 35f548c..6006dab 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "react-native-launcher-kit": "^1.0.4", "react-native-reanimated": "^3.11.0", "react-native-swiper": "^1.6.0", - "react-native-vector-icons": "^10.1.0", + "react-native-vector-icons": "^10.2.0", "tailwindcss": "3.3.2" }, "devDependencies": { @@ -32,6 +32,7 @@ "@react-native/metro-config": "0.74.83", "@react-native/typescript-config": "0.74.83", "@types/react": "^18.2.6", + "@types/react-native-vector-icons": "^6.4.18", "@types/react-test-renderer": "^18.0.0", "babel-jest": "^29.6.3", "eslint": "^8.19.0", -- cgit v1.3.1