Add @quartz-community/types dependency

This commit is contained in:
saberzero1 2026-02-07 20:40:08 +01:00
parent 90d00f2217
commit bc5ad436f8
No known key found for this signature in database
2 changed files with 11 additions and 0 deletions

10
package-lock.json generated
View file

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

View file

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