jest-expo 55.0.0-canary-20251003-7b9d7ff → 55.0.0-canary-20251008-f2d1b4a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-expo",
3
- "version": "55.0.0-canary-20251003-7b9d7ff",
3
+ "version": "55.0.0-canary-20251008-f2d1b4a",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src/index.js",
@@ -37,8 +37,8 @@
37
37
  "preset": "jest-expo/universal"
38
38
  },
39
39
  "dependencies": {
40
- "@expo/config": "12.0.11-canary-20251003-7b9d7ff",
41
- "@expo/json-file": "10.0.8-canary-20251003-7b9d7ff",
40
+ "@expo/config": "12.0.11-canary-20251008-f2d1b4a",
41
+ "@expo/json-file": "10.0.8-canary-20251008-f2d1b4a",
42
42
  "@jest/create-cache-key-function": "^29.2.1",
43
43
  "@jest/globals": "^29.2.1",
44
44
  "babel-jest": "^29.2.1",
@@ -54,7 +54,7 @@
54
54
  "stacktrace-js": "^2.0.2"
55
55
  },
56
56
  "peerDependencies": {
57
- "expo": "55.0.0-canary-20251003-7b9d7ff",
57
+ "expo": "55.0.0-canary-20251008-f2d1b4a",
58
58
  "react-native": "*"
59
59
  }
60
60
  }
@@ -100,7 +100,6 @@ module.exports = {
100
100
  argumentsCount: 0,
101
101
  key: 'setSystemBrightnessModeAsync',
102
102
  },
103
- { name: 'useSystemBrightnessAsync', argumentsCount: 0, key: 'useSystemBrightnessAsync' },
104
103
  ],
105
104
  ExpoCalendar: [
106
105
  {