mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
chore: updated dependencies
This commit is contained in:
parent
8998994c85
commit
7a37044109
11
package-lock.json
generated
11
package-lock.json
generated
@ -77,6 +77,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@quartz-community/types": "github:quartz-community/types",
|
"@quartz-community/types": "github:quartz-community/types",
|
||||||
|
"@quartz-community/utils": "github:quartz-community/utils",
|
||||||
"@types/d3": "^7.4.3",
|
"@types/d3": "^7.4.3",
|
||||||
"@types/hast": "^3.0.4",
|
"@types/hast": "^3.0.4",
|
||||||
"@types/js-yaml": "^4.0.9",
|
"@types/js-yaml": "^4.0.9",
|
||||||
@ -1924,6 +1925,16 @@
|
|||||||
"npm": ">=10.9.2"
|
"npm": ">=10.9.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@quartz-community/utils": {
|
||||||
|
"version": "0.1.0",
|
||||||
|
"resolved": "git+ssh://git@github.com/quartz-community/utils.git#61970ce89f1019a56a95e9a9d7d414de7d6d1ebd",
|
||||||
|
"dev": true,
|
||||||
|
"license": "MIT",
|
||||||
|
"engines": {
|
||||||
|
"node": ">=22",
|
||||||
|
"npm": ">=10.9.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@shikijs/core": {
|
"node_modules/@shikijs/core": {
|
||||||
"version": "1.26.2",
|
"version": "1.26.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@ -102,6 +102,7 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@quartz-community/types": "github:quartz-community/types",
|
"@quartz-community/types": "github:quartz-community/types",
|
||||||
|
"@quartz-community/utils": "github:quartz-community/utils",
|
||||||
"@types/d3": "^7.4.3",
|
"@types/d3": "^7.4.3",
|
||||||
"@types/hast": "^3.0.4",
|
"@types/hast": "^3.0.4",
|
||||||
"@types/js-yaml": "^4.0.9",
|
"@types/js-yaml": "^4.0.9",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user