Skip to content

Commit bda2c03

Browse files
fix(deps): update all non-major dependencies (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent df50995 commit bda2c03

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
33
"formatter": {
44
"enabled": true,
55
"formatWithErrors": false,

bun.lockb

-2 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
"start": "bun src/index.ts"
77
},
88
"devDependencies": {
9-
"@biomejs/biome": "2.2.4",
9+
"@biomejs/biome": "2.3.2",
1010
"@octokit/types": "14.1.0",
11-
"@types/bun": "1.2.23",
11+
"@types/bun": "1.3.1",
1212
"typescript": "5.9.3"
1313
},
1414
"dependencies": {
15-
"@octokit/request": "10.0.5"
15+
"@octokit/request": "10.0.6"
1616
},
1717
"packageManager": "bun@1.2.20"
1818
}

0 commit comments

Comments
 (0)