From c09e4dacffe5c4ffb36b99cc15f433eabdd41d8b Mon Sep 17 00:00:00 2001 From: Alex Hunt Date: Mon, 4 Mar 2024 12:14:00 +0000 Subject: [PATCH] Bump package versions #publish-packages-to-npm&0.74-stable --- packages/babel-plugin-codegen/package.json | 2 +- packages/community-cli-plugin/package.json | 2 +- packages/dev-middleware/package.json | 2 +- packages/eslint-plugin-specs/package.json | 2 +- packages/react-native-codegen-typescript-test/package.json | 2 +- packages/react-native-codegen/package.json | 2 +- packages/react-native-popup-menu-android/package.json | 7 +++++-- packages/react-native/package.json | 4 ++-- packages/rn-tester/package.json | 2 +- 9 files changed, 14 insertions(+), 11 deletions(-) diff --git a/packages/babel-plugin-codegen/package.json b/packages/babel-plugin-codegen/package.json index 5567b7796d0..4c93a01ce4f 100644 --- a/packages/babel-plugin-codegen/package.json +++ b/packages/babel-plugin-codegen/package.json @@ -25,7 +25,7 @@ "index.js" ], "dependencies": { - "@react-native/codegen": "0.74.1" + "@react-native/codegen": "0.74.2" }, "devDependencies": { "@babel/core": "^7.20.0" diff --git a/packages/community-cli-plugin/package.json b/packages/community-cli-plugin/package.json index 80e5a8c0a5a..3dfeb8a4d31 100644 --- a/packages/community-cli-plugin/package.json +++ b/packages/community-cli-plugin/package.json @@ -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.1", + "@react-native/dev-middleware": "0.74.2", "@react-native/metro-babel-transformer": "0.74.1", "chalk": "^4.0.0", "execa": "^5.1.1", diff --git a/packages/dev-middleware/package.json b/packages/dev-middleware/package.json index db8712800ae..eb2ad86afd6 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.1", + "version": "0.74.2", "description": "Dev server middleware for React Native", "keywords": [ "react-native", diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index 85593865e85..8518579f26b 100644 --- a/packages/eslint-plugin-specs/package.json +++ b/packages/eslint-plugin-specs/package.json @@ -31,7 +31,7 @@ "@babel/eslint-parser": "^7.20.0", "@babel/plugin-transform-flow-strip-types": "^7.20.0", "@babel/preset-flow": "^7.20.0", - "@react-native/codegen": "0.74.1", + "@react-native/codegen": "0.74.2", "make-dir": "^2.1.0", "pirates": "^4.0.1", "source-map-support": "0.5.0" diff --git a/packages/react-native-codegen-typescript-test/package.json b/packages/react-native-codegen-typescript-test/package.json index 57f63fe83c2..89c93057304 100644 --- a/packages/react-native-codegen-typescript-test/package.json +++ b/packages/react-native-codegen-typescript-test/package.json @@ -19,7 +19,7 @@ "prepare": "yarn run build" }, "dependencies": { - "@react-native/codegen": "0.74.1" + "@react-native/codegen": "0.74.2" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/react-native-codegen/package.json b/packages/react-native-codegen/package.json index 1981d3db5ac..aee0d5c5caa 100644 --- a/packages/react-native-codegen/package.json +++ b/packages/react-native-codegen/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/codegen", - "version": "0.74.1", + "version": "0.74.2", "description": "Code generation tools for React Native", "license": "MIT", "repository": { diff --git a/packages/react-native-popup-menu-android/package.json b/packages/react-native-popup-menu-android/package.json index 9be32ece5c1..b40494697bb 100644 --- a/packages/react-native-popup-menu-android/package.json +++ b/packages/react-native-popup-menu-android/package.json @@ -1,6 +1,6 @@ { "name": "@react-native/popup-menu-android", - "version": "0.74.0", + "version": "0.74.1", "description": "PopupMenu for the Android platform", "react-native": "js/PopupMenuAndroid", "source": "js/PopupMenuAndroid", @@ -12,7 +12,10 @@ "!**/__fixtures__", "!**/__mocks__" ], - "keywords": ["react-native", "android"], + "keywords": [ + "react-native", + "android" + ], "license": "MIT", "devDependencies": { "@react-native/codegen": "*" diff --git a/packages/react-native/package.json b/packages/react-native/package.json index b86cc59f858..5437df6f4a8 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -102,7 +102,7 @@ "@react-native-community/cli-platform-android": "13.6.1", "@react-native-community/cli-platform-ios": "13.6.1", "@react-native/assets-registry": "0.74.0", - "@react-native/codegen": "0.74.1", + "@react-native/codegen": "0.74.2", "@react-native/community-cli-plugin": "0.74.2", "@react-native/gradle-plugin": "0.74.1", "@react-native/js-polyfills": "0.74.0", @@ -153,4 +153,4 @@ } ] } -} \ No newline at end of file +} diff --git a/packages/rn-tester/package.json b/packages/rn-tester/package.json index 87ed68d334c..cf39bd06b87 100644 --- a/packages/rn-tester/package.json +++ b/packages/rn-tester/package.json @@ -26,7 +26,7 @@ "flow-enums-runtime": "^0.0.6", "invariant": "^2.2.4", "nullthrows": "^1.1.1", - "@react-native/popup-menu-android": "^0.74.0" + "@react-native/popup-menu-android": "^0.74.1" }, "peerDependencies": { "react": "18.2.0",