chore: bump datascript

pull/10683/head
Tienson Qin 2023-12-21 19:01:38 +08:00
parent f6d8e090a0
commit 8f7c496ab4
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 "15234c650df20844ec089c1738d28c00eccacd6e"}
:sha "7015dd04d6fe019956a4243257c528874e1cc66c"}
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
;; 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 "15234c650df20844ec089c1738d28c00eccacd6e"}
:sha "7015dd04d6fe019956a4243257c528874e1cc66c"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
cljs-bean/cljs-bean {:mvn/version "1.5.0"}}
:aliases

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 "15234c650df20844ec089c1738d28c00eccacd6e"}
:sha "7015dd04d6fe019956a4243257c528874e1cc66c"}
logseq/db {:local/root "../db"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}}
:aliases