Skip to content

Commit

Permalink
update babel transform runtime version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuzzyma committed Jun 18, 2024
1 parent fe9e2ad commit abbaea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const getBabelConfig = (node = false) => {
[
'@babel/transform-runtime',
{
version: '^7.14.5',
version: '^7.24.7',
regenerator: false,
useESModules: true
}
Expand Down

0 comments on commit abbaea0

Please sign in to comment.