Skip to content

Commit

Permalink
Update dependency core-js to v3.33.0 (#18119)
Browse files Browse the repository at this point in the history
* Update dependency core-js to v3.33.0

* Update babel setting

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <[email protected]>
  • Loading branch information
renovate[bot] and steverep authored Oct 9, 2023
1 parent a3532a4 commit cc01e8d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build-scripts/bundle.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports.babelOptions = ({ latestBuild, isProdBuild, isTestBuild }) => ({
"@babel/preset-env",
{
useBuiltIns: latestBuild ? false : "entry",
corejs: latestBuild ? false : { version: "3.32", proposals: true },
corejs: latestBuild ? false : { version: "3.33", proposals: true },
bugfixes: true,
shippedProposals: true,
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"app-datepicker": "5.1.1",
"chart.js": "4.4.0",
"comlink": "4.4.1",
"core-js": "3.32.2",
"core-js": "3.33.0",
"cropperjs": "1.6.1",
"date-fns": "2.30.0",
"date-fns-tz": "2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7131,10 +7131,10 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:3.32.2":
version: 3.32.2
resolution: "core-js@npm:3.32.2"
checksum: d6fac7e8eb054eefc211c76cd0a0ff07447a917122757d085f469f046ec888d122409c7db1a9601c3eb5fa767608ed380bcd219eace02bdf973da155680edeec
"core-js@npm:3.33.0":
version: 3.33.0
resolution: "core-js@npm:3.33.0"
checksum: dd62217935ac281faf6f833bb306fb891162919fcf9c1f0c975b1b91e82ac09a940f5deb5950bbb582739ceef716e8bd7e4f9eab8328932fb029d3bc2ecb2881
languageName: node
linkType: hard

Expand Down Expand Up @@ -9747,7 +9747,7 @@ __metadata:
chai: 4.3.10
chart.js: 4.4.0
comlink: 4.4.1
core-js: 3.32.2
core-js: 3.33.0
cropperjs: 1.6.1
date-fns: 2.30.0
date-fns-tz: 2.0.0
Expand Down

0 comments on commit cc01e8d

Please sign in to comment.