Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed Jun 20, 2024
1 parent ac4f4e8 commit 3064f7b
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.7.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.8.1/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,9 +8,9 @@
},
"main": "./dist/index.js",
"devDependencies": {
"@biomejs/biome": "1.7.2",
"bun-types": "1.1.9",
"rimraf": "5.0.5",
"@biomejs/biome": "1.8.1",
"bun-types": "1.1.15",
"rimraf": "5.0.7",
"typescript": "5.4.5"
},
"bugs": {
Expand All @@ -36,7 +36,7 @@
},
"scripts": {
"start": "tsc -w",
"lint": "bun biome check --apply lib",
"lint": "biome check --write lib",
"test": "bun test",
"prebuild:js": "rimraf dist",
"build:js": "bun build lib/index.ts --minify --outdir ./dist",
Expand Down

0 comments on commit 3064f7b

Please sign in to comment.