We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SuperTest is behind one major version. It depends on SuperAgent 9.x:
https://github.com/ladjs/supertest/blob/master/package.json#L9
However, SuperAgent released 10.x in August 2024: https://github.com/ladjs/superagent/releases/tag/v10.0.0
When I install the latest SuperAgent and SuperTest, my package.lock file has both 10.x and 9.x versions of SuperAgent installed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature
SuperTest is behind one major version. It depends on SuperAgent 9.x:
https://github.com/ladjs/supertest/blob/master/package.json#L9
However, SuperAgent released 10.x in August 2024: https://github.com/ladjs/superagent/releases/tag/v10.0.0
When I install the latest SuperAgent and SuperTest, my package.lock file has both 10.x and 9.x versions of SuperAgent installed.
Checklist
The text was updated successfully, but these errors were encountered: