1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Update dependency core-js to v3.30.0 (#16105)

* Update dependency core-js to v3.30.0

* Update babel preset

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Steve Repsher <steverep@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2023-04-10 13:21:35 +00:00
committed by GitHub
parent 88951a0a70
commit da58aed64c
3 changed files with 7 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ module.exports.babelOptions = ({ latestBuild, isProdBuild, isTestBuild }) => ({
"@babel/preset-env",
{
useBuiltIns: "entry",
corejs: { version: "3.29", proposals: true },
corejs: { version: "3.30", proposals: true },
bugfixes: true,
},
],