Skip to content

Commit

Permalink
Merge pull request #130 from retejs/fix-peer-constraints
Browse files Browse the repository at this point in the history
fix: fix peer dependencies constraints
  • Loading branch information
Ni55aN authored Sep 14, 2024
2 parents d8bbd47 + 5870f77 commit 2c6ecff
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 2c6ecff

Please sign in to comment.