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 48c7a9b commit 82ff828
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 @@ -13,7 +13,7 @@
],
"scripts": {
"start": "tsc -w",
"lint": "bunx @biomejs/biome check 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 Expand Up @@ -44,9 +44,9 @@
},
"homepage": "https://github.com/opendevtools/telefonnummer#readme",
"devDependencies": {
"@biomejs/biome": "1.7.2",
"bun-types": "1.1.7",
"rimraf": "5.0.5",
"@biomejs/biome": "1.8.1",
"bun-types": "1.1.15",
"rimraf": "5.0.7",
"typescript": "5.4.5"
},
"type": "module"
Expand Down

0 comments on commit 82ff828

Please sign in to comment.