Skip to content

Commit

Permalink
Update core-js
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGreene authored and tekton-robot committed Feb 15, 2023
1 parent 7663b1c commit b46a618
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 76 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.27",
"corejs": "3.28",
"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.27',
corejs: '3.28',
exclude: ['@babel/plugin-transform-regenerator'],
modules: false,
useBuiltIns: 'entry'
Expand Down
114 changes: 41 additions & 73 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 @@ -33,7 +33,7 @@
"carbon-components": "^10.58.3",
"carbon-components-react": "^7.59.5",
"carbon-icons": "^7.0.7",
"core-js": "^3.27.2",
"core-js": "^3.28.0",
"git-url-parse": "^13.1.0",
"js-yaml": "^4.1.0",
"lodash.clonedeep": "^4.5.0",
Expand Down

0 comments on commit b46a618

Please sign in to comment.