-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
chore: Updated Mocha to 10.2.0 #4536
Conversation
providers/fcm/package.json
Outdated
@@ -38,7 +38,7 @@ | |||
"devDependencies": { | |||
"@istanbuljs/nyc-config-typescript": "^1.0.1", | |||
"@types/jest": "^29.5.0", | |||
"@types/mocha": "^8.0.1", | |||
"@types/mocha": "^10.0.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.
Seems like a tab issue here :)
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.
hey @scopsy , Corrected the tab issue
@ayushshukla7777 could you please update from next and re run pnpm install to resolve the conflicts there? |
Hey @scopsy , I have updated and pushed new commit as you said |
What change does this PR introduce?
chore: Update Mocha to the latest version - 10.2.0 and Updated @types/mocha to the latest version - 10.0.2
Why was this change needed?
closes #4527
Other information (Screenshots)