Charles Lyding 9260087bf7 fix(@angular/cli): exclude @angular/material@7.x from ng add package discovery
`@angular/material@7.x` uses unbounded ranges for its framework peer dependencies.
This can cause `ng add` to pick these versions of the package if the newer versions
are not compatible since the peer dependency ranges would match any newer stable
framework version.
2022-10-25 10:51:26 -07:00
..