fix: bump @quartz-community/utils to resolve ./jsx export error

This commit is contained in:
saberzero1 2026-03-17 19:46:35 +01:00
parent 56a801345a
commit a932000421
No known key found for this signature in database

22
package-lock.json generated
View File

@ -1999,18 +1999,28 @@
}, },
"node_modules/@quartz-community/utils": { "node_modules/@quartz-community/utils": {
"version": "0.1.0", "version": "0.1.0",
"resolved": "git+ssh://git@github.com/quartz-community/utils.git#eaa6160504bff1ddc82f2f9b8bdf62e64d291120", "resolved": "git+ssh://git@github.com/quartz-community/utils.git#81189f697c813648b318f4d8ae681723b4453a76",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@quartz-community/types": "github:quartz-community/types", "@quartz-community/types": "github:quartz-community/types"
"github-slugger": "^2.0.0",
"tsup": "^8.5.0",
"typescript": "^5.9.3"
}, },
"engines": { "engines": {
"node": ">=22", "node": ">=22",
"npm": ">=10.9.2" "npm": ">=10.9.2"
},
"peerDependencies": {
"github-slugger": "^2.0.0",
"hast-util-to-jsx-runtime": "^2.3.6",
"preact": "^10.0.0"
},
"peerDependenciesMeta": {
"github-slugger": {
"optional": true
},
"hast-util-to-jsx-runtime": {
"optional": true
}
} }
}, },
"node_modules/@rollup/rollup-android-arm-eabi": { "node_modules/@rollup/rollup-android-arm-eabi": {
@ -4007,6 +4017,7 @@
"resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz", "resolved": "https://registry.npmjs.org/hast-util-to-jsx-runtime/-/hast-util-to-jsx-runtime-2.3.6.tgz",
"integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==", "integrity": "sha512-zl6s8LwNyo1P9uw+XJGvZtdFF1GdAkOg8ujOw+4Pyb76874fLps4ueHXDhXWdk6YHQ6OgUtinliG7RsYvCbbBg==",
"license": "MIT", "license": "MIT",
"peer": true,
"dependencies": { "dependencies": {
"@types/estree": "^1.0.0", "@types/estree": "^1.0.0",
"@types/hast": "^3.0.0", "@types/hast": "^3.0.0",
@ -8012,6 +8023,7 @@
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"peer": true,
"bin": { "bin": {
"tsc": "bin/tsc", "tsc": "bin/tsc",
"tsserver": "bin/tsserver" "tsserver": "bin/tsserver"