Unpin babel-jest (#7007)

This commit is contained in:
Ian Schmitz
2019-05-07 10:37:12 -07:00
committed by GitHub
parent 6ff2bfaf55
commit 4542185dea
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.8.0",
"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.8.0",
"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",