-
Notifications
You must be signed in to change notification settings - Fork 621
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
chore: cleanup frontend dependencies, remove storybook #3591
Conversation
b0ceaeb
to
f3d82aa
Compare
eae793d
to
e10ff9e
Compare
@Rperry2174 any thoughts on removing storybook from the frontend project here? As I wrote above it seems to be broken atm and it causes a security alert that can't be easily addressed. |
@@ -75,7 +66,6 @@ | |||
"conventional-changelog-cli": "^2.1.1", | |||
"copy-webpack-plugin": "^11.0.0", | |||
"cypress": "^12.11.0", | |||
"cypress-image-snapshot": "^4.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is in the og
folder which in my understanding is mostly there for reference but it is unused and has its own package.json.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removing code always looks good to me! 🥳
I'm just wondering if @Rperry2174 has some opinion on removing StoryBook.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* chore: cleanup frontend dependencies, remove storybook * Run prettier * Remove explicit @mui/types dependency
A few cleanup changes for the frontend:
Tested with:
cc @grafakus