aboutsummaryrefslogtreecommitdiff
path: root/deps.edn
diff options
context:
space:
mode:
Diffstat (limited to 'deps.edn')
-rw-r--r--deps.edn3
1 files changed, 2 insertions, 1 deletions
diff --git a/deps.edn b/deps.edn
index 6ae47c4..6ec2094 100644
--- a/deps.edn
+++ b/deps.edn
@@ -24,6 +24,7 @@
re-frame/re-frame {:mvn/version "1.3.0"}
day8.re-frame/http-fx {:mvn/version "0.2.4"}
cljs-ajax/cljs-ajax {:mvn/version "0.8.4"}
- akiroz.re-frame/storage {:mvn/version "0.1.4"}}
+ akiroz.re-frame/storage {:mvn/version "0.1.4"}
+ re-frame-utils/re-frame-utils {:mvn/version "0.1.0"}}
:main-opts ["-m" "shadow.cljs.devtools.cli"]}
:run {:main-opts ["-m" "tubo.core"]}}}