-
Notifications
You must be signed in to change notification settings - Fork 200
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
fix: bump axios 1.x [PHX-2740] #1967
Conversation
b038ba4
to
3130b18
Compare
@@ -6,4 +6,7 @@ module.exports = { | |||
globals: { | |||
__VERSION__: require('./package.json').version, | |||
}, | |||
moduleNameMapper: { | |||
axios: 'axios/dist/node/axios.cjs', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious: What makes this change necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
axios is now published as ESM & CJS - after updating it - jest failed. This fixes it again.
db7c653
to
09af8f4
Compare
🎉 This PR is included in version 10.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Major bump for
axios
andcontentful-sdk-core