From 67bcfdcf0cff89ca98dd49a0ab2c79bed1fe7fcb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 14 Feb 2018 05:30:01 +0000 Subject: [PATCH] fix(deps): update dependency @angular/compiler to v5.2.5 --- 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 203c57e2..bc83689c 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": "5.2.5", "@angular/core": "2.1.2", "@angular/forms": "2.1.2", "@angular/platform-browser": "2.1.2",