From eca45c28c35375521239abab19de9151bf9838e5 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Wed, 10 May 2023 15:59:38 +0100 Subject: [PATCH] bumped packages versions #publish-packages-to-npm --- package.json | 4 ++-- packages/metro-config/package.json | 2 +- packages/react-native-gradle-plugin/package.json | 2 +- packages/react-native/package.json | 4 ++-- packages/react-native/template/package.json | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a0eaff864c9..113e2e8061d 100644 --- a/package.json +++ b/package.json @@ -56,11 +56,11 @@ "@definitelytyped/dtslint": "^0.0.127", "@jest/create-cache-key-function": "^29.2.1", "@reactions/component": "^2.0.2", - "@react-native/metro-config": "^0.72.1", + "@react-native/metro-config": "^0.72.3", "@types/react": "^18.0.18", "@typescript-eslint/parser": "^5.30.5", "async": "^3.2.2", - "babel-plugin-transform-flow-enums":"^0.0.2", + "babel-plugin-transform-flow-enums": "^0.0.2", "clang-format": "^1.8.0", "connect": "^3.6.5", "coveralls": "^3.1.1", diff --git a/packages/metro-config/package.json b/packages/metro-config/package.json index a02d162d9df..8425942d818 100644 --- a/packages/metro-config/package.json +++ b/packages/metro-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/metro-config", - "version": "0.72.2", + "version": "0.72.3", "description": "Metro configuration for React Native.", "repository": { "type": "git", diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index febd906e50c..e49a1b953a3 100644 --- a/packages/react-native-gradle-plugin/package.json +++ b/packages/react-native-gradle-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/gradle-plugin", - "version": "0.72.6", + "version": "0.72.7", "description": "⚛️ Gradle Plugin for React Native", "homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/react-native-gradle-plugin", "repository": { diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 4371c578f65..3e0a4db8cf8 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -84,7 +84,7 @@ "@react-native-community/cli-platform-ios": "11.2.1", "@react-native/assets-registry": "^0.72.0", "@react-native/codegen": "^0.72.4", - "@react-native/gradle-plugin": "^0.72.6", + "@react-native/gradle-plugin": "^0.72.7", "@react-native/js-polyfills": "^0.72.1", "@react-native/normalize-colors": "^0.72.0", "@react-native/virtualized-lists": "^0.72.4", @@ -133,4 +133,4 @@ } ] } -} \ No newline at end of file +} diff --git a/packages/react-native/template/package.json b/packages/react-native/template/package.json index ebdf4fc75d2..d25440c2a3e 100644 --- a/packages/react-native/template/package.json +++ b/packages/react-native/template/package.json @@ -18,7 +18,7 @@ "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.12.5", "@react-native/eslint-config": "^0.72.1", - "@react-native/metro-config": "^0.72.1", + "@react-native/metro-config": "^0.72.3", "@tsconfig/react-native": "^3.0.0", "@types/metro-config": "^0.76.2", "@types/react": "^18.0.24",