We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504005e commit c365b61Copy full SHA for c365b61
project.clj
@@ -8,7 +8,7 @@
8
:exclusions [com.google.javascript/closure-compiler-unshaded
9
org.clojure/google-closure-library
10
org.clojure/google-closure-library-third-party]]
11
- [thheller/shadow-cljs "2.11.4" :scope "provided"]
+ [thheller/shadow-cljs "2.11.9" :scope "provided"]
12
[re-frame "1.0.0" :scope "provided"]
13
[cljs-ajax "0.8.0"]]
14
src/deps.cljs
@@ -1,4 +1,4 @@
1
-{:npm-dev-deps {"shadow-cljs" "2.11.4"
+{:npm-dev-deps {"shadow-cljs" "2.11.9"
2
"karma" "5.2.2"
3
"karma-chrome-launcher" "3.1.0"
4
"karma-cljs-test" "0.1.0"
0 commit comments