Files
logseq/deps/db/deps.edn
Gabriel Horner 0036a5d9de fix: invalid throws and remove unused values
Caught by updating to latest kondo
2024-10-31 14:12:09 -04:00

21 lines
1.0 KiB
Clojure

{:deps
;; These 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 "1f84d10df4970f054489b0ee78799f64b8dd4ee2"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"
:exclusions [datascript/datascript]}
cljs-bean/cljs-bean {:mvn/version "1.5.0"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
org.flatland/ordered {:mvn/version "1.15.11"}
;; New deps should be added here and to nbb.edn
logseq/common {:local/root "../common"}
logseq/clj-fractional-indexing {:git/url "https://github.com/logseq/clj-fractional-indexing"
:sha "7182b7878410f78536dc2b6df35ed32ef9cd6b61"}
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"]}}}