From 7366fc64d82d9a48c774a8b660e6108f699210e7 Mon Sep 17 00:00:00 2001 From: Luna Wei Date: Mon, 6 Nov 2023 14:21:06 -0800 Subject: [PATCH] bumped packages versions #publish-packages-to-npm --- package.json | 2 +- packages/community-cli-plugin/package.json | 2 +- packages/metro-config/package.json | 2 +- packages/react-native-gradle-plugin/package.json | 2 +- packages/react-native/package.json | 8 ++++---- packages/react-native/template/package.json | 2 +- packages/virtualized-lists/package.json | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 267129ca9db..dd69b026cc5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@jest/create-cache-key-function": "^29.6.3", "@pkgjs/parseargs": "^0.11.0", "@react-native/metro-babel-transformer": "^0.73.12", - "@react-native/metro-config": "^0.73.1", + "@react-native/metro-config": "^0.73.2", "@tsconfig/node18": "1.0.1", "@types/react": "^18.0.18", "@typescript-eslint/parser": "^5.57.1", diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index 18ffd124724..e0e0faffb79 100644 --- a/packages/community-cli-plugin/package.json +++ b/packages/community-cli-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/community-cli-plugin", - "version": "0.73.7", + "version": "0.73.8", "description": "Core CLI commands for React Native", "keywords": [ "react-native", diff --git a/packages/metro-config/package.json b/packages/metro-config/package.json index f55a61613b2..7876a404c06 100644 --- a/packages/metro-config/package.json +++ b/packages/metro-config/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/metro-config", - "version": "0.73.1", + "version": "0.73.2", "description": "Metro configuration for React Native.", "license": "MIT", "repository": { diff --git a/packages/react-native-gradle-plugin/package.json b/packages/react-native-gradle-plugin/package.json index 4cd24cdbdfb..dcecbd9107c 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.73.2", + "version": "0.73.3", "description": "Gradle Plugin for React Native", "license": "MIT", "repository": { diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 85ce4fc2b5d..3bd656cc754 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -97,12 +97,12 @@ "@react-native-community/cli-platform-android": "12.0.0", "@react-native-community/cli-platform-ios": "12.0.0", "@react-native/assets-registry": "^0.73.1", - "@react-native/community-cli-plugin": "^0.73.7", + "@react-native/community-cli-plugin": "^0.73.8", "@react-native/codegen": "^0.73.1", - "@react-native/gradle-plugin": "^0.73.2", + "@react-native/gradle-plugin": "^0.73.3", "@react-native/js-polyfills": "^0.73.1", "@react-native/normalize-colors": "^0.73.2", - "@react-native/virtualized-lists": "^0.73.2", + "@react-native/virtualized-lists": "^0.73.3", "abort-controller": "^3.0.0", "anser": "^1.4.9", "ansi-regex": "^5.0.0", @@ -148,4 +148,4 @@ } ] } -} \ No newline at end of file +} diff --git a/packages/react-native/template/package.json b/packages/react-native/template/package.json index a71eb2832ae..1e4b5d5122a 100644 --- a/packages/react-native/template/package.json +++ b/packages/react-native/template/package.json @@ -19,7 +19,7 @@ "@babel/runtime": "^7.20.0", "@react-native/babel-preset": "^0.73.18", "@react-native/eslint-config": "^0.73.1", - "@react-native/metro-config": "^0.73.1", + "@react-native/metro-config": "^0.73.2", "@react-native/typescript-config": "^0.73.1", "@types/react": "^18.2.6", "@types/react-test-renderer": "^18.0.0", diff --git a/packages/virtualized-lists/package.json b/packages/virtualized-lists/package.json index 1a24dbe1651..d4e0771d905 100644 --- a/packages/virtualized-lists/package.json +++ b/packages/virtualized-lists/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/virtualized-lists", - "version": "0.73.2", + "version": "0.73.3", "description": "Virtualized lists for React Native.", "license": "MIT", "repository": {