From f6668f57a2fc38f36df1c4500f556e3767a920da Mon Sep 17 00:00:00 2001 From: Kumaresan <36756050+kumaresan-subramani@users.noreply.github.com> Date: Mon, 1 Jun 2020 18:53:52 +0530 Subject: [PATCH] Update package.json Updated angular packages since syncfusino angular ui components are supported from angular 4 to latest angular --- components/base/package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/components/base/package.json b/components/base/package.json index 5f8e22bad..1bebd04f7 100644 --- a/components/base/package.json +++ b/components/base/package.json @@ -33,14 +33,14 @@ "rxjs-compat": "^6.5.4" }, "devDependencies": { - "@angular/common": "2.2.1 - 4.10.0", - "@angular/compiler": "2.2.1 - 4.10.0", - "@angular/core": "2.2.1 - 4.10.0", - "@angular/forms": "2.2.1 - 4.10.0", - "@angular/http": "2.2.1 - 4.10.0", - "@angular/platform-browser": "2.2.1 - 4.10.0", - "@angular/platform-browser-dynamic": "2.2.1 - 4.10.0", - "@angular/router": "2.2.1 - 4.10.0", + "@angular/common": "4.10.0", + "@angular/compiler": "4.10.0", + "@angular/core": "4.10.0", + "@angular/forms": "4.10.0", + "@angular/http": "4.10.0", + "@angular/platform-browser": "4.10.0", + "@angular/platform-browser-dynamic": "4.10.0", + "@angular/router": "4.10.0", "@types/chai": "^3.4.28", "@types/core-js": "0.9.39", "@types/jasmine": "^2.2.29", @@ -81,4 +81,4 @@ "build": "gulp build", "test": "gulp test" } -} \ No newline at end of file +}