Bump dependency versions to 0.72.0 after the branch cut

Summary:
Changelog
[General][Changed] - Bump dependency versions to 0.72.0 after the branch cut.

Reviewed By: cipolleschi

Differential Revision: D41079762

fbshipit-source-id: 83e912c4eaf969c1673ccc5fa854646efa99fa4a
This commit is contained in:
Dmitry Rykun 2022-11-07 06:57:35 -08:00 коммит произвёл Facebook GitHub Bot
Родитель 78844458dc
Коммит d62b0b463b
7 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -132,7 +132,7 @@
"pretty-format": "^26.5.2",
"promise": "^8.3.0",
"react-devtools-core": "^4.26.1",
"react-native-gradle-plugin": "^0.71.8",
"react-native-gradle-plugin": "^0.72.0",
"react-refresh": "^0.4.0",
"react-shallow-renderer": "^16.15.0",
"regenerator-runtime": "^0.13.2",

Просмотреть файл

@ -1,5 +1,5 @@
{
"version": "0.71.1",
"version": "0.72.0",
"name": "@react-native/babel-plugin-codegen",
"description": "Babel plugin to generate native module and view manager code for React Native.",
"repository": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@react-native/eslint-plugin-specs",
"version": "0.71.1",
"version": "0.72.0",
"description": "ESLint rules to validate NativeModule and Component Specs",
"main": "index.js",
"repository": {

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@react-native/hermes-inspector-msggen",
"private": true,
"version": "0.71.1",
"version": "0.72.0",
"license": "MIT",
"bin": {
"msggen": "./bin/index.js"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "react-native-codegen",
"version": "0.71.2",
"version": "0.72.0",
"description": "⚛️ Code generation tools for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-codegen",
"repository": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "react-native-gradle-plugin",
"version": "0.71.8",
"version": "0.72.0",
"description": "⚛️ Gradle Plugin for React Native",
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin",
"repository": {

Просмотреть файл

@ -16,7 +16,7 @@
"@definitelytyped/dtslint": "^0.0.127",
"@react-native-community/eslint-config": "*",
"@react-native-community/eslint-plugin": "*",
"@react-native/eslint-plugin-specs": "^0.71.1",
"@react-native/eslint-plugin-specs": "^0.72.0",
"@reactions/component": "^2.0.2",
"@types/react": "^18.0.18",
"@typescript-eslint/parser": "^5.30.5",
@ -47,7 +47,7 @@
"mkdirp": "^0.5.1",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native-codegen": "^0.71.2",
"react-native-codegen": "^0.72.0",
"react-test-renderer": "18.2.0",
"shelljs": "^0.8.5",
"signedsource": "^1.0.0",