diff --git a/package-lock.json b/package-lock.json index b8675669a..658286b1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21691,9 +21691,9 @@ "zone.js": "^0.13.0" }, "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.1-next" } }, diff --git a/packages/devextreme-angular/package.json b/packages/devextreme-angular/package.json index 628e10aeb..233f232b3 100644 --- a/packages/devextreme-angular/package.json +++ b/packages/devextreme-angular/package.json @@ -17,9 +17,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.1-next" }, "devDependencies": {