mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
enhance: working spike for export md command
export namespaces aren't reused yet. Fixed bug w/ get-block-and-children not invoking correctly in nbb. Bumped all deps to use latest nbb-logseq
This commit is contained in:
6
deps/cli/package.json
vendored
6
deps/cli/package.json
vendored
@@ -10,9 +10,11 @@
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v26",
|
||||
"@logseq/nbb-logseq": "github:logseq/nbb-logseq#feat-db-v27",
|
||||
"better-sqlite3": "~11.10.0",
|
||||
"fs-extra": "^11.3.0"
|
||||
"fs-extra": "^11.3.0",
|
||||
"mldoc": "^1.5.9",
|
||||
"jszip": "3.8.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user