From 1f4a1c68305e7ff09d9e00775fd4eb21dfbfaca6 Mon Sep 17 00:00:00 2001 From: dxvladslavvolkov Date: Fri, 14 Jun 2024 17:18:10 +0400 Subject: [PATCH 1/3] Update peerDeps for ng packages --- packages/devextreme-angular/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/devextreme-angular/package.json b/packages/devextreme-angular/package.json index 3481917ee8b5..59aac6db227e 100644 --- a/packages/devextreme-angular/package.json +++ b/packages/devextreme-angular/package.json @@ -18,9 +18,9 @@ "author": "Developer Express Inc.", "license": "MIT", "peerDependencies": { - "@angular/common": ">12.0.0", - "@angular/core": ">12.0.0", - "@angular/forms": ">12.0.0", + "@angular/common": ">12.0.0 <=17.X.X", + "@angular/core": ">12.0.0 <=17.X.X", + "@angular/forms": ">12.0.0 <=17.X.X", "devextreme": "~23.2.6" }, "devDependencies": { From 6d902da06ba7fbf239827345c6569754be5e0f76 Mon Sep 17 00:00:00 2001 From: dxvladslavvolkov Date: Fri, 14 Jun 2024 17:20:20 +0400 Subject: [PATCH 2/3] Small fix --- packages/devextreme-angular/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/devextreme-angular/package.json b/packages/devextreme-angular/package.json index 59aac6db227e..1238b34dc9a8 100644 --- a/packages/devextreme-angular/package.json +++ b/packages/devextreme-angular/package.json @@ -18,9 +18,9 @@ "author": "Developer Express Inc.", "license": "MIT", "peerDependencies": { - "@angular/common": ">12.0.0 <=17.X.X", - "@angular/core": ">12.0.0 <=17.X.X", - "@angular/forms": ">12.0.0 <=17.X.X", + "@angular/common": ">=12.0.0 <=17.X.X", + "@angular/core": ">=12.0.0 <=17.X.X", + "@angular/forms": ">=12.0.0 <=17.X.X", "devextreme": "~23.2.6" }, "devDependencies": { From 1e9405b4b90d5424106bf4ada91bf7a4fec2b3e9 Mon Sep 17 00:00:00 2001 From: dxvladslavvolkov Date: Fri, 14 Jun 2024 17:54:38 +0400 Subject: [PATCH 3/3] Update lock file --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 843abab436c2..5e892613b850 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47000,9 +47000,9 @@ "zone.js": "^0.11.8" }, "peerDependencies": { - "@angular/common": ">12.0.0", - "@angular/core": ">12.0.0", - "@angular/forms": ">12.0.0", + "@angular/common": ">=12.0.0 <=17.X.X", + "@angular/core": ">=12.0.0 <=17.X.X", + "@angular/forms": ">=12.0.0 <=17.X.X", "devextreme": "~23.2.6" } },