Skip to content

Commit

Permalink
[core] Upgrade babel runtime (#43243)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Potoms <[email protected]>
Co-authored-by: Flavien DELANGLE <[email protected]>
  • Loading branch information
Janpot and flaviendelangle authored Aug 27, 2024
1 parent 0d1578f commit 4fe4d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ module.exports = function getBabelConfig(api) {
'@babel/plugin-transform-runtime',
{
useESModules,
// any package needs to declare 7.4.4 as a runtime dependency. default is ^7.0.0
version: '^7.4.4',
// any package needs to declare 7.25.0 as a runtime dependency. default is ^7.0.0
version: '^7.25.0',
},
],
[
Expand Down

0 comments on commit 4fe4d8c

Please sign in to comment.