chore: bump datascript

This commit is contained in:
Tienson Qin
2024-07-25 22:28:21 +08:00
parent 1fa2fef5ad
commit 50eb74927b
3 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
rum/rum {:mvn/version "0.12.9"}
datascript/datascript {:git/url "https://github.com/logseq/datascript" ;; fork
:sha "18a9b14a6f448ac25cf200952eda5c656e243f58"}
:sha "8c7168b0c29ae2dc3c3efb5d28188916e991bde1"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"}
borkdude/rewrite-edn {:mvn/version "0.4.7"}

2
deps/db/deps.edn vendored
View File

@@ -1,7 +1,7 @@
{: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 "18a9b14a6f448ac25cf200952eda5c656e243f58"}
:sha "8c7168b0c29ae2dc3c3efb5d28188916e991bde1"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"
:exclusions [datascript/datascript]}
cljs-bean/cljs-bean {:mvn/version "1.5.0"}

View File

@@ -1,7 +1,7 @@
{:deps
;; External deps should be 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 "18a9b14a6f448ac25cf200952eda5c656e243f58"}
:sha "8c7168b0c29ae2dc3c3efb5d28188916e991bde1"}
logseq/db {:local/root "../db"}
logseq/graph-parser {:local/root "../db"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}