Skip to content
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

build(deps): remove unused express dep #633

Merged
merged 1 commit into from
Nov 10, 2022

Conversation

andrewazores
Copy link
Member

Related to #629

Remove unused dependency. Express is a web framework for server-side (Node) applications. This project is only built to static assets to be served by the Cryostat backend and we never use Express for anything.

@andrewazores andrewazores requested a review from ebaron as a code owner November 10, 2022 15:50
@andrewazores andrewazores added chore Refactor, rename, cleanup, etc. build labels Nov 10, 2022
@andrewazores andrewazores requested a review from tthvo November 10, 2022 15:50
Copy link
Member

@tthvo tthvo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! I guess the express that is still listed in yarn.lock is from webpack for hot reload?

@andrewazores
Copy link
Member Author

Yea exactly, it looks like the webpack-dev-server needs it so it is a transitive dep still, but we don't directly depend on it.

@andrewazores andrewazores merged commit e597a30 into cryostatio:main Nov 10, 2022
@andrewazores andrewazores deleted the remove-express branch November 10, 2022 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build chore Refactor, rename, cleanup, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants