Skip to content

Commit

Permalink
build(babel): update core-js to 3.37
Browse files Browse the repository at this point in the history
  • Loading branch information
Xunnamius committed Apr 17, 2024
1 parent 0ce7468 commit b6b5164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = {
modules: 'cjs',
targets: NODE_LTS,
useBuiltIns: 'usage',
corejs: '3.36',
corejs: '3.37',
shippedProposals: true,
exclude: ['proposal-dynamic-import']
}
Expand Down

0 comments on commit b6b5164

Please sign in to comment.