Skip to content

Commit

Permalink
feat: upgrade to corejs 3
Browse files Browse the repository at this point in the history
  • Loading branch information
williazz committed Jun 26, 2024
1 parent 1a3eb26 commit cc291f2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 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 @@ -122,7 +122,7 @@
"@aws-sdk/signature-v4": "^3.36.0",
"@aws-sdk/util-hex-encoding": "^3.36.0",
"@babel/runtime": "^7.16.0",
"core-js": "^2.6.12",
"core-js": "^3.37.1",
"shimmer": "^1.2.1",
"ua-parser-js": "^1.0.33",
"uuid": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion webpack/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const babelLoaderOptions = {
'@babel/preset-env',
{
modules: false,
corejs: '2.0',
corejs: '3.37',
useBuiltIns: 'usage'
}
]
Expand Down

0 comments on commit cc291f2

Please sign in to comment.