From 3d629e370d44f445acf441831a85f79e15efc2a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkas=20J=C3=B3zsef?= Date: Wed, 23 Nov 2016 21:53:06 +0100 Subject: [PATCH] Lock angular version --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 8cbb51b2..cdd60be9 100644 --- a/package.json +++ b/package.json @@ -30,13 +30,13 @@ "webpack-svgstore-plugin": "^2.2.2" }, "dependencies": { - "@angular/common": "~2.2.1", - "@angular/compiler": "~2.2.1", - "@angular/core": "~2.2.1", - "@angular/forms": "~2.2.1", - "@angular/platform-browser": "~2.2.1", - "@angular/platform-browser-dynamic": "~2.2.1", - "@angular/router": "~3.2.1", + "@angular/common": "2.2.1", + "@angular/compiler": "2.2.1", + "@angular/core": "2.2.1", + "@angular/forms": "2.2.1", + "@angular/platform-browser": "2.2.1", + "@angular/platform-browser-dynamic": "2.2.1", + "@angular/router": "3.2.1", "@ngrx/core": "1.2.0", "@ngrx/effects": "2.0.0", "@ngrx/store": "2.2.1",