From 8aaf73b4b0bef0d224004b9f1b1c877d46493e71 Mon Sep 17 00:00:00 2001 From: Tim Wang Date: Wed, 27 Jun 2018 12:57:55 -0700 Subject: [PATCH] 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 https://github.com/facebook/react-native/pull/19876 Reviewed By: mjesun Differential Revision: D8618905 Pulled By: hramos fbshipit-source-id: 8463868b1e5dbcf430c76c0551e58d38e4c85a04 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef8289348c2..ed39e1749f0 100644 --- a/package.json +++ b/package.json @@ -212,13 +212,13 @@ "eslint-plugin-prettier": "2.6.0", "eslint-plugin-react": "7.8.2", "eslint-plugin-react-native": "^3.2.1", - "flow-bin": "^0.74.0", - "jest": "23.1.0", - "jest-junit": "4.0.0", - "prettier": "1.13.4", + "flow-bin": "^0.75.0", + "jest": "23.2.0", + "jest-junit": "5.1.0", + "prettier": "1.13.6", "react": "16.4.1", "react-test-renderer": "16.4.1", "shelljs": "^0.7.8", "sinon": "^2.2.0" } -} \ No newline at end of file +}