File tree 4 files changed +10
-11
lines changed
4 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" src/lib" ]
2
2
: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 " )
2
2
(defproject binaryage /devtools-sample " 0.1.0-SNAPSHOT"
3
3
:description " An example integration of cljs-devtools"
4
4
:url " https://github.com/binaryage/cljs-devtools"
5
5
6
6
: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 " ]
9
9
[binaryage/devtools " 1.0.0" ]
10
10
[binaryage/dirac " RELEASE" ]
11
- [com.cognitect/transit-clj " 0.8.319 " ]
11
+ [com.cognitect/transit-clj " 1.0.324 " ]
12
12
[cljs-http " 0.1.46" ]
13
13
[figwheel ~figwheel-version]]
14
14
15
- :plugins [[lein-cljsbuild " 1.1.7 " ]
15
+ :plugins [[lein-cljsbuild " 1.1.8 " ]
16
16
[lein-figwheel ~figwheel-version]
17
17
[lein-shell " 0.5.0" ]]
18
18
Original file line number Diff line number Diff line change 9
9
"build" : " yarn clean && shadow-cljs release app"
10
10
},
11
11
"devDependencies" : {
12
- "shadow-cljs" : " ~2.8.83 "
12
+ "shadow-cljs" : " ~2.9.8 "
13
13
},
14
- "dependencies" : {
15
- }
14
+ "dependencies" : {}
16
15
}
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 " ))
2
2
(defproject binaryage /devtools " 1.0.0"
3
3
:description " A collection of Chrome DevTools enhancements for ClojureScript developers."
4
4
:url " https://github.com/binaryage/cljs-devtools"
15
15
:clean-targets ^{:protect false } [" target"
16
16
" test/resources/.compiled" ]
17
17
18
- :plugins [[lein-cljsbuild " 1.1.7 " ]
18
+ :plugins [[lein-cljsbuild " 1.1.8 " ]
19
19
[lein-shell " 0.5.0" ]]
20
20
21
21
; this is for IntelliJ + Cursive to play well
You can’t perform that action at this time.
0 commit comments