Upgrade react-native-gradle-plugin to 0.70.1 (#34330)

This commit is contained in:
Dmitry Rykun
2022-08-02 14:27:22 +01:00
committed by GitHub
parent 7c7ba1babd
commit 2176173dcc
3 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -119,7 +119,7 @@
"pretty-format": "^26.5.2",
"promise": "^8.0.3",
"react-devtools-core": "4.24.0",
"react-native-gradle-plugin": "^0.70.0",
"react-native-gradle-plugin": "^0.70.1",
"react-refresh": "^0.4.0",
"react-shallow-renderer": "^16.15.0",
"regenerator-runtime": "^0.13.2",
@@ -191,4 +191,4 @@
}
]
}
}
}
@@ -1,6 +1,6 @@
{
"name": "react-native-gradle-plugin",
"version": "0.70.0",
"version": "0.70.1",
"description": "⚛️ Gradle Plugin for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
"repository": {
+4 -4
View File
@@ -6028,10 +6028,10 @@ react-native-codegen@*, react-native-codegen@^0.70.3:
jscodeshift "^0.13.1"
nullthrows "^1.1.1"
react-native-gradle-plugin@^0.70.0:
version "0.70.0"
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.0.tgz#5700a2341dad7025453696961bac257d2a471534"
integrity sha512-tCYXPThRSqHJ216bCzGDNabNK8HSlmikGw5YqNgIyUmD08a5TFZyV8SMbSJmndUbYuF+lhB0MuAaT8HEtIgtzA==
react-native-gradle-plugin@^0.70.1:
version "0.70.1"
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.70.1.tgz#3d12a7db9c6ac655accf6854b72cf262e205dce4"
integrity sha512-6bfvoIL2lOqf4Dg+os+Pp7GMkBQYr/5pcoN8U/m7fgUSnDYJc4JLVyaA+ftwlaTW11YBcJU+aylMlBHyKzCOVA==
react-refresh@^0.4.0:
version "0.4.0"