From fb852f7252f383ff699d3de87eb01b57bbcfd69d Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 28 Jan 2020 15:02:32 +0000 Subject: [PATCH] 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 --- packages/localize/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/localize/package.json b/packages/localize/package.json index 0860362068..1d7203f85f 100644 --- a/packages/localize/package.json +++ b/packages/localize/package.json @@ -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" },