Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
believer committed May 6, 2024
1 parent 564a54b commit 4b239d9
Show file tree
Hide file tree
Showing 4 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.3.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.7.2/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import banks, { Range } from './clearingNumbers'
import banks, { type Range } from './clearingNumbers'

type Clearingnummer = string | number

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"main": "./dist/index.js",
"devDependencies": {
"@biomejs/biome": "1.6.1",
"bun-types": "1.1.0",
"@biomejs/biome": "1.7.2",
"bun-types": "1.1.7",
"rimraf": "5.0.5",
"typescript": "5.4.3"
"typescript": "5.4.5"
},
"bugs": {
"url": "https://github.com/opendevtools/clearingnummer/issues"
Expand Down

0 comments on commit 4b239d9

Please sign in to comment.