diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index ccf09e6019729d..4519eb32174359 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 44cfe0f07154af..55f2bc032060fe 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 7e46f0b53f3363..1c3cd35a74a9c9 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 +}