From f267b5058769eb8224b02905be916673b8ed3697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3zsef=20Farkas?= Date: Fri, 6 May 2016 17:37:53 +0200 Subject: [PATCH] Update to angular 2.0.0-rc.1 and lock its version --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 328bb9e1..a352a590 100644 --- a/package.json +++ b/package.json @@ -22,11 +22,11 @@ "yargs": "^4.2.0" }, "dependencies": { - "@angular/common": "^2.0.0-rc.0", - "@angular/compiler": "^2.0.0-rc.0", - "@angular/core": "2.0.0-rc.0", - "@angular/platform-browser": "^2.0.0-rc.0", - "@angular/platform-browser-dynamic": "^2.0.0-rc.0", + "@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", "bootstrap": "^3.3.6", "browser-stdout": "^1.3.0", "es6-shim": "^0.35.0",