Skip to content

Commit e655436

Browse files
committed
Update Jest to resolve issue with node 11.11
See facebook/create-react-app#6591 for more details.
1 parent 4bea69e commit e655436

File tree

2 files changed

+517
-267
lines changed

2 files changed

+517
-267
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"eslint-plugin-jsx-a11y": "^6.2.1",
2020
"eslint-plugin-react": "^7.12.4",
2121
"husky": "^1.3.1",
22-
"jest": "^24.1.0",
22+
"jest": "^24.3.0",
2323
"lint-staged": "^8.1.4",
2424
"node-fetch": "^2.3.0",
2525
"prettier": "^1.16.4",

0 commit comments

Comments
 (0)