From 6d6f19c1a5adc01c476b263b157655e7fb0c1274 Mon Sep 17 00:00:00 2001 From: rafalo <91158388+rafalolbracht@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:10:02 +0100 Subject: [PATCH] Update package.json Fixed @angular dependencies --- libs/ng2-dragula/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/ng2-dragula/package.json b/libs/ng2-dragula/package.json index f3bd4f1f..8929a516 100644 --- a/libs/ng2-dragula/package.json +++ b/libs/ng2-dragula/package.json @@ -31,9 +31,9 @@ "rxjs": ">=6.0.0", "@types/dragula": "^2.1.34", "dragula": "^3.7.2", - "@angular/animations": ">=^16.0.0 <=^17.0.0", - "@angular/core": ">=^16.0.0 <=^17.0.0", - "@angular/common": ">=^16.0.0 <=^17.0.0" + "@angular/animations": ">=16.0.0 <18.0.0", + "@angular/core": ">=16.0.0 <18.0.0", + "@angular/common": ">=16.0.0 <18.0.0" }, "nx": { "targets": {