Skip to content

Commit 4c3206c

Browse files
authored
build: add packageGroup to CDK (#30468)
Adds a `packageGroup` to the `package.json` of the CDK to avoid some warnings during `ng update`. Fixes #30464.
1 parent 24c2567 commit 4c3206c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: src/cdk/package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@
5757
},
5858
"schematics": "./schematics/collection.json",
5959
"ng-update": {
60-
"migrations": "./schematics/migration.json"
60+
"migrations": "./schematics/migration.json",
61+
"packageGroup": [
62+
"@angular/material",
63+
"@angular/cdk"
64+
]
6165
},
6266
"sideEffects": false
6367
}

0 commit comments

Comments
 (0)