Skip to content

Commit

Permalink
angular: Fix angular peer dependency range
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-koehler committed Jan 13, 2025
1 parent e553e0d commit 6d5cac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"lodash": "^4.17.21"
},
"peerDependencies": {
"@angular/core": "^18.0.0 | ^19.0.0",
"@angular/forms": "^18.0.0 | ^19.0.0",
"@angular/core": "^18.0.0 || ^19.0.0",
"@angular/forms": "^18.0.0 || ^19.0.0",
"@jsonforms/core": "3.5.0",
"rxjs": "^6.6.0 || ^7.4.0"
},
Expand Down

0 comments on commit 6d5cac9

Please sign in to comment.