build(localize): sync up babel dependencies (#35008)

In #34974 the top level dependency on `@babel/core` was bumped to
7.8.3. This commit ensures that the package.json that gets included
in the `@angular/localize` distributable is at the same version.

PR Close #35008
This commit is contained in:
Pete Bacon Darwin 2020-01-28 15:02:32 +00:00 committed by Andrew Kushnir
parent 53c4c8de8f
commit fb852f7252
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@
"node": ">=8.0"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@babel/core": "7.8.3",
"glob": "7.1.2",
"yargs": "13.1.0"
},