Skip to content

Commit

Permalink
Small cleanup of package.json
Browse files Browse the repository at this point in the history
Summary:
`babel/runtime` is not directly required by RN.

Changelog: [Internal]

Reviewed By: rubennorte

Differential Revision: D22374323

fbshipit-source-id: 269de51ceb53ef101cef70f2d410181fc2300514
  • Loading branch information
cpojer authored and facebook-github-bot committed Jul 3, 2020
1 parent 6d6c68c commit b2c775c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down

0 comments on commit b2c775c

Please sign in to comment.