I have many version of my appliction in nexus with versions 1.52.0-xxxxx the xxxx is different dates I have also version of 1.53 and 1.54 How I can get the latest 1.52.0-with the latest date without get the 1.53 version and later this is my package.json
"name": "client-tests",
"version": "0.0.1",
"devDependencies": {
"myApp":>="1.52.0".
}