Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyjwilli committed Apr 15, 2022
1 parent 39f40ea commit a46bf79
Show file tree
Hide file tree
Showing 5 changed files with 3,082 additions and 620 deletions.
2 changes: 1 addition & 1 deletion bin/dev-client.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

cd client || exit
npx shadow-cljs watch app
npm run dev
14 changes: 7 additions & 7 deletions client/deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:deps {thheller/shadow-cljs {:mvn/version "2.11.14"}
reagent/reagent {:mvn/version "1.0.0"}
{:deps {thheller/shadow-cljs {:mvn/version "2.18.0"}
reagent/reagent {:mvn/version "1.1.1"}
devcards/devcards {:mvn/version "0.2.7"}
com.taoensso/timbre {:mvn/version "5.1.0"}
com.taoensso/encore {:mvn/version "3.10.1"}
com.taoensso/sente {:mvn/version "1.16.0"}
binaryage/devtools {:mvn/version "1.0.2"}
cljs-bean/cljs-bean {:mvn/version "1.6.0"}}}
com.taoensso/timbre {:mvn/version "5.2.1"}
com.taoensso/encore {:mvn/version "3.21.0"}
com.taoensso/sente {:mvn/version "1.16.2"}
binaryage/devtools {:mvn/version "1.0.6"}
cljs-bean/cljs-bean {:mvn/version "1.8.0"}}}
Loading

0 comments on commit a46bf79

Please sign in to comment.