Temporary fix for babel-jest preflight error (#7002)

* Temporary fix for babel-jest preflight error

* Update babel-jest in react-error-overlay
This commit is contained in:
Ian Schmitz
2019-05-07 06:51:47 -07:00
committed by GitHub
parent 8a9e01cf9e
commit bf886bc49f
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
"@babel/core": "7.4.3",
"anser": "1.4.8",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"babel-jest": "24.8.0",
"babel-loader": "8.0.5",
"babel-preset-react-app": "^8.0.0",
"chalk": "^2.4.2",

View File

@@ -33,7 +33,7 @@
"@typescript-eslint/eslint-plugin": "1.6.0",
"@typescript-eslint/parser": "1.6.0",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"babel-jest": "24.8.0",
"babel-loader": "8.0.5",
"babel-plugin-named-asset-import": "^0.3.2",
"babel-preset-react-app": "^8.0.0",