chore: downgrade persistent-sorted-set to 0.0.8

CI error https://github.com/logseq/logseq/actions/runs/15124002453/job/42512483343
This commit is contained in:
Tienson Qin
2025-05-20 06:07:34 +08:00
parent 789834a9af
commit 5746e03a0a
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
:sha "5d672bf84ed944414b9f61eeb83808ead7be9127"}
datascript/datascript {:git/url "https://github.com/logseq/datascript" ;; fork
:sha "94b68a02ad8e7354c84c1b3cf3a1b33e19258f41"}
:sha "4b1f15f05a6b4a718a62c247956206480e361ea6"}
datascript-transit/datascript-transit {:mvn/version "0.3.0"}
borkdude/rewrite-edn {:mvn/version "0.4.9"}

2
deps/db/deps.edn vendored
View File

@@ -1,7 +1,7 @@
{: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 "94b68a02ad8e7354c84c1b3cf3a1b33e19258f41"}
:sha "4b1f15f05a6b4a718a62c247956206480e361ea6"}
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
;; 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 "94b68a02ad8e7354c84c1b3cf3a1b33e19258f41"}
:sha "4b1f15f05a6b4a718a62c247956206480e361ea6"}
com.cognitect/transit-cljs {:mvn/version "0.8.280"}
;; Any other deps should be added here and to nbb.edn