Skip to content

Commit

Permalink
fix: bump nbb to fix publishing
Browse files Browse the repository at this point in the history
Also update outdated deps
  • Loading branch information
logseq-cldwalker committed Oct 31, 2024
1 parent 1b0e354 commit d1c37c5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Check outdated dependencies
uses: liquidz/antq-action@main
with:
excludes: 'borkdude/carve clojure/brew-install'
excludes: 'borkdude/carve clojure/brew-install logseq/publish-spa'

2 changes: 1 addition & 1 deletion bb.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
:deps
{io.github.logseq/bb-tasks
#_{:local/root "../bb-tasks"}
{:git/sha "70d3edeb287f5cec7192e642549a401f7d6d4263"}}
{:git/sha "1d429e223baeade426d30a4ed1c8a110173a2402"}}

:pods
{clj-kondo/clj-kondo {:version "2023.03.17"}}
Expand Down
8 changes: 4 additions & 4 deletions nbb.edn
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{:deps
{logseq/graph-parser
{:git/url "https://github.com/logseq/logseq"
:git/sha "e2f2afe47bd802ecc77f23869bbbd3b2db4e10d8"
:git/sha "92cc1ce38c08daf9a3ff455d2c2bfab273b98c46"
:deps/root "deps/graph-parser"}
#_{:local/root "../logseq/deps/graph-parser"}
logseq/publishing
{:git/url "https://github.com/logseq/logseq"
:git/sha "e2f2afe47bd802ecc77f23869bbbd3b2db4e10d8"
:git/sha "92cc1ce38c08daf9a3ff455d2c2bfab273b98c46"
:deps/root "deps/publishing"}
#_{:local/root "../logseq/deps/publishing"}
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/db'
logseq/db
{:git/url "https://github.com/logseq/logseq"
:git/sha "e2f2afe47bd802ecc77f23869bbbd3b2db4e10d8"
:git/sha "92cc1ce38c08daf9a3ff455d2c2bfab273b98c46"
:deps/root "deps/db"}
#_{:local/root "../logseq/deps/db"}
;; TODO: Remove workaround for error: 'Unable to compare versions for logseq/common'
logseq/common
{:git/url "https://github.com/logseq/logseq"
:git/sha "e2f2afe47bd802ecc77f23869bbbd3b2db4e10d8"
:git/sha "92cc1ce38c08daf9a3ff455d2c2bfab273b98c46"
:deps/root "deps/common"}
#_{:local/root "../logseq/deps/db"}}}

0 comments on commit d1c37c5

Please sign in to comment.