From d1ca7db8fbd83f942e5f382f6c8c5271e8eb0aca Mon Sep 17 00:00:00 2001 From: Luna Wei Date: Tue, 20 Feb 2024 13:55:28 -0800 Subject: [PATCH] bumped packages versions #publish-packages-to-npm --- 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 ccf09e60197..4519eb32174 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.16", + "version": "0.73.17", "description": "Core CLI commands for React Native", "keywords": [ "react-native", @@ -22,7 +22,7 @@ "dist" ], "dependencies": { - "@react-native/dev-middleware": "0.73.7", + "@react-native/dev-middleware": "0.73.8", "@react-native-community/cli-server-api": "12.3.6", "@react-native-community/cli-tools": "12.3.6", "@react-native/metro-babel-transformer": "0.73.15", diff --git a/packages/dev-middleware/package.json b/packages/dev-middleware/package.json index 44cfe0f0715..55f2bc03206 100644 --- a/packages/dev-middleware/package.json +++ b/packages/dev-middleware/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/dev-middleware", - "version": "0.73.7", + "version": "0.73.8", "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 7e46f0b53f3..1c3cd35a74a 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -97,7 +97,7 @@ "@react-native-community/cli-platform-android": "12.3.6", "@react-native-community/cli-platform-ios": "12.3.6", "@react-native/assets-registry": "0.73.1", - "@react-native/community-cli-plugin": "0.73.16", + "@react-native/community-cli-plugin": "0.73.17", "@react-native/codegen": "0.73.3", "@react-native/gradle-plugin": "0.73.4", "@react-native/js-polyfills": "0.73.1", @@ -149,4 +149,4 @@ } ] } -} \ No newline at end of file +}