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

Feature/axios #5776

Merged
merged 7 commits into from
Jun 27, 2023
Merged

Feature/axios #5776

merged 7 commits into from
Jun 27, 2023

Conversation

SamTV12345
Copy link
Member

@SamTV12345 SamTV12345 commented Jun 27, 2023

Removes request package in favor of axios.

@SamTV12345 SamTV12345 marked this pull request as ready for review June 27, 2023 19:17
@SamTV12345 SamTV12345 merged commit 049231e into develop Jun 27, 2023
@SamTV12345 SamTV12345 deleted the feature/axios branch June 27, 2023 19:20
@webzwo0i
Copy link
Member

Won't this install all dev dependencies in production (ie not dev) setups?

@SamTV12345
Copy link
Member Author

Thanks for checking. I just opened another branch that should have fixed that. Seems like we need the optional dependencies for testing. #5781 removes the dev dependencies and it fails. That would mean that we include the dev dependencies by default. The newer npm versions warn you to choose between include dev or no dev. That is why I added it.

@SamTV12345 SamTV12345 mentioned this pull request Jul 5, 2023
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