From 03ae5f4d70ed7687b97a7dbaeb06101b985ad878 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Sun, 16 Jan 2022 15:44:46 +0100 Subject: [PATCH] `yarn constraints --fix` --- packages/babel-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-core/package.json b/packages/babel-core/package.json index 0accfcf3921b..b5761e52fc1d 100644 --- a/packages/babel-core/package.json +++ b/packages/babel-core/package.json @@ -51,7 +51,7 @@ "@babel/code-frame": "workspace:^", "@babel/generator": "workspace:^", "@babel/helper-compilation-targets": "workspace:^", - "@babel/helper-module-transforms": "workspace:^7.16.7", + "@babel/helper-module-transforms": "workspace:^", "@babel/helpers": "workspace:^", "@babel/parser": "workspace:^", "@babel/template": "workspace:^",