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

Fixit/main #16

Open
wants to merge 70 commits into
base: master
Choose a base branch
from
Open

Fixit/main #16

wants to merge 70 commits into from

Conversation

shivam-tripathi
Copy link
Member

No description provided.

package.json Show resolved Hide resolved
package.json Outdated
@@ -22,5 +21,9 @@
"homepage": "https://github.com/quizizz/service-communication-wrapper#readme",
"dependencies": {
"axios": "^0.27.2"
Copy link
Member

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

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",
Copy link
Member

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

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.

6 participants