From fffa4d1ae6a778d667fa39292d4ba6539e35e536 Mon Sep 17 00:00:00 2001 From: Dmitriy Shishkin <6ast3r@gmail.com> Date: Tue, 8 Dec 2020 11:52:50 -0800 Subject: [PATCH] Update template devDependencies (#30489) Summary: Update template devDependencies before 0.64.0 release [JavaScript] [Changed] - Update devDependencies (`babel/core` to `7.12.9`, `babel/runtime` to `7.12.5`, `react-native-community/eslint-config` to `2.0.0`, `babel-jest` to `26.6.3`, `eslint` to `7.14.0` and `jest` to `26.6.3`) Pull Request resolved: https://github.com/facebook/react-native/pull/30489 Test Plan: - [ ] Check babel - [ ] Check eslint - [ ] Check jest Reviewed By: lunaleaps Differential Revision: D25377357 Pulled By: TheSavior fbshipit-source-id: fd8e1992860a7fbae710898fbee249e9c36d2229 --- template/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/template/package.json b/template/package.json index 8d09a60d4f8f0a..965151cf66c20b 100644 --- a/template/package.json +++ b/template/package.json @@ -14,12 +14,12 @@ "react-native": "0.64.0-rc.1" }, "devDependencies": { - "@babel/core": "^7.8.4", - "@babel/runtime": "^7.8.4", - "@react-native-community/eslint-config": "^1.1.0", - "babel-jest": "^25.1.0", - "eslint": "^6.5.1", - "jest": "^25.1.0", + "@babel/core": "^7.12.9", + "@babel/runtime": "^7.12.5", + "@react-native-community/eslint-config": "^2.0.0", + "babel-jest": "^26.6.3", + "eslint": "7.14.0", + "jest": "^26.6.3", "metro-react-native-babel-preset": "^0.64.0", "react-native-codegen": "^0.0.6", "react-test-renderer": "17.0.1"