From 90bafb52b27873d59ec637f14e2859cf7f34871d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Mon, 16 Oct 2017 11:59:35 +0000 Subject: [PATCH] fix(deps): update dependency @angular/compiler to v2.4.10 --- 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..9ebccd57 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": "2.4.10", "@angular/core": "2.1.2", "@angular/forms": "2.1.2", "@angular/platform-browser": "2.1.2",