From 6596ac2f35cd9399a7a3f7de7e1a613918d74a24 Mon Sep 17 00:00:00 2001 From: Jaifroid Date: Sun, 20 Apr 2025 09:31:43 +0100 Subject: [PATCH] Synchronize Babel versions --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 4ca917e0..9113fce4 100644 --- a/babel.config.js +++ b/babel.config.js @@ -14,7 +14,7 @@ const config = { spec: true, useBuiltIns: 'usage', // "forceAllTransforms": true, - corejs: '3.30.1' + corejs: '3.30.2' // This is necessary for enabling CSS module support // "shippedProposals": true }