Skip to content

Commit

Permalink
Upgrade shadow-cljs to 2.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
superstructor committed May 14, 2020
1 parent 3ec1508 commit 603658c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
work, but we don't test them, so we may as well specify a properly tested and supported version. The
previous required minimum `2.5.3` is also 5 years old, so thats really old. The new minimum `2.9.0` is
1.25 years old already, so its reasonable.
- Upgrade shadow-cljs to 2.9.3

## 1.0.34 (2020-05-14)

Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/re_frame/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:exclusions [com.google.javascript/closure-compiler-unshaded
org.clojure/google-closure-library
org.clojure/google-closure-library-third-party]]
[thheller/shadow-cljs "2.9.2"]
[thheller/shadow-cljs "2.9.3"]
[reagent "0.10.0"]
[re-frame "0.12.0"]{{#10x?}}
[day8.re-frame/tracing "0.5.5"]{{/10x?}}{{#re-com?}}
Expand Down
2 changes: 1 addition & 1 deletion src/leiningen/new/re_frame/src/cljs/deps.cljs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:npm-dev-deps {"shadow-cljs" "2.9.2"{{#test?}}
{:npm-dev-deps {"shadow-cljs" "2.9.3"{{#test?}}
"karma" "4.4.1"
"karma-chrome-launcher" "3.1.0"
"karma-cljs-test" "0.1.0"
Expand Down

0 comments on commit 603658c

Please sign in to comment.