flexsurfer / re-frisk

Take full control of re-frame app
https://flexsurfer.github.io/conduit-re-frisk-demo/
456 stars 29 forks source link

re-frisk-remote `abs` and `update-keys` warnings #76

Open zelark opened 1 year ago

zelark commented 1 year ago

In the latest Clojure and ClojureScript they added core functions abs and update-keys.

Is it possible to update the dependencies to get rid of these warnings?

WARNING: abs already refers to: #'clojure.core/abs in namespace: taoensso.encore, being replaced by: #'taoensso.encore/abs
WARNING: update-keys already refers to: #'clojure.core/update-keys in namespace: io.aviso.exception, being replaced by: #'io.aviso.exception/update-keys

They come with re-frisk-remote

 [re-frisk-remote "1.6.0" :scope "test"]
   [com.taoensso/timbre "4.10.0" :scope "test"]
     [io.aviso/pretty "0.1.33" :scope "test"]
   [http-kit "2.2.0" :scope "test"]
   [javax.servlet/servlet-api "2.5" :scope "test"]
   [re-frisk/sente "1.15.0" :scope "test"]
     [com.taoensso/encore "2.117.0" :scope "test"]
       [com.taoensso/truss "1.5.0" :scope "test"]
siddarthkay commented 8 months ago

maintainers please help :)

flexsurfer commented 8 months ago

PRs are welcomed :)