Skip to content

Commit 0efa24f

Browse files
committed
angular: Allow Angular 20 pre-release in peer dependencies
1 parent 5218263 commit 0efa24f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/angular-material/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@
6060
]
6161
},
6262
"peerDependencies": {
63-
"@angular/animations": "^18.0.0 || ^19.0.0",
64-
"@angular/cdk": "^18.0.0 || ^19.0.0",
65-
"@angular/common": "^18.0.0 || ^19.0.0",
66-
"@angular/core": "^18.0.0 || ^19.0.0",
67-
"@angular/forms": "^18.0.0 || ^19.0.0",
68-
"@angular/material": "^18.0.0 || ^19.0.0",
69-
"@angular/platform-browser": "^18.0.0 || ^19.0.0",
70-
"@angular/router": "^18.0.0 || ^19.0.0",
63+
"@angular/animations": "^18.0.0 || ^19.0.0 || ^20.0.0-next.0",
64+
"@angular/cdk": "^18.0.0 || ^19.0.0 || ^20.0.0-next.0",
65+
"@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0-next.0",
66+
"@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0-next.0",
67+
"@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0-next.0",
68+
"@angular/material": "^18.0.0 || ^19.0.0 || ^20.0.0-next.0",
69+
"@angular/platform-browser": "^18.0.0 || ^19.0.0 || ^20.0.0-next.0",
70+
"@angular/router": "^18.0.0 || ^19.0.0 || ^20.0.0-next.0",
7171
"@jsonforms/angular": "3.6.0-alpha.0",
7272
"@jsonforms/core": "3.6.0-alpha.0",
7373
"dayjs": "^1.11.10",

packages/angular/package.json

+2-2
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 || ^20.0.0-next.0",
71+
"@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0-next.0",
7272
"@jsonforms/core": "3.6.0-alpha.0",
7373
"rxjs": "^6.6.0 || ^7.4.0"
7474
},

0 commit comments

Comments
 (0)