From 8a7c718ab305d8c46ace3b5ca8b31b8a96b6b8fd Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Mon, 11 Mar 2024 13:51:44 +0000 Subject: [PATCH] Bump package versions #publish-packages-to-npm&0.74-stable --- packages/community-cli-plugin/package.json | 4 ++-- packages/dev-middleware/package.json | 2 +- packages/react-native/package.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index f88122b0cbf..91e2da26309 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.74.4", + "version": "0.74.5", "description": "Core CLI commands for React Native", "keywords": [ "react-native", @@ -24,7 +24,7 @@ "dependencies": { "@react-native-community/cli-server-api": "13.6.1", "@react-native-community/cli-tools": "13.6.1", - "@react-native/dev-middleware": "0.74.2", + "@react-native/dev-middleware": "0.74.3", "@react-native/metro-babel-transformer": "0.74.2", "chalk": "^4.0.0", "execa": "^5.1.1", diff --git a/packages/dev-middleware/package.json b/packages/dev-middleware/package.json index eb2ad86afd6..8fe69b4251d 100644 --- a/packages/dev-middleware/package.json +++ b/packages/dev-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/dev-middleware", - "version": "0.74.2", + "version": "0.74.3", "description": "Dev server middleware for React Native", "keywords": [ "react-native", diff --git a/packages/react-native/package.json b/packages/react-native/package.json index b9629c72072..253dd864635 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -103,7 +103,7 @@ "@react-native-community/cli-platform-ios": "13.6.1", "@react-native/assets-registry": "0.74.0", "@react-native/codegen": "0.74.2", - "@react-native/community-cli-plugin": "0.74.4", + "@react-native/community-cli-plugin": "0.74.5", "@react-native/gradle-plugin": "0.74.1", "@react-native/js-polyfills": "0.74.0", "@react-native/normalize-colors": "0.74.1", @@ -153,4 +153,4 @@ } ] } -} \ No newline at end of file +}