From 06119c68d2fa2407fc2be6ad5badd7db7bf9dc76 Mon Sep 17 00:00:00 2001 From: VladimirAmiorkov Date: Tue, 4 Jun 2019 16:13:05 +0300 Subject: [PATCH] chore: fix wrong dep version --- e2e/router-tab-view/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/router-tab-view/package.json b/e2e/router-tab-view/package.json index e0b508fae..2a8e7bad8 100644 --- a/e2e/router-tab-view/package.json +++ b/e2e/router-tab-view/package.json @@ -17,8 +17,8 @@ "@angular/common": "8.0.0", "@angular/compiler": "8.0.0", "@angular/core": "8.0.0", - "@angular/forms": "8.0.0-beta.10", - "@angular/http": "8.0.0", + "@angular/forms": "8.0.0", + "@angular/http": "8.0.0-beta.10", "@angular/platform-browser": "8.0.0", "@angular/platform-browser-dynamic": "8.0.0", "@angular/router": "8.0.0",