Skip to content

Commit 8aaf73b

Browse files
timwangdevhramos
authored andcommitted
Upgrade Jest to version 23.2.0 (#19876)
Summary: @public [Jest 23.2.0](https://github.com/facebook/jest/blob/master/CHANGELOG.md#2320) landed fix for `MockNativeMethods` access in react-native jest preset. [GENERAL] [BUGFIX] [./package.json] - Upgrade Jest to version 23.2.0 and resolve `MockNativeMethods` access in `react-native` jest preset. Closes #19876 Reviewed By: mjesun Differential Revision: D8618905 Pulled By: hramos fbshipit-source-id: 8463868b1e5dbcf430c76c0551e58d38e4c85a04
1 parent af76473 commit 8aaf73b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@
212212
"eslint-plugin-prettier": "2.6.0",
213213
"eslint-plugin-react": "7.8.2",
214214
"eslint-plugin-react-native": "^3.2.1",
215-
"flow-bin": "^0.74.0",
216-
"jest": "23.1.0",
217-
"jest-junit": "4.0.0",
218-
"prettier": "1.13.4",
215+
"flow-bin": "^0.75.0",
216+
"jest": "23.2.0",
217+
"jest-junit": "5.1.0",
218+
"prettier": "1.13.6",
219219
"react": "16.4.1",
220220
"react-test-renderer": "16.4.1",
221221
"shelljs": "^0.7.8",
222222
"sinon": "^2.2.0"
223223
}
224-
}
224+
}

0 commit comments

Comments
 (0)