Skip to content

Commit

Permalink
Upgrade clerk, fix missing static-app (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie committed May 16, 2023
1 parent a508ab0 commit 40e7c7b
Show file tree
Hide file tree
Showing 6 changed files with 151 additions and 147 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

## [unreleased]

- Upgrade Clerk in the project and the template to
`"5e875e256a28a6deabf27bd6fc20f44cee5dad20"`, past the sha that removed
`nextjournal.clerk.static-app` in favor of `nextjournal.clerk.sci-env`.

## [0.5.0]

- #30 adds better support for Windows by invoking `npm` using `npm.bat` when
Expand Down
6 changes: 3 additions & 3 deletions deps.edn
@@ -1,7 +1,7 @@
{:paths ["src" "resources"]
:deps
{applied-science/js-interop {:mvn/version "0.3.3"}
thheller/shadow-cljs {:mvn/version "2.20.14"}}
thheller/shadow-cljs {:mvn/version "2.23.1"}}

:aliases
{:dev
Expand All @@ -13,10 +13,10 @@
{:extra-paths ["dev"]
:extra-deps
{io.github.nextjournal/clerk
{:git/sha "fad499407d979916d21b33cc7e46e73f7a485e37"}
{:git/sha "5e875e256a28a6deabf27bd6fc20f44cee5dad20"}
io.github.nextjournal/clerk.render
{:git/url "https://github.com/nextjournal/clerk"
:git/sha "fad499407d979916d21b33cc7e46e73f7a485e37"
:git/sha "5e875e256a28a6deabf27bd6fc20f44cee5dad20"
:deps/root "render"}}
:exec-fn user/build!}

Expand Down

0 comments on commit 40e7c7b

Please sign in to comment.