From b2c775ca7a1cecfaf8f5bb357c09b357096d8a7b Mon Sep 17 00:00:00 2001 From: Christoph Nakazawa Date: Fri, 3 Jul 2020 05:33:02 -0700 Subject: [PATCH] Small cleanup of package.json Summary: `babel/runtime` is not directly required by RN. Changelog: [Internal] Reviewed By: rubennorte Differential Revision: D22374323 fbshipit-source-id: 269de51ceb53ef101cef70f2d410181fc2300514 --- package.json | 1 - yarn.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 297b2412a32..183a3a51d25 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,6 @@ "react": "16.13.1" }, "dependencies": { - "@babel/runtime": "^7.0.0", "@react-native-community/cli": "^4.10.0", "@react-native-community/cli-platform-android": "^4.10.0", "@react-native-community/cli-platform-ios": "^4.10.0", diff --git a/yarn.lock b/yarn.lock index 73aa30a922f..b600ea35271 100644 --- a/yarn.lock +++ b/yarn.lock @@ -681,7 +681,7 @@ pirates "^4.0.0" source-map-support "^0.5.16" -"@babel/runtime@^7.0.0", "@babel/runtime@^7.8.4": +"@babel/runtime@^7.8.4": version "7.10.0" resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.0.tgz#2cdcd6d7a391c24f7154235134c830cfb58ac0b1" integrity sha512-tgYb3zVApHbLHYOPWtVwg25sBqHhfBXRKeKoTIyoheIxln1nA7oBl7SfHfiTG2GhDPI8EUBkOD/0wJCP/3HN4Q==