Skip to content

Commit 6d5cac9

Browse files
committed
angular: Fix angular peer dependency range
1 parent e553e0d commit 6d5cac9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"lodash": "^4.17.21"
6868
},
6969
"peerDependencies": {
70-
"@angular/core": "^18.0.0 | ^19.0.0",
71-
"@angular/forms": "^18.0.0 | ^19.0.0",
70+
"@angular/core": "^18.0.0 || ^19.0.0",
71+
"@angular/forms": "^18.0.0 || ^19.0.0",
7272
"@jsonforms/core": "3.5.0",
7373
"rxjs": "^6.6.0 || ^7.4.0"
7474
},

0 commit comments

Comments
 (0)