build: add missing @babel/core bazel dep to fix //packages/localize/src/tools/test:test_lib (#34974)

Previously we relied on this package being hoisted and available, which is error prone and it would
be just a matter of time before the build would break due rehoisting of deps upon future npm package.json
changes.

PR Close #34974
This commit is contained in:
Igor Minar 2020-01-26 12:09:38 -08:00
parent 241f0acfb4
commit 7360e1ea2c
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ ts_library(
"//packages/compiler",
"//packages/localize",
"//packages/localize/src/tools",
"@npm//@babel/core",
"@npm//@babel/generator",
"@npm//@babel/template",
"@npm//@babel/types",