mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
. Creation of edn+md paths from pdf path were lacking sanitization which resulted in edn and md files not being associated with pdf Fixes https://github.com/logseq/db-test/issues/196#issuecomment-3059363947. Also fix incorrect dep
15 lines
654 B
Clojure
15 lines
654 B
Clojure
{:deps
|
|
;; These nbb-logseq deps are kept in sync with https://github.com/logseq/nbb-logseq/blob/main/bb.edn
|
|
{datascript/datascript {:git/url "https://github.com/logseq/datascript" ;; fork
|
|
:sha "b28f6574b9447bba9ccaa5d2b0cfd79308acf0e3"}
|
|
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
|
|
|
|
;; Any other deps should be added here and to nbb.edn
|
|
logseq/db {:local/root "../db"}
|
|
logseq/graph-parser {:local/root "../graph-parser"}
|
|
metosin/malli {:mvn/version "0.16.1"}}
|
|
:aliases
|
|
{:clj-kondo
|
|
{:replace-deps {clj-kondo/clj-kondo {:mvn/version "2024.09.27"}}
|
|
:main-opts ["-m" "clj-kondo.main"]}}}
|