File tree Expand file tree Collapse file tree 4 files changed +22
-15
lines changed
Expand file tree Collapse file tree 4 files changed +22
-15
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22
3- ## Added
4-
53## Fixed
64
5+ - Bump clj-diff, which fixes an issue where the diffing would not terminate in
6+ specific cases
7+
78## Changed
89
10+ - Bump all dependencies to the latest version
11+
912# 2.0.108 (2020-08-19 / e006fc5)
1013
1114## Changed
98101
99102## Added
100103
101- - Extracted from Kaocha, and added a top-level namespace.
104+ - Extracted from Kaocha, and added a top-level namespace.
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2- clojure -A:dev:test -m kaocha.runner " $@ "
2+
3+ [[ -d " node_modules/ws" ]] || npm install ws
4+
5+ exec clojure -A:dev:test -m kaocha.runner " $@ "
Original file line number Diff line number Diff line change 11{:paths [" resources" " src" " test" ]
2- :deps {fipp {:mvn/version " 0.6.23 " }
3- org.clojure/core.rrb-vector {:mvn/version " 0.1.1 " }
4- lambdaisland/clj-diff {:mvn/version " 1.1.58 " }
5- mvxcvi/arrangement {:mvn/version " 1.2.1 " }}
2+ :deps {fipp {:mvn/version " 0.6.26 " }
3+ org.clojure/core.rrb-vector {:mvn/version " 0.1.2 " }
4+ lambdaisland/clj-diff {:mvn/version " 1.2.62 " }
5+ mvxcvi/arrangement {:mvn/version " 2.0.0 " }}
66
77 :aliases {:cljs
8- {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.10.597 " }}}
8+ {:extra-deps {org.clojure/clojurescript {:mvn/version " 1.11.50 " }}}
99
1010 :dev
1111 {}
1212
1313 :chui
1414 {:extra-deps {lambdaisland/chui {:local/root " ../chui" }
15- thheller/shadow-cljs {:mvn/version " 2.8.93 " }
16- garden {:mvn/version " 1.3.9 " }}
15+ thheller/shadow-cljs {:mvn/version " 2.18.0 " }
16+ garden {:mvn/version " 1.3.10 " }}
1717 :extra-paths [" ../chui/resources" " ../chui/dev" ]}
1818
1919 :test
2020 {:extra-deps {lambdaisland/kaocha {:mvn/version " RELEASE" }
21- lambdaisland/kaocha-cljs {:mvn/version " RELEASE " }
22- org.clojure/clojurescript {:mvn/version " 1.10.597 " }
23- org.clojure/test.check {:mvn/version " 0.10.0-alpha4 " }}}}}
21+ com. lambdaisland/kaocha-cljs {:mvn/version " 1.2.123 " }
22+ org.clojure/clojurescript {:mvn/version " 1.11.50 " }
23+ org.clojure/test.check {:mvn/version " 1.1.1 " }}}}}
Original file line number Diff line number Diff line change 33 "license" : " MPL-2.0" ,
44 "dependencies" : {
55 "react" : " ^16.13.1" ,
6- "react-dom" : " ^16.13.1"
6+ "react-dom" : " ^16.13.1" ,
7+ "ws" : " ^8.6.0"
78 }
89}
You can’t perform that action at this time.
0 commit comments