Skip to content

Commit

Permalink
build: fix cljs tests, bump shadow to 2.25.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed Oct 2, 2023
1 parent 58486bd commit 4534e1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

:cljs
{:extra-deps
{thheller/shadow-cljs {:mvn/version "2.25.7"}
{thheller/shadow-cljs {:mvn/version "2.25.8"}
org.clojure/clojurescript {:mvn/version "1.11.60"}}}

:test
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"devDependencies": {
"gh-pages": "^3.2.3",
"shadow-cljs": "2.25.7"
"shadow-cljs": "2.25.8"
},
"scripts": {
"test": "shadow-cljs compile test && node target/main/node-tests.js;",
Expand Down

0 comments on commit 4534e1c

Please sign in to comment.