From e41dce8f30e09925b7e8c693d17ab87d5cdf62b9 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Thu, 9 Jan 2025 17:27:53 +0100 Subject: [PATCH] Babel: Bump `corejs` version --- babel.config.cjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.cjs b/babel.config.cjs index d835c3a2a034..9f3e1d3dbc00 100644 --- a/babel.config.cjs +++ b/babel.config.cjs @@ -32,7 +32,7 @@ module.exports = function (api) { shippedProposals: true, targets, useBuiltIns: 'usage', - corejs: '3.39.0', + corejs: '3.40.0', }, ], [