jest-expo 50.0.0-canary-20231130-c8a9bf9 → 50.0.0

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": "50.0.0-canary-20231130-c8a9bf9",
3
+ "version": "50.0.0",
4
4
  "description": "A Jest preset to painlessly test your Expo / React Native apps.",
5
5
  "license": "MIT",
6
6
  "main": "src",
@@ -31,8 +31,8 @@
31
31
  "preset": "jest-expo/universal"
32
32
  },
33
33
  "dependencies": {
34
- "@expo/config": "0.0.1-canary-20231130-c8a9bf9",
35
- "@expo/json-file": "0.0.1-canary-20231130-c8a9bf9",
34
+ "@expo/config": "~8.5.0",
35
+ "@expo/json-file": "^8.2.37",
36
36
  "@jest/create-cache-key-function": "^29.2.1",
37
37
  "babel-jest": "^29.2.1",
38
38
  "find-up": "^5.0.0",
@@ -48,5 +48,5 @@
48
48
  "url": "https://github.com/expo/expo/issues"
49
49
  },
50
50
  "homepage": "https://github.com/expo/expo/tree/main/packages/jest-expo",
51
- "gitHead": "c8a9bf969d6da56f42cf18652a42a03b493ee34e"
51
+ "gitHead": "6aca7ce098ddc667776a3d7cf612adbb985e264a"
52
52
  }
@@ -680,6 +680,9 @@ module.exports = {
680
680
  totalMemory: { type: 'number', mock: 17179869184 },
681
681
  },
682
682
  ExpoDocumentPicker: {},
683
+ ExpoFontLoader: {
684
+ customNativeFonts: { type: 'array' },
685
+ },
683
686
  ExpoHaptics: {},
684
687
  ExpoImage: {},
685
688
  ExpoImageManipulator: {},