deps: update @quartz-community/types and @quartz-community/utils

This commit is contained in:
saberzero1 2026-04-03 16:21:07 +02:00
parent e2ede119e9
commit d3ec13759f
No known key found for this signature in database
2 changed files with 2 additions and 6 deletions

7
package-lock.json generated
View file

@ -463,7 +463,7 @@
},
"node_modules/@quartz-community/types": {
"version": "0.2.1",
"resolved": "git+ssh://git@github.com/quartz-community/types.git#653aece4c90759fb911d62d4af89bf300865f85d",
"resolved": "git+ssh://git@github.com/quartz-community/types.git#d413569b02ff0cd9a7e8d74dee125d20a5e5ec72",
"license": "MIT",
"engines": {
"node": ">=22",
@ -484,7 +484,7 @@
},
"node_modules/@quartz-community/utils": {
"version": "0.1.0",
"resolved": "git+ssh://git@github.com/quartz-community/utils.git#1ad4e4f2f64a1ad9f12e89b0206a4f5e3c1f84be",
"resolved": "git+ssh://git@github.com/quartz-community/utils.git#cf1450b6f744755c16ca0d301db08c2ade6cfb67",
"license": "MIT",
"dependencies": {
"@quartz-community/types": "github:quartz-community/types"
@ -916,7 +916,6 @@
"version": "0.27.3",
"hasInstallScript": true,
"license": "MIT",
"peer": true,
"bin": {
"esbuild": "bin/esbuild"
},
@ -1066,7 +1065,6 @@
"node_modules/picomatch": {
"version": "4.0.3",
"license": "MIT",
"peer": true,
"engines": {
"node": ">=12"
},
@ -1327,7 +1325,6 @@
"node_modules/typescript": {
"version": "5.9.3",
"license": "Apache-2.0",
"peer": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"

View file

@ -37,7 +37,6 @@
"dev": "tsup --watch",
"typecheck": "tsc --noEmit"
},
"devDependencies": {},
"engines": {
"node": ">=22",
"npm": ">=10.9.2"