Henry-Hong commented on PR #4784: URL: https://github.com/apache/zeppelin/pull/4784#issuecomment-2279430163
> It is up to you whether you want to use "~" or enter the exact version. You can choose to use either “~” or an exact version as @Reamer mentioned, since NPM follows [semver](https://semver.org/). From what I understand, we need to avoid version 1.1.0 due to the bug, so it doesn’t really matter whether we use “~” or specify the exact version. However, in my opinion, it might be better to use the exact version like "angular-websocket": "1.0.14". Most projects in web front-end development typically use ~ or ^, so specifying the exact version could help highlight the issue and provide context for why this particular version was chosen. (If they trying to find why) So, LGTM 👍 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
