Skip to content

Commit 4fe4d8c

Browse files
[core] Upgrade babel runtime (#43243)
Signed-off-by: Jan Potoms <2109932+Janpot@users.noreply.github.com> Co-authored-by: Flavien DELANGLE <flaviendelangle@gmail.com>
1 parent 0d1578f commit 4fe4d8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

babel.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ module.exports = function getBabelConfig(api) {
9292
'@babel/plugin-transform-runtime',
9393
{
9494
useESModules,
95-
// any package needs to declare 7.4.4 as a runtime dependency. default is ^7.0.0
96-
version: '^7.4.4',
95+
// any package needs to declare 7.25.0 as a runtime dependency. default is ^7.0.0
96+
version: '^7.25.0',
9797
},
9898
],
9999
[

0 commit comments

Comments
 (0)