Why the discrepancy between the versions of react and react-refresh in https://github.com/lilactown/helix/https://github.com/lilactown/helix/tree/master/src/deps.cljs and package.json?
I see what you mean
The package.json is for dev. I haven’t updated it in awhile
Deps.cljs should the correct version of react-refresh for the version of react that’s specified
If you upgrade React, you’ll also need to upgrade react-refresh
> Thanks for clarifying. I'm working on a minimal setup for helix, and the versions of react, react-refresh in deps.cljs were pulled in. I can explicitly pull in current ones, but shadow-cljs posts warnings: > NPM dependency "react" has installed version "^17.0.2" > "16.13.1" was required by jar:file:/home/dsiegel/.m2/repository/lilactown/helix/0.1.1/helix-0.1.1.jar!/deps.cljs > NPM dependency "react-refresh" has installed version "^0.10.0" > "0.8.1" was required by jar:file:/home/dsiegel/.m2/repository/lilactown/helix/0.1.1/helix-0.1.1.jar!/deps.cljs