Skip to content

Commit a46bf79

Browse files
committed
Update deps
1 parent 39f40ea commit a46bf79

5 files changed

Lines changed: 3082 additions & 620 deletions

File tree

bin/dev-client.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
cd client || exit
4-
npx shadow-cljs watch app
4+
npm run dev

client/deps.edn

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{:deps {thheller/shadow-cljs {:mvn/version "2.11.14"}
2-
reagent/reagent {:mvn/version "1.0.0"}
1+
{:deps {thheller/shadow-cljs {:mvn/version "2.18.0"}
2+
reagent/reagent {:mvn/version "1.1.1"}
33
devcards/devcards {:mvn/version "0.2.7"}
4-
com.taoensso/timbre {:mvn/version "5.1.0"}
5-
com.taoensso/encore {:mvn/version "3.10.1"}
6-
com.taoensso/sente {:mvn/version "1.16.0"}
7-
binaryage/devtools {:mvn/version "1.0.2"}
8-
cljs-bean/cljs-bean {:mvn/version "1.6.0"}}}
4+
com.taoensso/timbre {:mvn/version "5.2.1"}
5+
com.taoensso/encore {:mvn/version "3.21.0"}
6+
com.taoensso/sente {:mvn/version "1.16.2"}
7+
binaryage/devtools {:mvn/version "1.0.6"}
8+
cljs-bean/cljs-bean {:mvn/version "1.8.0"}}}

0 commit comments

Comments
 (0)