diff --git a/package-lock.json b/package-lock.json index 49be47f53..38fe20c6d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -77,6 +77,7 @@ }, "devDependencies": { "@quartz-community/types": "github:quartz-community/types", + "@quartz-community/utils": "github:quartz-community/utils", "@types/d3": "^7.4.3", "@types/hast": "^3.0.4", "@types/js-yaml": "^4.0.9", @@ -1924,6 +1925,16 @@ "npm": ">=10.9.2" } }, + "node_modules/@quartz-community/utils": { + "version": "0.1.0", + "resolved": "git+ssh://git@github.com/quartz-community/utils.git#61970ce89f1019a56a95e9a9d7d414de7d6d1ebd", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + } + }, "node_modules/@shikijs/core": { "version": "1.26.2", "license": "MIT", diff --git a/package.json b/package.json index ad3372ef6..ccc3c2ef1 100644 --- a/package.json +++ b/package.json @@ -102,6 +102,7 @@ }, "devDependencies": { "@quartz-community/types": "github:quartz-community/types", + "@quartz-community/utils": "github:quartz-community/utils", "@types/d3": "^7.4.3", "@types/hast": "^3.0.4", "@types/js-yaml": "^4.0.9",