Upgrade Mocha
How can I upgrade mocha to latest version and update all relevent packages?
7 Replies
I really need this info please help @Pawan Jain
Are you working on this issue?
https://github.com/novuhq/novu/issues/4527
I am not assigned however I am curious to know
you need to update package.json file of all packages/apps/services with updated mocha version
then run npm run setup:project
and run all tests
https://docs.novu.co/community/run-in-local-machine#running-tests
pnpm update mocha
will do the work?Nope
A bit manual process
can you describe a little more how actually we update packages and all, as far as I know, we just use the installing command which adds all dependencies.
is there any link from internet which can guide me to this process