Skip to content

Commit

Permalink
fix peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
craeft-io committed Sep 12, 2024
1 parent d981157 commit b115593
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 b115593

Please sign in to comment.