chore: 📦 Update packages

This commit is contained in:
Jesse Wierzbinski 2024-06-06 21:15:15 -10:00
parent 813a2688c8
commit 34dc6ff99d
No known key found for this signature in database
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json", "$schema": "https://biomejs.dev/schemas/1.7.3/schema.json",
"organizeImports": { "organizeImports": {
"enabled": true, "enabled": true,
"ignore": ["node_modules", "dist"] "ignore": ["node_modules", "dist"]

BIN
bun.lockb

Binary file not shown.

View file

@ -7,7 +7,7 @@
"build": "bun run build.ts" "build": "bun run build.ts"
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.7.3", "@biomejs/biome": "^1.8.0",
"@types/bun": "^1.1.3", "@types/bun": "^1.1.3",
"bun-plugin-dts": "^0.2.3" "bun-plugin-dts": "^0.2.3"
}, },