aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlocal.sh2
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
4 files changed, 10 insertions, 10 deletions
diff --git a/local.sh b/local.sh
index dac9829..9f6feea 100755
--- a/local.sh
+++ b/local.sh
@@ -2,7 +2,7 @@
ROAM_DB_PATH=~/.emacs.d/org-roam.db
ROAM_IMG_PATH=~/.emacs.d/img
-ROAM_PATH=~/org/website/mindmap
+ROAM_PATH=~/monorepo/mindmap
# If org-roam-ui directory does not exists, clone the org-roam-ui repository.
if [ ! -d "org-roam-ui" ]; then
diff --git a/package-lock.json b/package-lock.json
index 0fcdeee..6bb8dd2 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -9,7 +9,7 @@
"version": "1.5.0",
"license": "ISC",
"dependencies": {
- "fuse.js": "^7.0.0",
+ "fuse.js": "^7.1.0",
"orgast-util-to-string": "^1.0.1",
"sqlite3": "^5.1.7",
"unified": "^11.0.4",
@@ -436,9 +436,9 @@
"optional": true
},
"node_modules/fuse.js": {
- "version": "7.0.0",
- "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.0.0.tgz",
- "integrity": "sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==",
+ "version": "7.1.0",
+ "resolved": "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz",
+ "integrity": "sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==",
"license": "Apache-2.0",
"engines": {
"node": ">=10"
diff --git a/package.json b/package.json
index 1530075..096b5ec 100644
--- a/package.json
+++ b/package.json
@@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "fuse.js": "^7.0.0",
+ "fuse.js": "^7.1.0",
"orgast-util-to-string": "^1.0.1",
"sqlite3": "^5.1.7",
"unified": "^11.0.4",
diff --git a/yarn.lock b/yarn.lock
index 8cbbd1a..c086a64 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -281,10 +281,10 @@ fs.realpath@^1.0.0:
resolved "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz"
integrity sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==
-fuse.js@^7.0.0:
- version "7.0.0"
- resolved "https://registry.npmjs.org/fuse.js/-/fuse.js-7.0.0.tgz"
- integrity sha512-14F4hBIxqKvD4Zz/XjDc3y94mNZN6pRv3U13Udo0lNLCWRBUsrMv2xwcF/y/Z5sV6+FQW+/ow68cHpm4sunt8Q==
+fuse.js@^7.1.0:
+ version "7.1.0"
+ resolved "https://registry.npmjs.org/fuse.js/-/fuse.js-7.1.0.tgz"
+ integrity sha512-trLf4SzuuUxfusZADLINj+dE8clK1frKdmqiJNb1Es75fmI5oY6X2mxLVUciLLjxqw/xr72Dhy+lER6dGd02FQ==
gauge@^4.0.3:
version "4.0.4"