Skip to content

Commit ed7d8d4

Browse files
authored
Merge pull request #3 from ssaini4/master
(fix) allow newer version of babel-jest
2 parents f53b27e + e4694f5 commit ed7d8d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@babel/core": "7.7.5",
5555
"@babel/preset-env": "7.8.7",
5656
"babel-eslint": "10.0.3",
57-
"babel-jest": "24.9.0",
57+
"babel-jest": "^24.9.0",
5858
"cross-env": "7.0.2",
5959
"eslint": "6.8.0",
6060
"eslint-config-airbnb-base": "14.1.0",

0 commit comments

Comments
 (0)