Skip to content

Commit 5eefe6e

Browse files
committed
Roll back shadow-cljs dev dependency updates
1 parent f2984df commit 5eefe6e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

deps.edn

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@
88
io.github.cognitect-labs/test-runner {:git/tag "v0.5.1" :git/sha "dfb30dd"}
99
fipp/fipp {:mvn/version "0.6.29"}
1010
com.widdindustries/time-literals {:mvn/version "0.1.10"}
11-
thheller/shadow-cljs {:mvn/version "3.2.0"}
12-
org.clojure/clojurescript {:mvn/version "1.12.42"}}}
11+
;; Newer versions of shadow-cljs require a newer version of
12+
;; ClojureScript, which requires a newer version of the Closure
13+
;; Compiler, which requires a never version of the Java Platform.
14+
;;
15+
;; Don't want anything to do with that, so we'll just stick with
16+
;; an old shadow-cljs version until perpetuity.
17+
thheller/shadow-cljs ^:antq/exclude {:mvn/version "2.25.8"}}}
1318

1419
:bench
1520
{:extra-deps {org.clojure/clojure {:mvn/version "1.12.2"}}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "test"
66
},
77
"devDependencies": {
8-
"shadow-cljs": "^3.2.0",
8+
"shadow-cljs": "^2.25.8",
99
"@js-joda/core": "3.2.0"
1010
}
1111
}

0 commit comments

Comments
 (0)