Skip to content

Commit

Permalink
Babel 7.24 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Mar 6, 2024
1 parent 5e5ca01 commit 4e545e0
Show file tree
Hide file tree
Showing 6 changed files with 144 additions and 150 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Change log

## [Unreleased]
### Changed
* Babel `7.24.x` upgrades.

## 5.14.0 - 2023-09-28
* Babel `7.23.x` upgrades.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module.exports = (context, options = {}) => {
corejs: 2,
helpers: true,
regenerator: true,
version: '7.23.0', // 1
version: '7.24.0', // 1
};

let presets = [
Expand Down
Loading

0 comments on commit 4e545e0

Please sign in to comment.