We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2cb262 commit 313887aCopy full SHA for 313887a
3 files changed
.github/dependabot.yml
@@ -11,6 +11,7 @@ updates:
11
ignore:
12
- dependency-name: react-native
13
- dependency-name: expo
14
+ - dependency-name: react
15
16
open-pull-requests-limit: 100
17
groups:
apps/mobile/package.json
@@ -39,7 +39,7 @@
39
"expo-status-bar": "~2.2.3",
40
"expo-system-ui": "~5.0.10",
41
"expo-web-browser": "~14.2.0",
42
- "react": "19.1.0",
+ "react": "19.0.0",
43
"react-native": "0.79.4",
44
"react-native-gesture-handler": "~2.27.1",
45
"react-native-image-colors": "2.5.0",
0 commit comments