CLI Update Issue

Can someone tell me what the latest version of Wix@cli and Wix@cli-app are?

When I tried to run WIx Dev I was asked to upgrade these two packages which I did, but now I get the message:

:heavy_multiplication_x: The versions of @wix/cli (1.1.58) and @wix/cli-app (1.1.60) dependencies do not match
:bulb: Align their versions in your package.json and re-install dependencies

and I’m stuck. Any advice on what I need to do to get back to a working dev environment?

To fix the mismatch issue between @wix/cli and @wix/cli-app, make sure both packages have the same version in your package.json. Update them to the latest version or align them manually (e.g., set both to 1.1.60), then reinstall your dependencies. This should resolve the conflict and get your dev environment working again.