-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fixit/main #16
base: master
Are you sure you want to change the base?
Fixit/main #16
Conversation
package.json
Outdated
@@ -22,5 +21,9 @@ | |||
"homepage": "https://github.com/quizizz/service-communication-wrapper#readme", | |||
"dependencies": { | |||
"axios": "^0.27.2" |
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.
let's also take this opportunity to upgrade axios to the latest version - 1.6.2
but we need to be careful and take care of any breaking type changes
https://github.com/axios/axios/blob/v1.x/CHANGELOG.md
83079e7
to
c28a387
Compare
package.json
Outdated
@@ -21,6 +28,19 @@ | |||
}, | |||
"homepage": "https://github.com/quizizz/service-communication-wrapper#readme", | |||
"dependencies": { | |||
"axios": "^0.27.2" | |||
"axios": "^1.6.2", | |||
"express": "^4.18.2", |
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.
we probably don't need express, couldn't find any usecase in the PR
No description provided.