afs commented on code in PR #2458:
URL: https://github.com/apache/jena/pull/2458#discussion_r1592855097
##########
jena-fuseki2/jena-fuseki-ui/package.json:
##########
@@ -60,7 +62,7 @@
"sass": "^1.69.4",
"sinon": "^17.0.0",
"vite": "^5.0.12",
- "vite-plugin-istanbul": "6.0.0",
+ "vite-plugin-istanbul": "6.0.2",
Review Comment:
Maybe put back the `^` which was removed in the #2457 quick-fix.
```suggestion
"vite-plugin-istanbul": "^6.0.2",
```
At this point in time it resolves to 6.0.2 and the yarn.lock file only
changes to reflect adding the `^`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]