From bc5ad436f83cddfd19bd4850c19844d71e692c4b Mon Sep 17 00:00:00 2001 From: saberzero1 Date: Sat, 7 Feb 2026 20:40:08 +0100 Subject: [PATCH] Add @quartz-community/types dependency --- package-lock.json | 10 ++++++++++ package.json | 1 + 2 files changed, 11 insertions(+) diff --git a/package-lock.json b/package-lock.json index d8eedf4..ada2878 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.1.0", "license": "MIT", "dependencies": { + "@quartz-community/types": "github:quartz-community/types", "mdast-util-find-and-replace": "^3.0.1", "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.1", @@ -717,6 +718,15 @@ "node": ">= 8" } }, + "node_modules/@quartz-community/types": { + "version": "0.1.0", + "resolved": "git+ssh://git@github.com/quartz-community/types.git#a342579c845f6dfd74c2aed861b4662a69c5e328", + "license": "MIT", + "engines": { + "node": ">=22", + "npm": ">=10.9.2" + } + }, "node_modules/@rollup/rollup-android-arm-eabi": { "version": "4.57.1", "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.57.1.tgz", diff --git a/package.json b/package.json index 7304db4..73a3bfa 100644 --- a/package.json +++ b/package.json @@ -66,6 +66,7 @@ } }, "dependencies": { + "@quartz-community/types": "github:quartz-community/types", "mdast-util-find-and-replace": "^3.0.1", "rehype-slug": "^6.0.0", "remark-gfm": "^4.0.1",