aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2024-06-18 11:59:34 +0200
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2024-06-18 11:59:34 +0200
commitabbaea0219a8667bf3205e21200ec8fa64d2fb5d (patch)
treedaa3d9ec85739392ce4d31f01604e366b3911448
parentfe9e2ad7e0a121f5f7fc5b8801f537637619a3bb (diff)
downloadsvg.js-abbaea0219a8667bf3205e21200ec8fa64d2fb5d.tar.gz
svg.js-abbaea0219a8667bf3205e21200ec8fa64d2fb5d.zip
update babel transform runtime version
-rw-r--r--.config/rollup.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/rollup.config.js b/.config/rollup.config.js
index 10eec93..69f656c 100644
--- a/.config/rollup.config.js
+++ b/.config/rollup.config.js
@@ -26,7 +26,7 @@ const getBabelConfig = (node = false) => {
[
'@babel/transform-runtime',
{
- version: '^7.14.5',
+ version: '^7.24.7',
regenerator: false,
useESModules: true
}