We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df50995 commit bda2c03Copy full SHA for bda2c03
3 files changed
biome.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
+ "$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
3
"formatter": {
4
"enabled": true,
5
"formatWithErrors": false,
bun.lockb
-2 Bytes
package.json
@@ -6,13 +6,13 @@
6
"start": "bun src/index.ts"
7
},
8
"devDependencies": {
9
- "@biomejs/biome": "2.2.4",
+ "@biomejs/biome": "2.3.2",
10
"@octokit/types": "14.1.0",
11
- "@types/bun": "1.2.23",
+ "@types/bun": "1.3.1",
12
"typescript": "5.9.3"
13
14
"dependencies": {
15
- "@octokit/request": "10.0.5"
+ "@octokit/request": "10.0.6"
16
17
"packageManager": "bun@1.2.20"
18
}
0 commit comments