mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Bump react-native-gradle-plugin to 0.71.5
Summary: Bumping RNGP to make sure all the changes are available for 0.71 I've also removed the caret from react-native's package.json as I don't want .5 to be used by template tests yet. The Android template needs to be updated in order to use that version of the Gradle plugin. Changelog: [Internal] [Changed] - Bump react-native-gradle-plugin to 0.71.5 Reviewed By: cipolleschi Differential Revision: D40642114 fbshipit-source-id: 70359efc3d2300e9c04c1b361c45061fd1c2931b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6a3bfa7a62
commit
c419b4fa0c
+1
-1
@@ -131,7 +131,7 @@
|
||||
"pretty-format": "^26.5.2",
|
||||
"promise": "^8.2.0",
|
||||
"react-devtools-core": "^4.26.1",
|
||||
"react-native-gradle-plugin": "^0.71.4",
|
||||
"react-native-gradle-plugin": "0.71.4",
|
||||
"react-refresh": "^0.4.0",
|
||||
"react-shallow-renderer": "^16.15.0",
|
||||
"regenerator-runtime": "^0.13.2",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-native-gradle-plugin",
|
||||
"version": "0.71.4",
|
||||
"version": "0.71.5",
|
||||
"description": "⚛️ Gradle Plugin for React Native",
|
||||
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
|
||||
"repository": {
|
||||
|
||||
@@ -7960,6 +7960,11 @@ react-is@^17.0.1:
|
||||
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
|
||||
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
|
||||
|
||||
react-native-gradle-plugin@0.71.4:
|
||||
version "0.71.4"
|
||||
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.4.tgz#dd000c1539e0ce465237637d3e16fe619cd84467"
|
||||
integrity sha512-5izzWXIlr5DL5+cx3a6oSA4cgSCw9Kv7WQjHqLxV2I1fSfzjzEdYTaDfrNjdcy71BHeeUB6BEyl70yXpjkCkdA==
|
||||
|
||||
react-refresh@^0.4.0:
|
||||
version "0.4.0"
|
||||
resolved "https://registry.yarnpkg.com/react-refresh/-/react-refresh-0.4.0.tgz#d421f9bd65e0e4b9822a399f14ac56bda9c92292"
|
||||
|
||||
Reference in New Issue
Block a user