Update project dependency

How to update project dependencies in uipath using uipath.studiomcommandline.exe. ( without actually repairing/installing from manage packages manually).

I have used this command

C:\program files(*86)\uipath\studio> uipath.studio.commandline.exe manage --project -path “” -add ref “uipath.excel.activities|2.9.3|strict”

This command is just adding the dependency in project.json file but not resolving the dependency issue.

@Palaniyappan , @ppr Could you please help me out here.