Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darwin committed May 20, 2020
1 parent ed2f4e2 commit 39e4e5b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{:paths ["src/lib"]
:deps {org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/clojurescript {:mvn/version "1.10.597"}}}
org.clojure/clojurescript {:mvn/version "1.10.764"}}}
10 changes: 5 additions & 5 deletions examples/lein/project.clj
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
(def figwheel-version "0.5.19")
(def figwheel-version "0.5.20")
(defproject binaryage/devtools-sample "0.1.0-SNAPSHOT"
:description "An example integration of cljs-devtools"
:url "https://github.com/binaryage/cljs-devtools"

:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.597"]
[org.clojure/core.async "0.7.559"]
[org.clojure/clojurescript "1.10.764"]
[org.clojure/core.async "1.2.603"]
[binaryage/devtools "1.0.0"]
[binaryage/dirac "RELEASE"]
[com.cognitect/transit-clj "0.8.319"]
[com.cognitect/transit-clj "1.0.324"]
[cljs-http "0.1.46"]
[figwheel ~figwheel-version]]

:plugins [[lein-cljsbuild "1.1.7"]
:plugins [[lein-cljsbuild "1.1.8"]
[lein-figwheel ~figwheel-version]
[lein-shell "0.5.0"]]

Expand Down
5 changes: 2 additions & 3 deletions examples/shadow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"build": "yarn clean && shadow-cljs release app"
},
"devDependencies": {
"shadow-cljs": "~2.8.83"
"shadow-cljs": "~2.9.8"
},
"dependencies": {
}
"dependencies": {}
}
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.597"))
(def clojurescript-version (or (System/getenv "CANARY_CLOJURESCRIPT_VERSION") "1.10.764"))
(defproject binaryage/devtools "1.0.0"
:description "A collection of Chrome DevTools enhancements for ClojureScript developers."
:url "https://github.com/binaryage/cljs-devtools"
Expand All @@ -15,7 +15,7 @@
:clean-targets ^{:protect false} ["target"
"test/resources/.compiled"]

:plugins [[lein-cljsbuild "1.1.7"]
:plugins [[lein-cljsbuild "1.1.8"]
[lein-shell "0.5.0"]]

; this is for IntelliJ + Cursive to play well
Expand Down

0 comments on commit 39e4e5b

Please sign in to comment.