fix: lints and a test

nbb test was failing b/c outliner had graph-parser as a dependency
but we hadn't manually added the npm dependency
This commit is contained in:
Gabriel Horner
2024-01-23 09:38:16 -05:00
parent cc1b8445a8
commit 689cf34cc3
8 changed files with 370 additions and 27 deletions

View File

@@ -7,7 +7,7 @@
"better-sqlite3": "8.0.1"
},
"dependencies": {
"mldoc": "^1.5.1"
"mldoc": "^1.5.8"
},
"scripts": {
"test": "nbb-logseq -cp test -m nextjournal.test-runner"