From e06581d84c39a2220b417d5b85548a70a1321cf2 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Wed, 22 Jun 2016 14:27:08 -0500 Subject: [PATCH] chore(angular): update to angular 2.0.0-rc.3 --- package.json | 14 ++++++-------- scripts/e2e/e2e.template.html | 13 ++++++------- scripts/npm/package.json | 3 +-- src/components/alert/alert.ts | 4 ++-- 4 files changed, 15 insertions(+), 19 deletions(-) diff --git a/package.json b/package.json index 47841b05b4..78d208637a 100644 --- a/package.json +++ b/package.json @@ -13,14 +13,12 @@ "link": "npm install && gulp src && npm link" }, "dependencies": { - "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.0.0-rc.1", - "@angular/core": "2.0.0-rc.1", - "@angular/platform-browser": "2.0.0-rc.1", - "@angular/platform-browser-dynamic": "2.0.0-rc.1", - "@angular/platform-server": "2.0.0-rc.1", - "@angular/http": "2.0.0-rc.1", - "@angular/router": "2.0.0-rc.1", + "@angular/common": "2.0.0-rc.3", + "@angular/compiler": "2.0.0-rc.3", + "@angular/core": "2.0.0-rc.3", + "@angular/platform-browser": "2.0.0-rc.3", + "@angular/platform-browser-dynamic": "2.0.0-rc.3", + "@angular/http": "2.0.0-rc.3", "colors": "^1.1.2", "es6-shim": "^0.35.0", "inquirer": "0.11.0", diff --git a/scripts/e2e/e2e.template.html b/scripts/e2e/e2e.template.html index 788f4a5f32..8ea92dffcb 100644 --- a/scripts/e2e/e2e.template.html +++ b/scripts/e2e/e2e.template.html @@ -45,13 +45,12 @@