Skip to content

Commit

Permalink
Update dependency version in babel.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sequba committed Nov 26, 2024
1 parent 936274e commit 61196eb
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 @@ -9,7 +9,7 @@ module.exports = {
['@babel/preset-env', {
modules: false,
useBuiltIns: 'usage',
corejs: '3.23',
corejs: '3.39.0',
}]
],
plugins: [
Expand All @@ -18,7 +18,7 @@ module.exports = {
helpers: false,
regenerator: false,
useESModules: false,
version: '^7.18.9',
version: '^7.25.9',
}],
['@babel/plugin-transform-modules-commonjs', { loose: true }]
]
Expand Down

0 comments on commit 61196eb

Please sign in to comment.