Skip to content

Commit 2c6ecff

Browse files
authored
Merge pull request #130 from retejs/fix-peer-constraints
fix: fix peer dependencies constraints
2 parents d8bbd47 + 5870f77 commit 2c6ecff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"url": "https://github.com/retejs/angular-plugin/issues"
3333
},
3434
"peerDependencies": {
35-
"@angular/common": ">= 12 < 18",
36-
"@angular/core": ">= 12 < 18",
37-
"@angular/elements": ">= 12 < 18",
35+
"@angular/common": ">= 12 < 19",
36+
"@angular/core": ">= 12 < 19",
37+
"@angular/elements": ">= 12 < 19",
3838
"rete": "^2.0.1",
3939
"rete-area-plugin": "^2.0.0",
4040
"rete-render-utils": "^2.0.0",

0 commit comments

Comments
 (0)