Skip to content

Commit

Permalink
Babel 7.23 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Sep 28, 2023
1 parent f032d74 commit 8cfac31
Show file tree
Hide file tree
Showing 4 changed files with 2,079 additions and 1,859 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Change log

## [Unreleased]
* Babel `7.23.x` upgrades.

## 5.13.1 - 2023-07-18
### Changed
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.22.0', // 1
version: '7.23.0', // 1
};

let presets = [
Expand Down
Loading

0 comments on commit 8cfac31

Please sign in to comment.