Skip to content

Commit

Permalink
Babel 7.26 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Oct 28, 2024
1 parent f2a7828 commit 2f75f96
Show file tree
Hide file tree
Showing 6 changed files with 4,483 additions and 648 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.26.x` upgrades.

## 6.2.0 - 2024-08-02
### Added
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = (context, options = {}) => {
corejs: 3,
helpers: true,
regenerator: true,
version: '7.25.0', // 1
version: '7.26.0', // 1
};

let presets = [
Expand Down
Loading

0 comments on commit 2f75f96

Please sign in to comment.