Skip to content

Commit 7c7947d

Browse files
committed
deps: Upgrade jest-expo to 42.1.0, the latest.
This gets us expo/expo#12735, which lets us use Jest 26, instead of 25, without the `resolutions` hack we added in f1b59fe. So, remove that hack.
1 parent 1990c46 commit 7c7947d

File tree

2 files changed

+172
-1012
lines changed

2 files changed

+172
-1012
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"jest-cli": "^26.4.1",
116116
"jest-environment-jsdom": "^26.3.0",
117117
"jest-environment-jsdom-global": "^2.0.4",
118-
"jest-expo": "^40.0.1",
118+
"jest-expo": "^42.1.0",
119119
"jest-extended": "^0.11.5",
120120
"jetifier": "^1.6.5",
121121
"lolex": "^5.1.1",
@@ -130,8 +130,5 @@
130130
"rollup": "^2.26.5",
131131
"typescript": "~3.8.3",
132132
"yarn-deduplicate": "^3.0.0"
133-
},
134-
"resolutions": {
135-
"jest-expo/jest": "^26.4.1"
136133
}
137134
}

0 commit comments

Comments
 (0)