Skip to content

Commit

Permalink
Bumb jest to 24.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzorapetti committed Mar 13, 2019
1 parent c03227c commit 533d9bf
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/babel-plugin-named-asset-import/package.json
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"babel-plugin-tester": "^5.5.1",
"jest": "^24.4.0"
"jest": "^24.5.0"
},
"scripts": {
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/confusing-browser-globals/package.json
Expand Up @@ -16,6 +16,6 @@
"index.js"
],
"devDependencies": {
"jest": "24.4.0"
"jest": "24.5.0"
}
}
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Expand Up @@ -74,7 +74,7 @@
},
"devDependencies": {
"cross-env": "^5.2.0",
"jest": "^24.4.0"
"jest": "^24.5.0"
},
"scripts": {
"test": "cross-env FORCE_COLOR=true jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-error-overlay/package.json
Expand Up @@ -49,7 +49,7 @@
"eslint-plugin-react": "7.12.4",
"flow-bin": "^0.63.1",
"html-entities": "1.2.1",
"jest": "24.4.0",
"jest": "24.5.0",
"jest-fetch-mock": "2.1.1",
"object-assign": "4.1.1",
"promise": "8.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-scripts/package.json
Expand Up @@ -48,8 +48,8 @@
"fs-extra": "7.0.1",
"html-webpack-plugin": "4.0.0-beta.5",
"identity-obj-proxy": "3.0.0",
"jest": "24.4.0",
"jest-resolve": "24.4.0",
"jest": "24.5.0",
"jest-resolve": "24.5.0",
"jest-watch-typeahead": "^0.2.1",
"mini-css-extract-plugin": "0.5.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
Expand Down

0 comments on commit 533d9bf

Please sign in to comment.