From 31b4550a173e5bfddbdae65bf3e4d9011b8aefa8 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 2 Mar 2023 14:25:58 -0800 Subject: [PATCH] Bump all the usages of published packages in the monorepo (#36356) Summary: This bumps all the usages of the packages in the monorepo to the latest published. ## Changelog [INTERNAL] - Bump all the usages of published packages Pull Request resolved: https://github.com/facebook/react-native/pull/36356 Test Plan: n/a Reviewed By: jacdebug Differential Revision: D43735714 Pulled By: cortinico fbshipit-source-id: 746af2a2f34e65e1093d0670cd79dae5484f21c2 --- package.json | 4 ++-- repo-config/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b5fd351bdd9..048e5be439b 100644 --- a/package.json +++ b/package.json @@ -118,10 +118,10 @@ "@react-native-community/cli-platform-android": "11.0.0-alpha.2", "@react-native-community/cli-platform-ios": "11.0.0-alpha.2", "@react-native/assets-registry": "^0.72.0", - "@react-native/gradle-plugin": "^0.72.4", + "@react-native/gradle-plugin": "^0.72.5", "@react-native/js-polyfills": "^0.72.1", "@react-native/normalize-colors": "^0.72.0", - "@react-native/virtualized-lists": "^0.72.1", + "@react-native/virtualized-lists": "^0.72.2", "abort-controller": "^3.0.0", "anser": "^1.4.9", "base64-js": "^1.1.2", diff --git a/repo-config/package.json b/repo-config/package.json index 7062a336eb7..e5796c5a92f 100644 --- a/repo-config/package.json +++ b/repo-config/package.json @@ -14,7 +14,7 @@ "@babel/generator": "^7.20.0", "@babel/plugin-transform-regenerator": "^7.0.0", "@definitelytyped/dtslint": "^0.0.127", - "@react-native/codegen": "^0.72.2", + "@react-native/codegen": "^0.72.3", "@react-native/eslint-config": "*", "@react-native/eslint-plugin": "*", "@react-native/eslint-plugin-specs": "^0.72.2",