OK I released [figwheel-main "0.2.20"] this should address dependency issues.
Currently trying to get figwheel-main-template in shape. I’m not sure what the good defaults should be these days. I’m taking suggestions for sure.
The template is updated to 0.2.20 as well with other deps updates as well.
Happy to see figwheel come alive again. Are you planning to update the demo project? https://github.com/bhauman/flappy-bird-demo-new
Good idea!
I’ll check it out
Flappy bird demo is now updated.
Some of the updated dependencies use strange prerelease versions that can be updated further:
$ lein ancient upgrade :all
[cljsjs/react-dom "18.3.1-1"] is available but we use "18.0.0-rc.0-0"
[cljsjs/react "18.3.1-1"] is available but we use "18.0.0-rc.0-0"
[org.slf4j/slf4j-nop "2.0.16"] is available but we use "2.0.3"Since you asked about lingering issues 😉 I re-checked https://github.com/bhauman/figwheel-main/issues/339 with the new version - still has the problem that can be fixed quite easily.
Thanks I’ll update it!