We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4a3a35 commit aae9355Copy full SHA for aae9355
1 file changed
package.json
@@ -38,13 +38,19 @@
38
}
39
},
40
"peerDependencies": {
41
+ "@angular/cdk-experimental": "20.0.0-next.5",
42
"@angular/cdk": "20.0.0-next.5",
43
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
44
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
45
"@angular/forms": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
46
"@angular/platform-browser": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
47
"@angular/material": "20.0.0-next.5"
48
49
+ "devDependencies": {
50
+ "@angular/cdk-experimental": "workspace:*",
51
+ "@angular/cdk": "workspace:*",
52
+ "@angular/material": "workspace:*"
53
+ },
54
"dependencies": {
55
"tslib": "^2.3.0"
56
0 commit comments