From a9c06c60781112c68069a1b17084bf064a629c8f Mon Sep 17 00:00:00 2001 From: Phillip Barta Date: Thu, 24 Jun 2021 23:26:03 +0200 Subject: [PATCH] chore(repo): added @babel/core to get rid of peer dependency warnings (#6066) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ab8cf0eaba..2e0a74b67d 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,7 @@ "@angular/router": "^12.0.0", "@angular/service-worker": "^12.0.0", "@angular/upgrade": "^12.0.0", + "@babel/core": "7.12.13", "@cypress/webpack-preprocessor": "~4.1.2", "@nestjs/common": "^7.0.0", "@nestjs/core": "^7.0.0",