From 2774e976d20226df1554ebddd6c7d2e390cae42d Mon Sep 17 00:00:00 2001
From: 松浦 知也 Matsuura Tomoya <me@matsuuratomoya.com>
Date: Mon, 21 Aug 2023 15:45:47 +0000
Subject: [PATCH] fix: opts being overriden in graph option (#384)

---
 package.json |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/package.json b/package.json
index 08ab2d6..7fb5127 100644
--- a/package.json
+++ b/package.json
@@ -17,6 +17,9 @@
     "test": "tsx ./quartz/util/path.test.ts",
     "profile": "0x -D prof ./quartz/bootstrap-cli.mjs build --concurrency=1"
   },
+  "engines": {
+    "node": ">=18.14"
+  },
   "keywords": [
     "site generator",
     "ssg",
@@ -32,6 +35,7 @@
     "@clack/prompts": "^0.6.3",
     "@floating-ui/dom": "^1.4.0",
     "@napi-rs/simple-git": "^0.1.8",
+    "async-mutex": "^0.4.0",
     "chalk": "^4.1.2",
     "chokidar": "^3.5.3",
     "cli-spinner": "^0.2.10",

--
Gitblit v1.10.0