From 6b16f72f255393cadaf7fd774952ef9c9ac6bac4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 6 Dec 2018 23:23:19 +0000 Subject: [PATCH] Update dependency @angular/compiler to v7 --- examples/angular2/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/angular2/package.json b/examples/angular2/package.json index f6eda99d..fe68906a 100644 --- a/examples/angular2/package.json +++ b/examples/angular2/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@angular/common": "2.1.2", - "@angular/compiler": "2.1.2", + "@angular/compiler": "7.1.2", "@angular/core": "2.1.2", "@angular/forms": "2.1.2", "@angular/platform-browser": "2.1.2",