Skip to content

Commit

Permalink
CLJS-2777: Bump Closure-compiler
Browse files Browse the repository at this point in the history
One important fix in the latest Closure-compiler is fix for UMD wrapper
detection which now correctly leaves React CJS bundle intact.

google/closure-compiler#2841
google/closure-compiler#2963
  • Loading branch information
Deraen authored and swannodette committed Jun 14, 2018
1 parent e75706a commit 23d97da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
org.clojure/spec.alpha {:mvn/version "0.1.143"}
org.clojure/core.specs.alpha {:mvn/version "0.1.24"}
org.clojure/data.json {:mvn/version "0.2.6"}
com.google.javascript/closure-compiler-unshaded {:mvn/version "v20180319"}
com.google.javascript/closure-compiler-unshaded {:mvn/version "v20180610"}
org.clojure/google-closure-library {:mvn/version "0.0-20170809-b9c14c6b"}
org.mozilla/rhino {:mvn/version "1.7R5"}}
:aliases
Expand Down
2 changes: 1 addition & 1 deletion pom.template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>com.google.javascript</groupId>
<artifactId>closure-compiler-unshaded</artifactId>
<version>v20180319</version>
<version>v20180610</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
[org.clojure/test.check "0.10.0-alpha2" :scope "test"]
[com.cognitect/transit-clj "0.8.300"]
[org.clojure/google-closure-library "0.0-20170809-b9c14c6b"]
[com.google.javascript/closure-compiler-unshaded "v20180319"]
[com.google.javascript/closure-compiler-unshaded "v20180610"]
[org.mozilla/rhino "1.7R5"]]
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
:uberjar {:aot :all :main cljs.main}
Expand Down
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
CLOJURE_RELEASE="1.9.0"
SPEC_ALPHA_RELEASE="0.1.143"
CORE_SPECS_ALPHA_RELEASE="0.1.24"
CLOSURE_RELEASE="20180319"
CLOSURE_RELEASE="20180610"
DJSON_RELEASE="0.2.6"
TRANSIT_RELEASE="0.8.300"
GCLOSURE_LIB_RELEASE="0.0-20170809-b9c14c6b"
Expand Down

0 comments on commit 23d97da

Please sign in to comment.