jest-expo 54.0.9 → 54.0.11

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.
Files changed (2) hide show
  1. package/jest-preset.js +1 -1
  2. package/package.json +4 -4
package/jest-preset.js CHANGED
@@ -100,7 +100,7 @@ if (!Array.isArray(jestPreset.transformIgnorePatterns)) {
100
100
 
101
101
  // Also please keep `unit-testing.mdx` file up to date
102
102
  jestPreset.transformIgnorePatterns = [
103
- '/node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg)',
103
+ '/node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@sentry/react-native|native-base|react-native-svg)/',
104
104
  '/node_modules/react-native-reanimated/plugin/',
105
105
  ];
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jest-expo",
3
- "version": "54.0.9",
3
+ "version": "54.0.11",
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.7",
41
- "@expo/json-file": "^10.0.6",
40
+ "@expo/config": "~12.0.9",
41
+ "@expo/json-file": "^10.0.7",
42
42
  "@jest/create-cache-key-function": "^29.2.1",
43
43
  "@jest/globals": "^29.2.1",
44
44
  "babel-jest": "^29.2.1",
@@ -57,5 +57,5 @@
57
57
  "expo": "*",
58
58
  "react-native": "*"
59
59
  },
60
- "gitHead": "87186d10c8239c6469e055417e67bd4d0ed63efb"
60
+ "gitHead": "33f49d0f802b101fd61ac0eedcb1ce35b0adde51"
61
61
  }