Skip to content

Commit

Permalink
chore: ⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Oct 14, 2024
1 parent eed48da commit 32e2b5f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -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
},
Expand Down
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 32e2b5f

Please sign in to comment.