diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2bc74bc1..dd86a357 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: '❌ bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 80ae5ceb..544b2743 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project title: '' -labels: '' +labels: '✨ enhancement' assignees: '' --- diff --git a/package.json b/package.json index 395b572f..1b38dfc5 100644 --- a/package.json +++ b/package.json @@ -26,11 +26,11 @@ "@react-native-menu/menu": "^1.1.2", "@react-navigation/native": "^6.0.2", "@shopify/flash-list": "1.6.4", - "@tanstack/react-query": "^5.54.1", + "@tanstack/react-query": "^5.56.2", "@types/lodash": "^4.17.7", "@types/uuid": "^10.0.0", "axios": "^1.7.7", - "expo": "~51.0.32", + "expo": "^51.0.32", "expo-blur": "~13.0.2", "expo-build-properties": "~0.12.5", "expo-constants": "~16.0.2", @@ -64,7 +64,7 @@ "react-native-compressor": "^1.8.25", "react-native-gesture-handler": "~2.16.1", "react-native-get-random-values": "^1.11.0", - "react-native-google-cast": "^4.8.2", + "react-native-google-cast": "^4.8.3", "react-native-image-colors": "^2.4.0", "react-native-ios-context-menu": "^2.5.1", "react-native-ios-utilities": "^4.4.5",