Skip to content

Commit c5910ee

Browse files
committed
Update deps for example project
1 parent 2f78d68 commit c5910ee

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/browser/deps.edn

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44

55
:deps {binaryage/devtools {:mvn/version "1.0.6"}
66
reagent/reagent {:mvn/version "1.1.1"}
7-
io.github.paintparty/fireworks {:mvn/version "0.15.0"}
7+
io.github.paintparty/fireworks {:mvn/version "0.16.0"}
88
io.github.paintparty/bling {:mvn/version "0.8.8"}
99
design.kushi/domo {:mvn/version "0.3.0"}}
1010

1111
:aliases {:dev {:extra-deps {thheller/shadow-cljs {:mvn/version "2.26.2"}}}
1212

1313
;; you can make local git clones, or use :git/url deps here
1414
:local-dev {:override-deps {
15-
io.github.paintparty/fireworks {:local/root "../../../../cljc/fireworks"}
15+
;; io.github.paintparty/fireworks {:local/root "../../../../cljc/fireworks"}
1616
;; io.github.paintparty/lasertag {:local/root "../../../../cljc/lasertag"}
17-
design.kushi/domo {:local/root "../../"}}
17+
;; design.kushi/domo {:local/root "../../"}
18+
}
1819
:extra-deps {thheller/shadow-cljs {:mvn/version "2.26.2"}}}
1920
}}

0 commit comments

Comments
 (0)