Skip to content

Commit

Permalink
Update core-js to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Oct 27, 2022
1 parent 0c6041f commit d87019d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.25",
"corejs": "3.26",
"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.25',
corejs: '3.26',
exclude: ['@babel/plugin-transform-regenerator'],
modules: false,
useBuiltIns: 'entry'
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"carbon-components": "^10.58.3",
"carbon-components-react": "^7.59.4",
"carbon-icons": "^7.0.7",
"core-js": "^3.25.5",
"core-js": "^3.26.0",
"git-url-parse": "^13.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.keyby": "^4.6.0",
Expand Down

0 comments on commit d87019d

Please sign in to comment.