expo-keep-awake
Advanced tools
Comparing version 14.0.3-canary-20250207-8bc5146 to 15.0.0-canary-20250219-4a5dade
@@ -7,2 +7,4 @@ # Changelog | ||
- Bump minimum macOS version to 11.0. ([#34980](https://github.com/expo/expo/pull/34980) by [@gabrieldonadel](https://github.com/gabrieldonadel)) | ||
### 🎉 New features | ||
@@ -9,0 +11,0 @@ |
{ | ||
"name": "expo-keep-awake", | ||
"version": "14.0.3-canary-20250207-8bc5146", | ||
"version": "15.0.0-canary-20250219-4a5dade", | ||
"description": "Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.", | ||
@@ -37,6 +37,6 @@ "main": "build/index.js", | ||
"@testing-library/react-native": "^12.5.2", | ||
"expo-module-scripts": "4.0.4-canary-20250207-8bc5146" | ||
"expo-module-scripts": "4.0.5-canary-20250219-4a5dade" | ||
}, | ||
"peerDependencies": { | ||
"expo": "53.0.0-canary-20250207-8bc5146", | ||
"expo": "53.0.0-canary-20250219-4a5dade", | ||
"react": "*" | ||
@@ -47,3 +47,3 @@ }, | ||
}, | ||
"gitHead": "8bc5146852ccd7033138bac9ef8d3c41ae85a211" | ||
"gitHead": "4a5daded61d3d8b9d501059039ac74c09c25675b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
51283