You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to bump the versions of things in template/package.json and template/shadow-cljs.edn to the latest? Or is there some procedure to easily bump them once create-cljs-app has been run?
Thanks, this package has been a great help!
The text was updated successfully, but these errors were encountered:
So the thing with the react dependencies is that they are very intertwined with reagent and devcards. I took a stab at updating them in #145 but it got kinda hairy due to bhauman/devcards#168.
It's still possible to update, but you have to add a bunch of extraneous things as described in bhauman/devcards#168 (comment). If you don't use devcards I think you can just update react and reagent to latest though.
Would it be possible to bump the versions of things in
template/package.json
andtemplate/shadow-cljs.edn
to the latest? Or is there some procedure to easily bump them oncecreate-cljs-app
has been run?Thanks, this package has been a great help!
The text was updated successfully, but these errors were encountered: