Skip to content

Commit

Permalink
fix: fix peer dependencies constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Sep 14, 2024
1 parent d8bbd47 commit 5870f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5870f77

Please sign in to comment.