Skip to content

Commit c365b61

Browse files
committed
Upgrade shadow-cljs to 2.11.9
1 parent 504005e commit c365b61

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project.clj

Lines changed: 1 addition & 1 deletion
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.11.4" :scope "provided"]
11+
[thheller/shadow-cljs "2.11.9" :scope "provided"]
1212
[re-frame "1.0.0" :scope "provided"]
1313
[cljs-ajax "0.8.0"]]
1414

src/deps.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{:npm-dev-deps {"shadow-cljs" "2.11.4"
1+
{:npm-dev-deps {"shadow-cljs" "2.11.9"
22
"karma" "5.2.2"
33
"karma-chrome-launcher" "3.1.0"
44
"karma-cljs-test" "0.1.0"

0 commit comments

Comments
 (0)