From 2d38d8e4fba89b82f01e014303b8e80d05ae76db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkas=20J=C3=B3zsef?= Date: Fri, 16 Sep 2016 22:34:04 +0200 Subject: [PATCH] Update Angular2 to final release --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 6403aeaa..02ad4ffe 100644 --- a/package.json +++ b/package.json @@ -33,13 +33,13 @@ "yargs": "5.0.0" }, "dependencies": { - "@angular/common": "2.0.0-rc.7", - "@angular/compiler": "2.0.0-rc.7", - "@angular/core": "2.0.0-rc.7", - "@angular/forms": "2.0.0-rc.7", - "@angular/platform-browser": "2.0.0-rc.7", - "@angular/platform-browser-dynamic": "2.0.0-rc.7", - "@angular/router": "3.0.0-rc.3", + "@angular/common": "2.0.0", + "@angular/compiler": "2.0.0", + "@angular/core": "2.0.0", + "@angular/forms": "2.0.0", + "@angular/platform-browser": "2.0.0", + "@angular/platform-browser-dynamic": "2.0.0", + "@angular/router": "3.0.0", "bootstrap": "^3.3.7", "browser-stdout": "^1.3.0", "core-js": "2.4.1", @@ -55,7 +55,7 @@ "sortablejs": "^1.4.2", "typescript": "2.0.2", "xml-loader": "^1.1.0", - "zone.js": "0.6.21" + "zone.js": "0.6.23" }, "scripts": { "tslint": "tslint \"src/**/*.ts\" \"test-serializer/**/*.ts\"",