From 055b35d75c2bdece788623ff96d1194aee525725 Mon Sep 17 00:00:00 2001 From: hurali97 Date: Mon, 5 Feb 2024 12:39:24 +0500 Subject: [PATCH] bumped packages versions #publish-packages-to-npm --- packages/babel-plugin-codegen/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/package.json | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/babel-plugin-codegen/package.json b/packages/babel-plugin-codegen/package.json index e2ee44470df11f..d95a7aea28216e 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.73.2" + "@react-native/codegen": "0.73.3" }, "devDependencies": { "@babel/core": "^7.20.0" diff --git a/packages/eslint-plugin-specs/package.json b/packages/eslint-plugin-specs/package.json index 5e5c1519650c9f..5f49a3b4aa31cc 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.73.2", + "@react-native/codegen": "0.73.3", "flow-parser": "^0.206.0", "make-dir": "^2.1.0", "pirates": "^4.0.1", diff --git a/packages/react-native-codegen-typescript-test/package.json b/packages/react-native-codegen-typescript-test/package.json index 8208a779fc2ff6..be96d25fe1eba7 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.73.2" + "@react-native/codegen": "0.73.3" }, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/packages/react-native-codegen/package.json b/packages/react-native-codegen/package.json index 4fd8b1cd981cb0..c91ea37d66ec9d 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.73.2", + "version": "0.73.3", "description": "Code generation tools for React Native", "license": "MIT", "repository": { diff --git a/packages/react-native/package.json b/packages/react-native/package.json index a170f144d58c0a..043a9a026b7456 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -98,7 +98,7 @@ "@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/codegen": "0.73.2", + "@react-native/codegen": "0.73.3", "@react-native/gradle-plugin": "0.73.4", "@react-native/js-polyfills": "0.73.1", "@react-native/normalize-colors": "0.73.2", @@ -149,4 +149,4 @@ } ] } -} \ No newline at end of file +}