mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
fix(types): install types from github
This commit is contained in:
parent
9c4a1f8af7
commit
dfcaf18469
26
package-lock.json
generated
26
package-lock.json
generated
@ -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",
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user