Skip to content

Commit

Permalink
refactor: Upgrade various dependencies (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian Stasik authored Feb 15, 2023
1 parent 6a63fb9 commit d8468ae
Show file tree
Hide file tree
Showing 3 changed files with 895 additions and 1,453 deletions.
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ module.exports = {
],
presets: [
'@babel/preset-react',
['@babel/preset-env', { corejs: '3.25', useBuiltIns: 'entry' }],
['@babel/preset-env', { corejs: '3.28', useBuiltIns: 'entry' }],
],
};
Loading

0 comments on commit d8468ae

Please sign in to comment.