Skip to content

Commit

Permalink
Update dependency core-js to v3.31.0 (home-assistant#16913)
Browse files Browse the repository at this point in the history
* Update dependency core-js to v3.31.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 Jun 17, 2023
1 parent 3be601a commit 12b7b90
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.30", proposals: true },
corejs: latestBuild ? false : { version: "3.31", proposals: true },
bugfixes: true,
},
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"app-datepicker": "5.1.1",
"chart.js": "3.3.2",
"comlink": "4.4.1",
"core-js": "3.30.2",
"core-js": "3.31.0",
"cropperjs": "1.5.13",
"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 @@ -7112,10 +7112,10 @@ __metadata:
languageName: node
linkType: hard

"core-js@npm:3.30.2":
version: 3.30.2
resolution: "core-js@npm:3.30.2"
checksum: 73d47e2b9d9f502800973982d08e995bbf04832e20b04e04be31dd7607247158271315e9328788a2408190e291c7ffbefad141167b1e57dea9f983e1e723541e
"core-js@npm:3.31.0":
version: 3.31.0
resolution: "core-js@npm:3.31.0"
checksum: f7cf9b3010f7ca99c026d95b61743baca1a85512742ed2b67e8f65a72ac4f4fe0b90b00057783e886bdd39d3a295f42f845d33e7cba3973ed263df978343ab79
languageName: node
linkType: hard

Expand Down Expand Up @@ -9730,7 +9730,7 @@ __metadata:
chai: 4.3.7
chart.js: 3.3.2
comlink: 4.4.1
core-js: 3.30.2
core-js: 3.31.0
cropperjs: 1.5.13
date-fns: 2.30.0
date-fns-tz: 2.0.0
Expand Down

0 comments on commit 12b7b90

Please sign in to comment.