fix(types): install types from github

This commit is contained in:
saberzero1 2026-02-08 12:44:09 +01:00
parent 9c4a1f8af7
commit dfcaf18469
No known key found for this signature in database
2 changed files with 10 additions and 18 deletions

26
package-lock.json generated
View File

@ -76,7 +76,7 @@
"quartz": "quartz/bootstrap-cli.mjs"
},
"devDependencies": {
"@quartz-community/types": "file:../types",
"@quartz-community/types": "github:quartz-community/types",
"@types/d3": "^7.4.3",
"@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9",
@ -95,20 +95,6 @@
"npm": ">=10.9.2"
}
},
"../types": {
"name": "@quartz-community/types",
"version": "0.1.0",
"dev": true,
"license": "MIT",
"devDependencies": {
"tsup": "^8.5.0",
"typescript": "^5.9.3"
},
"engines": {
"node": ">=22",
"npm": ">=10.9.2"
}
},
"node_modules/@bufbuild/protobuf": {
"version": "2.11.0",
"resolved": "https://registry.npmjs.org/@bufbuild/protobuf/-/protobuf-2.11.0.tgz",
@ -1929,8 +1915,14 @@
"license": "MIT"
},
"node_modules/@quartz-community/types": {
"resolved": "../types",
"link": true
"version": "0.1.0",
"resolved": "git+ssh://git@github.com/quartz-community/types.git#39fac344ea3909933c9d3f3d388e43765fb5e32c",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=22",
"npm": ">=10.9.2"
}
},
"node_modules/@shikijs/core": {
"version": "1.26.2",

View File

@ -101,7 +101,7 @@
"yargs": "^18.0.0"
},
"devDependencies": {
"@quartz-community/types": "file:../types",
"@quartz-community/types": "github:quartz-community/types",
"@types/d3": "^7.4.3",
"@types/hast": "^3.0.4",
"@types/js-yaml": "^4.0.9",