From e584db55e7427a58370097afb58c295f8e6b8398 Mon Sep 17 00:00:00 2001 From: dxrobot Date: Mon, 6 Apr 2020 21:13:53 +0300 Subject: [PATCH] Update to 19.1.10 (#1057) --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 77e799f5f..411b526e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "devextreme-angular", - "version": "19.1.9", + "version": "19.1.10", "description": "Angular UI and visualization components based on DevExtreme widgets", "repository": { "type": "git", @@ -17,13 +17,13 @@ "author": "Developer Express Inc.", "license": "MIT", "peerDependencies": { - "devextreme": "~19.1.9", + "devextreme": "~19.1.10", "@angular/core": ">5.0.0", "@angular/common": ">5.0.0", "@angular/forms": ">5.0.0" }, "devDependencies": { - "devextreme": "~19.1.9", + "devextreme": "~19.1.10", "zone.js": "^0.8.25", "@angular/animations": "^5.0.0", "@angular/common": "^5.0.0",