Skip to content

Commit 23d97da

Browse files
Deraenswannodette
authored andcommitted
CLJS-2777: Bump Closure-compiler
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
1 parent e75706a commit 23d97da

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deps.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
org.clojure/spec.alpha {:mvn/version "0.1.143"}
77
org.clojure/core.specs.alpha {:mvn/version "0.1.24"}
88
org.clojure/data.json {:mvn/version "0.2.6"}
9-
com.google.javascript/closure-compiler-unshaded {:mvn/version "v20180319"}
9+
com.google.javascript/closure-compiler-unshaded {:mvn/version "v20180610"}
1010
org.clojure/google-closure-library {:mvn/version "0.0-20170809-b9c14c6b"}
1111
org.mozilla/rhino {:mvn/version "1.7R5"}}
1212
:aliases

pom.template.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.google.javascript</groupId>
3232
<artifactId>closure-compiler-unshaded</artifactId>
33-
<version>v20180319</version>
33+
<version>v20180610</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.clojure</groupId>

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
[org.clojure/test.check "0.10.0-alpha2" :scope "test"]
1717
[com.cognitect/transit-clj "0.8.300"]
1818
[org.clojure/google-closure-library "0.0-20170809-b9c14c6b"]
19-
[com.google.javascript/closure-compiler-unshaded "v20180319"]
19+
[com.google.javascript/closure-compiler-unshaded "v20180610"]
2020
[org.mozilla/rhino "1.7R5"]]
2121
:profiles {:1.6 {:dependencies [[org.clojure/clojure "1.6.0"]]}
2222
:uberjar {:aot :all :main cljs.main}

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
CLOJURE_RELEASE="1.9.0"
66
SPEC_ALPHA_RELEASE="0.1.143"
77
CORE_SPECS_ALPHA_RELEASE="0.1.24"
8-
CLOSURE_RELEASE="20180319"
8+
CLOSURE_RELEASE="20180610"
99
DJSON_RELEASE="0.2.6"
1010
TRANSIT_RELEASE="0.8.300"
1111
GCLOSURE_LIB_RELEASE="0.0-20170809-b9c14c6b"

0 commit comments

Comments
 (0)