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",