Skip to content

Commit 2ff3c0f

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.
1 parent 5460e4f commit 2ff3c0f

File tree

2 files changed

+178
-958
lines changed

2 files changed

+178
-958
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"jest-cli": "^26.4.1",
118118
"jest-environment-jsdom": "^26.3.0",
119119
"jest-environment-jsdom-global": "^2.0.4",
120-
"jest-expo": "^40.0.1",
120+
"jest-expo": "^42.1.0",
121121
"jest-extended": "^0.11.5",
122122
"jetifier": "^1.6.5",
123123
"lolex": "^5.1.1",
@@ -132,8 +132,5 @@
132132
"rollup": "^2.26.5",
133133
"typescript": "~3.8.3",
134134
"yarn-deduplicate": "^3.0.0"
135-
},
136-
"resolutions": {
137-
"jest-expo/jest": "^26.4.1"
138135
}
139136
}

0 commit comments

Comments
 (0)