-
Notifications
You must be signed in to change notification settings - Fork 188
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
Latest version support for Axios ? #307
Labels
Comments
At least there should be some TypeScript corrections
|
jamonholmgren
added a commit
that referenced
this issue
Jun 17, 2023
infinitered-circleci
pushed a commit
that referenced
this issue
Jun 17, 2023
## [3.0.1](v3.0.0...v3.0.1) (2023-06-17) ### Bug Fixes * Upgrades axios to 1.4.0 and fixes Node v17+ ipv6 issue in tests ([#311](#311) by [@jamonholmgren](https://github.com/jamonholmgren)) ([7665879](7665879)), closes [#307](#307)
🎉 This issue has been resolved in version 3.0.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have this latest release v3.0.0, which mentions about breaking changes from Axios : https://github.com/infinitered/apisauce/releases/tag/v3.0.0
However in the package.json https://github.com/infinitered/apisauce/blob/master/package.json we still have
"dependencies": { "axios": "^0.27.2" },
Could someone look into it ?
The text was updated successfully, but these errors were encountered: