chore: updated dependencies

This commit is contained in:
saberzero1 2026-02-09 13:14:17 +01:00
parent 8998994c85
commit 7a37044109
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

11
package-lock.json generated
View File

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

View File

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