jest-expo 55.0.0-canary-20251031-b135dff → 55.0.0-canary-20251118-8f7ee64
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-
|
|
3
|
+
"version": "55.0.0-canary-20251118-8f7ee64",
|
|
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-
|
|
41
|
-
"@expo/json-file": "10.0.8-canary-
|
|
40
|
+
"@expo/config": "12.0.11-canary-20251118-8f7ee64",
|
|
41
|
+
"@expo/json-file": "10.0.8-canary-20251118-8f7ee64",
|
|
42
42
|
"@jest/create-cache-key-function": "^29.2.1",
|
|
43
43
|
"@jest/globals": "^29.2.1",
|
|
44
44
|
"babel-jest": "^29.2.1",
|
|
@@ -49,12 +49,12 @@
|
|
|
49
49
|
"json5": "^2.2.3",
|
|
50
50
|
"lodash": "^4.17.19",
|
|
51
51
|
"react-server-dom-webpack": "~19.0.0",
|
|
52
|
-
"react-test-renderer": "19.
|
|
52
|
+
"react-test-renderer": "19.2.0",
|
|
53
53
|
"server-only": "^0.0.1",
|
|
54
54
|
"stacktrace-js": "^2.0.2"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"expo": "55.0.0-canary-
|
|
57
|
+
"expo": "55.0.0-canary-20251118-8f7ee64",
|
|
58
58
|
"react-native": "*"
|
|
59
59
|
}
|
|
60
60
|
}
|
|
@@ -568,6 +568,7 @@ module.exports = {
|
|
|
568
568
|
},
|
|
569
569
|
],
|
|
570
570
|
ExpoRouterNativeLinkPreview: [],
|
|
571
|
+
ExpoRouter: [],
|
|
571
572
|
ExpoScreenCapture: [
|
|
572
573
|
{ name: 'allowScreenCapture', argumentsCount: 0, key: 'allowScreenCapture' },
|
|
573
574
|
{
|
|
@@ -1211,6 +1212,10 @@ module.exports = {
|
|
|
1211
1212
|
removeListeners: { type: 'function' },
|
|
1212
1213
|
unregisterForNotificationsAsync: { type: 'function' },
|
|
1213
1214
|
},
|
|
1215
|
+
ExpoRouter: {
|
|
1216
|
+
Material3Color: { type: 'function' },
|
|
1217
|
+
Material3DynamicColor: { type: 'function' },
|
|
1218
|
+
},
|
|
1214
1219
|
ExpoRouterNativeLinkPreview: {
|
|
1215
1220
|
addListener: { type: 'function' },
|
|
1216
1221
|
removeListeners: { type: 'function' },
|