From bc271386865116e3046301ee5a30acb93d92704d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Dec 2018 21:44:52 +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..fa2fe10a 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.3", "@angular/core": "2.1.2", "@angular/forms": "2.1.2", "@angular/platform-browser": "2.1.2",