Skip to content

Commit

Permalink
first pass at updating to latest ClojureScript
Browse files Browse the repository at this point in the history
  • Loading branch information
timothypratley authored and Chouser committed Aug 10, 2024
1 parent ec94c59 commit b9b81b8
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 201 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.cpcache
out
16 changes: 16 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{:paths ["src"]
:aliases
{:dev {:extra-deps {com.bhauman/figwheel-main {:mvn/version "0.2.18"}
org.slf4j/slf4j-nop {:mvn/version "2.0.6"}
devcards/devcards {:mvn/version "0.2.7"}}
:extra-paths ["env/dev" "test" "target"]
:main-opts
["-m" "cljs.main" "--compile" "traction" "--repl"]}
:prod {:main-opts
["-m" "cljs.main" "--optimizations" "advanced" "--compile" "traction.traction"]}
:outdated {:replace-deps {olical/depot {:mvn/version "2.3.0"}
org.slf4j/slf4j-nop {:mvn/version "1.7.32"}}
:main-opts
["-m" "depot.outdated.main"]}}
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojurescript {:mvn/version "1.11.60"}}}
Loading

0 comments on commit b9b81b8

Please sign in to comment.