Skip to content

Commit 13c295e

Browse files
committed
Upgrade shadow-cljs to 2.10.17
1 parent bd5c132 commit 13c295e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Upgrade ClojureScript to 1.10.773
66
- Upgrade lein-git-inject to 0.0.14
7-
- Upgrade shadow-cljs to 2.8.109
7+
- Upgrade shadow-cljs to 2.10.17
88
- Upgrade binaryage/devtools to 1.0.0
99
- Upgrade re-frame to 0.12.0
1010

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.8.110" :scope "provided"]
11+
[thheller/shadow-cljs "2.10.17" :scope "provided"]
1212
[re-frame "0.12.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.8.110"
1+
{:npm-dev-deps {"shadow-cljs" "2.10.17"
22
"karma" "4.4.1"
33
"karma-chrome-launcher" "3.1.0"
44
"karma-cljs-test" "0.1.0"

0 commit comments

Comments
 (0)