Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f81ffd6

Browse files
committedJan 20, 2020
Use new versions of compliment and suitable instead of cljs-tooling
1 parent 01ef74a commit f81ffd6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎project.clj

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,13 @@
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:scm {:name "git" :url "https://github.com/clojure-emacs/cider-nrepl"}
7-
87
:dependencies [[nrepl "0.6.0"]
98
^:inline-dep [cider/orchard "0.5.5"]
109
^:inline-dep [thunknyc/profile "0.5.2"]
1110
^:inline-dep [mvxcvi/puget "1.2.0"]
1211
^:inline-dep [fipp "0.6.22"] ; can be removed in unresolved-tree mode
1312
^:inline-dep [compliment "0.3.10"]
14-
^:inline-dep [cljs-tooling "0.3.1"]
15-
^:inline-dep [org.rksm/suitable "0.2.14" :exclusions [org.clojure/clojurescript]]
13+
^:inline-dep [org.rksm/suitable "0.3.2" :exclusions [org.clojure/clojurescript]]
1614
^:inline-dep [cljfmt "0.6.6" :exclusions [org.clojure/clojurescript]]
1715
^:inline-dep [org.clojure/tools.namespace "0.3.1"]
1816
^:inline-dep [org.clojure/tools.trace "0.7.10"]

‎src/cider/nrepl/middleware/track_state.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[cider.nrepl.middleware.util :as util]
66
[cider.nrepl.middleware.util.cljs :as cljs]
77
[cider.nrepl.middleware.util.meta :as um]
8-
[cljs-tooling.util.analysis :as cljs-ana]
8+
[orchard.cljs.analysis :as cljs-ana]
99
[clojure.java.io :as io]
1010
[clojure.tools.namespace.find :as ns-find]
1111
[nrepl.misc :refer [response-for]]

0 commit comments

Comments
 (0)
Please sign in to comment.