helix

https://github.com/Lokeh/helix
speakerToSystems 2021-06-16T06:40:06.118600Z

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?

lilactown 2021-06-16T16:00:08.119600Z

I see what you mean

lilactown 2021-06-16T16:00:25.120100Z

The package.json is for dev. I haven’t updated it in awhile

lilactown 2021-06-16T16:00:57.120800Z

Deps.cljs should the correct version of react-refresh for the version of react that’s specified

lilactown 2021-06-16T16:01:10.121300Z

If you upgrade React, you’ll also need to upgrade react-refresh

speakerToSystems 2021-06-16T18:26:01.123300Z

> 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