DEV: Update broccoli-babel-transpiler (#17221)

Fixes concurrent addon build lockups.
This commit is contained in:
Jarek Radosz 2022-06-24 10:48:05 +02:00 committed by GitHub
parent 07cb8e5300
commit bd85c15acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2824,9 +2824,9 @@ broccoli-asset-rewrite@^2.0.0:
broccoli-filter "^1.2.3"
broccoli-babel-transpiler@^7.8.0:
version "7.8.0"
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.8.0.tgz#7e0f01fce5739f49bbadeee7f1e625ca51cad66e"
integrity sha512-dv30Td5uL7dO3NzQUqQKQs+Iq7JGKnCNtvc6GBO76uVPqGnRlsQZcYqdBVr33JrctR+ZrpTUf7TjsFKeDRFA8Q==
version "7.8.1"
resolved "https://registry.yarnpkg.com/broccoli-babel-transpiler/-/broccoli-babel-transpiler-7.8.1.tgz#a5dc04cf4f59de98124fc128683ab2b83e5d28c1"
integrity sha512-6IXBgfRt7HZ61g67ssBc6lBb3Smw3DPZ9dEYirgtvXWpRZ2A9M22nxy6opEwJDgDJzlu/bB7ToppW33OFkA1gA==
dependencies:
"@babel/core" "^7.12.0"
"@babel/polyfill" "^7.11.5"