File tree Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Expand file tree Collapse file tree 5 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
{:paths [" src/main/clojure" " src/main/cljs" " resources" ]
2
2
:deps
3
- {com.google.javascript/closure-compiler-unshaded {:mvn/version " v20210808 " }
3
+ {com.google.javascript/closure-compiler-unshaded {:mvn/version " v20220502 " }
4
4
com.cognitect/transit-clj {:mvn/version " 1.0.329" }
5
5
org.clojure/clojure {:mvn/version " 1.10.0" }
6
6
org.clojure/core.specs.alpha {:mvn/version " 0.1.24" }
28
28
:uberjar {:extra-deps {com.github.seancorfield/depstar {:mvn/version " 2.0.193" }}
29
29
:exec-fn hf.depstar/uberjar
30
30
:exec-args {:aot true }}}}
31
-
Original file line number Diff line number Diff line change 30
30
<dependency >
31
31
<groupId >com.google.javascript</groupId >
32
32
<artifactId >closure-compiler-unshaded</artifactId >
33
- <version >v20210808 </version >
33
+ <version >v20220502 </version >
34
34
</dependency >
35
35
<dependency >
36
36
<groupId >org.clojure</groupId >
Original file line number Diff line number Diff line change 16
16
[org.clojure/test.check " 1.1.1" :scope " test" ]
17
17
[com.cognitect/transit-clj " 1.0.329" ]
18
18
[org.clojure/google-closure-library " 0.0-20211011-0726fdeb" ]
19
- [com.google.javascript/closure-compiler-unshaded " v20210808 " ]]
19
+ [com.google.javascript/closure-compiler-unshaded " v20220502 " ]]
20
20
:profiles {:1.6 {:dependencies [[org.clojure/clojure " 1.6.0" ]]}
21
21
:uberjar {:aot :all :main cljs.main}
22
22
:closure-snapshot {:dependencies [[com.google.javascript/closure-compiler-unshaded " 1.0-SNAPSHOT" ]]}}
Original file line number Diff line number Diff line change 5
5
CLOJURE_RELEASE=" 1.9.0"
6
6
SPEC_ALPHA_RELEASE=" 0.1.143"
7
7
CORE_SPECS_ALPHA_RELEASE=" 0.1.24"
8
- CLOSURE_RELEASE=" 20210808 "
8
+ CLOSURE_RELEASE=" 20220502 "
9
9
DJSON_RELEASE=" 2.4.0"
10
10
TRANSIT_RELEASE=" 1.0.329"
11
11
GCLOSURE_LIB_RELEASE=" 0.0-20211011-0726fdeb"
Original file line number Diff line number Diff line change 193
193
:undefined-variables DiagnosticGroups/UNDEFINED_VARIABLES
194
194
:underscore DiagnosticGroups/UNDERSCORE
195
195
:unknown-defines DiagnosticGroups/UNKNOWN_DEFINES
196
- :unnecessary-escape DiagnosticGroups/UNNECESSARY_ESCAPE
197
196
:unused-local-variable DiagnosticGroups/UNUSED_LOCAL_VARIABLE
198
197
:unused-private-property DiagnosticGroups/UNUSED_PRIVATE_PROPERTY
199
198
:violated-module-dep DiagnosticGroups/VIOLATED_MODULE_DEP
You can’t perform that action at this time.
0 commit comments