chore: ⬆️ Upgrade dependencies

This commit is contained in:
Jesse Wierzbinski 2024-10-14 18:03:21 +02:00
parent eed48dac28
commit 32e2b5f5be
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"organizeImports": {
"enabled": true
},

BIN
bun.lockb

Binary file not shown.

View file

@ -8,10 +8,10 @@
"check": "bunx tsc -p ."
},
"devDependencies": {
"@biomejs/biome": "^1.9.1",
"@types/bun": "^1.1.9",
"@types/node": "^22.5.5",
"bun-plugin-dts": "^0.2.3"
"@biomejs/biome": "^1.9.3",
"@types/bun": "^1.1.11",
"@types/node": "^22.7.5",
"bun-plugin-dts": "^0.3.0"
},
"trustedDependencies": ["@biomejs/biome"],
"dependencies": {