You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Shanedell (via GitHub)" <gi...@apache.org> on 2023/04/10 19:06:49 UTC

[GitHub] [daffodil-vscode] Shanedell commented on a diff in pull request #566: upgrade to omega-edit 0.9.59

Shanedell commented on code in PR #566:
URL: https://github.com/apache/daffodil-vscode/pull/566#discussion_r1161997263


##########
package.json:
##########
@@ -42,10 +42,10 @@
     "sbt": "sbt universal:packageBin"
   },
   "dependencies": {
+    "@omega-edit/client": "^0.9.59",

Review Comment:
   Make sure to update this to be `0.9.59` instead of `^0.9.59`. It is preferred to pin packages at a specific version. Having `^` basically allows the install to the version listed or anything newer.



-- 
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: commits-unsubscribe@daffodil.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org