瀏覽代碼

chore: bump datascript

Tienson Qin 1 年之前
父節點
當前提交
8d959a7c8b
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      deps.edn
  2. 1 1
      deps/db/deps.edn
  3. 1 1
      deps/outliner/deps.edn

+ 1 - 1
deps.edn

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

+ 1 - 1
deps/db/deps.edn

@@ -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     "2df1f148059373a92bc4f388895ec8416a776ead"}
+                         :sha     "0a3ce97e0f3d6afffc395e5a901312d208ce68e2"}
   datascript-transit/datascript-transit {:mvn/version "0.3.0"
                                          :exclusions [datascript/datascript]}
   cljs-bean/cljs-bean         {:mvn/version "1.5.0"}

+ 1 - 1
deps/outliner/deps.edn

@@ -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     "2df1f148059373a92bc4f388895ec8416a776ead"}
+                         :sha     "0a3ce97e0f3d6afffc395e5a901312d208ce68e2"}
   logseq/db             {:local/root "../db"}
   logseq/graph-parser   {:local/root "../db"}
   com.cognitect/transit-cljs {:mvn/version "0.8.280"}