Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Sep 7, 2022
1 parent 5dc2b30 commit 57cfc7a
Show file tree
Hide file tree
Showing 5 changed files with 169 additions and 587 deletions.
2 changes: 1 addition & 1 deletion .storybook/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[
"@babel/preset-env",
{
"corejs": "3.20",
"corejs": "3.25",
"useBuiltIns": "entry"
}
],
Expand Down
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = api => {
[
'@babel/preset-env',
{
corejs: '3.20',
corejs: '3.25',
exclude: ['@babel/plugin-transform-regenerator'],
modules: false,
useBuiltIns: 'entry'
Expand Down
Loading

0 comments on commit 57cfc7a

Please sign in to comment.