From 5870f773b4029d211f99af1490af12196e3b0ccb Mon Sep 17 00:00:00 2001 From: Ni55aN Date: Sat, 14 Sep 2024 22:48:30 +0300 Subject: [PATCH] fix: fix peer dependencies constraints --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ed62e86..ed0e853 100755 --- a/package.json +++ b/package.json @@ -32,9 +32,9 @@ "url": "https://github.com/retejs/angular-plugin/issues" }, "peerDependencies": { - "@angular/common": ">= 12 < 18", - "@angular/core": ">= 12 < 18", - "@angular/elements": ">= 12 < 18", + "@angular/common": ">= 12 < 19", + "@angular/core": ">= 12 < 19", + "@angular/elements": ">= 12 < 19", "rete": "^2.0.1", "rete-area-plugin": "^2.0.0", "rete-render-utils": "^2.0.0",