chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-10-24 17:28:27 +02:00
parent f8fe1305cb
commit 6f54544e47
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -8,9 +8,9 @@
"check": "bunx tsc -p ."
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@types/bun": "^1.1.11",
"@types/node": "^22.7.5",
"@biomejs/biome": "^1.9.4",
"@types/bun": "^1.1.12",
"@types/node": "^22.7.9",
"bun-plugin-dts": "^0.3.0"
},
"trustedDependencies": ["@biomejs/biome"],