micahstubbs commented on issue #2053: URL: https://github.com/apache/helix/issues/2053#issuecomment-1115443605
Now, let's update @angular/flex-layout, which oddly doesn't sync its versions to Angular like all the other packages do. First, we need to figure out which version of @angular/flex-layout matches Angular 5.2. A quick search yield this issue: https://github.com/angular/flex-layout/issues/559 which links to this commit https://github.com/angular/flex-layout/commit/061083dca30b596a15801708bf22bf44c044b749 which links to this tag https://github.com/angular/flex-layout/releases/tag/v5.0.0-beta.14 so, we need this command to fix the peer dependency warning: `npm install @angular/[email protected]` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
