diff --git a/packages/babel-plugin-codegen/package.json b/packages/babel-plugin-codegen/package.json index d95a7aea28216e..5c1b3c8927a522 100644 --- a/packages/babel-plugin-codegen/package.json +++ b/packages/babel-plugin-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/babel-plugin-codegen", - "version": "0.73.3", + "version": "0.73.4", "description": "Babel plugin to generate native module and view manager code for React Native.", "license": "MIT", "repository": { diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index 6212bfafffaeb7..8b34e94c4fa4d8 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.14", + "version": "0.73.15", "description": "Core CLI commands for React Native", "keywords": [ "react-native", diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index 5f49a3b4aa31cc..234e5be27a4cfd 100644 --- a/packages/eslint-plugin-specs/package.json +++ b/packages/eslint-plugin-specs/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/eslint-plugin-specs", - "version": "0.73.2", + "version": "0.73.3", "description": "ESLint rules to validate NativeModule and Component Specs", "license": "MIT", "repository": { diff --git a/packages/react-native-babel-preset/package.json b/packages/react-native-babel-preset/package.json index 4d6b10529bd6c1..3c4d863f79682f 100644 --- a/packages/react-native-babel-preset/package.json +++ b/packages/react-native-babel-preset/package.json @@ -53,7 +53,7 @@ "@babel/plugin-transform-typescript": "^7.5.0", "@babel/plugin-transform-unicode-regex": "^7.0.0", "@babel/template": "^7.0.0", - "@react-native/babel-plugin-codegen": "0.73.3", + "@react-native/babel-plugin-codegen": "0.73.4", "babel-plugin-transform-flow-enums": "^0.0.2", "react-refresh": "^0.14.0" }, diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 043a9a026b7456..5e2d9e68ad4220 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.2", "@react-native-community/cli-platform-ios": "12.3.2", "@react-native/assets-registry": "0.73.1", - "@react-native/community-cli-plugin": "0.73.14", + "@react-native/community-cli-plugin": "0.73.15", "@react-native/codegen": "0.73.3", "@react-native/gradle-plugin": "0.73.4", "@react-native/js-polyfills": "0.73.1",