From d523a3459af529e355fead6db05ba3e82470dbcb Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 25 Sep 2024 12:56:18 +0200 Subject: [PATCH] allow babel/core 7.x We currently use 7.23 in Foreman and this works fine. Reflect it in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42a6bf9d..36ce16f1 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@theforeman/vendor": ">= 10.1.1" }, "devDependencies": { - "@babel/core": "~7.7.0", + "@babel/core": "^7.7.0", "@theforeman/builder": ">= 10.1.1", "@theforeman/test": ">= 10.1.1", "@theforeman/eslint-plugin-foreman": ">= 10.1.1",