From a46e5c9f543f4450b067d583ed635c7ffa5125d1 Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Thu, 18 May 2023 14:05:38 -0700 Subject: [PATCH] bump @babel/* packages (#35787) Summary: X-link: https://github.com/facebook/metro/pull/987 While working on https://github.com/facebook/react-native/pull/35786 I noticed some inconsistencies in the versioning for Babel and Flow across the monorepo. So in this PR I wanted to address that so that for 0.72 we'll have the codebase in a more consistent shape. Happy to split in multiple PRs if needed. ## Changelog [GENERAL] [CHANGED] - Bump Babel packages to ^7.20.0 (or closest latest release), bump flow parser to 0.206.0 in a few places that were left out from latest bump Pull Request resolved: https://github.com/facebook/react-native/pull/35787 Test Plan: CI is green. Reviewed By: cipolleschi Differential Revision: D42384881 Pulled By: hoxyq fbshipit-source-id: 21fd43391d12722cf707c3cdbbb36f49c036359d Original-Commit: https://github.com/facebook/react-native/commit/f10dd3f6660bbe6347b65e871dd11a2290426abe --- template/template/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/template/package.json b/template/template/package.json index 858aba4..f5572d7 100644 --- a/template/template/package.json +++ b/template/template/package.json @@ -16,7 +16,7 @@ "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", - "@babel/runtime": "^7.12.5", + "@babel/runtime": "^7.20.0", "@react-native/eslint-config": "^0.73.0", "@react-native/metro-config": "^0.73.0", "@react-native/typescript-config": "^0.73.0",