Update babel monorepo to v7.22.5 (#25405)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Renaud Chaput <renchap@gmail.com>
local
renovate[bot] 11 months ago committed by GitHub
parent a99201c735
commit ae2790d84f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      babel.config.js
  2. 1503
      yarn.lock

@ -12,6 +12,9 @@ module.exports = (api) => {
debug: false,
include: [
'transform-numeric-separator',
'transform-optional-chaining',
'transform-nullish-coalescing-operator',
'transform-class-properties',
],
};
@ -24,8 +27,6 @@ module.exports = (api) => {
plugins: [
['formatjs'],
'preval',
'@babel/plugin-transform-optional-chaining',
'@babel/plugin-transform-nullish-coalescing-operator',
],
overrides: [
{

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save