-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup framework angular dependencies #19389
Conversation
I think right now.. the dependency on react can't be removed... I think? |
Who is responsible for providing a react-version in this mono-repo? Nothing references react in frameworks/angular. I assumed that react is provided by a different package that needs react installed. I can undo that, though. Any way to test if this change is ok or not? |
The test runner figured out that something is missing :) I get the tests green first, lets discuss further changes aftwards |
3208215
to
4ec4e23
Compare
@ndelangen do you need anything else? |
According to `npx depcheck`, the dependencies in this commit can be removed.
The dependency @storybook/core-webpack is being referenced in angular/src/types.ts but not listed as dependency.
4ec4e23
to
585596c
Compare
Co-authored-by: Kai Röder <[email protected]>
What I did
I noticed that the framework/angular/package.json needed a cleanup.
For checking missing or obsolete dependencies, I used
npx depcheck code/frameworks/angular
How to test
If your answer is yes to any of these, please make sure to include it in your PR.