File tree Expand file tree Collapse file tree 4 files changed +10
-11
lines changed
Expand file tree Collapse file tree 4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11{:paths [" src/lib" ]
22 :deps {org.clojure/clojure {:mvn/version " 1.10.1" }
3- org.clojure/clojurescript {:mvn/version " 1.10.597 " }}}
3+ org.clojure/clojurescript {:mvn/version " 1.10.764 " }}}
Original file line number Diff line number Diff line change 1- (def figwheel-version " 0.5.19 " )
1+ (def figwheel-version " 0.5.20 " )
22(defproject binaryage /devtools-sample " 0.1.0-SNAPSHOT"
33 :description " An example integration of cljs-devtools"
44 :url " https://github.com/binaryage/cljs-devtools"
55
66 :dependencies [[org.clojure/clojure " 1.10.1" ]
7- [org.clojure/clojurescript " 1.10.597 " ]
8- [org.clojure/core.async " 0.7.559 " ]
7+ [org.clojure/clojurescript " 1.10.764 " ]
8+ [org.clojure/core.async " 1.2.603 " ]
99 [binaryage/devtools " 1.0.0" ]
1010 [binaryage/dirac " RELEASE" ]
11- [com.cognitect/transit-clj " 0.8.319 " ]
11+ [com.cognitect/transit-clj " 1.0.324 " ]
1212 [cljs-http " 0.1.46" ]
1313 [figwheel ~figwheel-version]]
1414
15- :plugins [[lein-cljsbuild " 1.1.7 " ]
15+ :plugins [[lein-cljsbuild " 1.1.8 " ]
1616 [lein-figwheel ~figwheel-version]
1717 [lein-shell " 0.5.0" ]]
1818
Original file line number Diff line number Diff line change 99 "build" : " yarn clean && shadow-cljs release app"
1010 },
1111 "devDependencies" : {
12- "shadow-cljs" : " ~2.8.83 "
12+ "shadow-cljs" : " ~2.9.8 "
1313 },
14- "dependencies" : {
15- }
14+ "dependencies" : {}
1615}
Original file line number Diff line number Diff line change 1- (def clojurescript-version (or (System/getenv " CANARY_CLOJURESCRIPT_VERSION" ) " 1.10.597 " ))
1+ (def clojurescript-version (or (System/getenv " CANARY_CLOJURESCRIPT_VERSION" ) " 1.10.764 " ))
22(defproject binaryage /devtools " 1.0.0"
33 :description " A collection of Chrome DevTools enhancements for ClojureScript developers."
44 :url " https://github.com/binaryage/cljs-devtools"
1515 :clean-targets ^{:protect false } [" target"
1616 " test/resources/.compiled" ]
1717
18- :plugins [[lein-cljsbuild " 1.1.7 " ]
18+ :plugins [[lein-cljsbuild " 1.1.8 " ]
1919 [lein-shell " 0.5.0" ]]
2020
2121 ; this is for IntelliJ + Cursive to play well
You can’t perform that action at this time.
0 commit comments