From b7ee0fc1c5c642d36ad23281cb6353895a6ca29d Mon Sep 17 00:00:00 2001 From: rafalo <91158388+rafalolbracht@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:00:07 +0200 Subject: [PATCH] Update package.json (#1105) 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": {