This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-04-20
Channels
- # beginners (27)
- # calva (32)
- # cider (9)
- # clojure (111)
- # clojure-spec (71)
- # clojure-uk (7)
- # clojurescript (22)
- # cursive (20)
- # devcards (1)
- # emacs (4)
- # fulcro (3)
- # hyperfiddle (3)
- # off-topic (8)
- # pathom (26)
- # planck (19)
- # quil (4)
- # re-frame (1)
- # reitit (43)
- # rewrite-clj (9)
- # shadow-cljs (13)
- # spacemacs (7)
- # uncomplicate (5)
@thheller do you think it is feasible to target react native web with shadow-cljs?
Guess I will have to try and see xD
I have a combined setup that I still need to compile parts with lein, so I have to explicitly say the deps version, but every time I need to do a large bump I get lost in which versions are shadow expecting now. is there a way for me to check which are the versions that shadow wants at a given point?
I just found the project.clj
seems to have the correct ones, its safe to pull from there?
for example, I'm bumping from shadow 2.7.30 to 2.8.32, in my project.clj I have
[org.clojure/clojurescript "1.10.439"]
[com.google.javascript/closure-compiler-unshaded "v20181125"]
so I have to know what to bump those to