mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
- bb test:load-all-namespaces-with-nbb now passes for all deps - Updated nbb-logseq to support cljs.core/Atom - Adjusted datascript.impl.entity with previous datascript.db require so that correct loading occurs in nbb - fixed missing deps in logseq.outliner - Converted a minor cljs.spec to malli since malli is nbb compatible - Changed exists? to some? since they are functionally equivalent for the given arg and some? is nbb compatible
14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"name": "nbb-dev-scripts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@logseq/nbb-logseq": "logseq/nbb-logseq#feat-db-v7"
|
|
},
|
|
"dependencies": {
|
|
"better-sqlite3": "8.0.1",
|
|
"fs-extra": "9.1.0",
|
|
"mldoc": "^1.5.1"
|
|
}
|
|
}
|