mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Update babel monorepo (#25505)
* Update babel monorepo * Add missing @babel/plugin-proposal-logical-assignment-operators dependency --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
453a361017
commit
da0b6580e5
2 changed files with 865 additions and 564 deletions
|
@ -88,6 +88,7 @@
|
|||
"@babel/eslint-plugin": "^7.12.10",
|
||||
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
||||
"@babel/plugin-proposal-export-default-from": "^7.12.1",
|
||||
"@babel/plugin-proposal-logical-assignment-operators": "^7.20.7",
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
|
||||
"@babel/plugin-proposal-numeric-separator": "^7.12.7",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
|
||||
|
|
Loading…
Reference in a new issue