Skip to content

Commit aae9355

Browse files
committed
main - cb20a24 build: remove legacy linking code
1 parent c4a3a35 commit aae9355

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,19 @@
3838
}
3939
},
4040
"peerDependencies": {
41+
"@angular/cdk-experimental": "20.0.0-next.5",
4142
"@angular/cdk": "20.0.0-next.5",
4243
"@angular/core": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
4344
"@angular/common": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
4445
"@angular/forms": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
4546
"@angular/platform-browser": "^20.0.0-0 || ^20.1.0-0 || ^20.2.0-0 || ^20.3.0-0 || ^21.0.0-0",
4647
"@angular/material": "20.0.0-next.5"
4748
},
49+
"devDependencies": {
50+
"@angular/cdk-experimental": "workspace:*",
51+
"@angular/cdk": "workspace:*",
52+
"@angular/material": "workspace:*"
53+
},
4854
"dependencies": {
4955
"tslib": "^2.3.0"
5056
},

0 commit comments

Comments
 (0)