Skip to content

Commit 9f41d45

Browse files
committed
Use package.json resolutions until jest versions are sorted out
see facebook/create-react-app#6756
1 parent 2d3a582 commit 9f41d45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,9 @@
6666
"serve": "^11.0.0",
6767
"webpack-cli": "^3.3.2"
6868
},
69+
"resolutions": {
70+
"babel-jest": "24.7.1"
71+
},
6972
"scripts": {
7073
"flow:watch": "flow status; fswatch -e \"/\\.\" -o . | xargs -n1 -I{} flow status",
7174
"flow:stop": "flow stop",

0 commit comments

Comments
 (0)