Skip to content

Commit 9686cfe

Browse files
committed
Upgrade shadow-cljs to 2.8.83
1 parent cfd313a commit 9686cfe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
:exclusions [com.google.javascript/closure-compiler-unshaded
99
org.clojure/google-closure-library
1010
org.clojure/google-closure-library-third-party]]
11-
[thheller/shadow-cljs "2.8.81" :scope "provided"]
11+
[thheller/shadow-cljs "2.8.83" :scope "provided"]
1212
[re-frame "0.10.9" :scope "provided"]]
1313

1414
:profiles {:dev {:dependencies [[binaryage/devtools "0.9.11"]

src/deps.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:npm-dev-deps {"shadow-cljs" "2.8.81"
1+
{:npm-dev-deps {"shadow-cljs" "2.8.83"
22
"karma" "4.4.1"
33
"karma-chrome-launcher" "3.1.0"
44
"karma-cljs-test" "0.1.0"

0 commit comments

Comments
 (0)