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

PP-13422: Upgrade expressJS to 4.21.2 #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

katstevens
Copy link
Contributor

@katstevens katstevens commented Jan 23, 2025

Moves express out of the devDependency list, as it is imported in index.ts. This was preventing the node_modules folder from being correctly excluded in tsconfig.js.

Moves express out of the devDependency list, as it is imported in index.ts
@jfharden
Copy link
Contributor

@katstevens express is only a dev dependency, only types are being imported in index.ts which are compiled out by tsc, so this should stay in dev dependencies

@katstevens
Copy link
Contributor Author

@katstevens express is only a dev dependency, only types are being imported in index.ts which are compiled out by tsc, so this should stay in dev dependencies

Ah OK, I've misunderstood there. So does that mean there's no point excluding node_modules?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants