File tree Expand file tree Collapse file tree 4 files changed +97
-97
lines changed Expand file tree Collapse file tree 4 files changed +97
-97
lines changed Original file line number Diff line number Diff line change 13
13
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
14
15
15
- name : Setup Biome
16
- uses : biomejs/setup-biome@a9763ed3d2388f5746f9dc3e1a55df7f4609bc89 # v2.5.1
16
+ uses : biomejs/setup-biome@454fa0d884737805f48d7dc236c1761a0ac3cc13 # v2.6.0
17
17
18
18
- name : Run Biome
19
19
run : biome ci
Original file line number Diff line number Diff line change 1
1
{
2
- "$schema" : " https://biomejs.dev/schemas/2.0.6 /schema.json" ,
2
+ "$schema" : " https://biomejs.dev/schemas/2.1.1 /schema.json" ,
3
3
"vcs" : {
4
4
"enabled" : true ,
5
5
"clientKind" : " git" ,
Original file line number Diff line number Diff line change 15
15
"typecheck" : " tsc"
16
16
},
17
17
"devDependencies" : {
18
- "@biomejs/biome" : " ^2.0.6 " ,
19
- "@cloudflare/workers-types" : " ^4.20250627 .0" ,
18
+ "@biomejs/biome" : " ^2.1.1 " ,
19
+ "@cloudflare/workers-types" : " ^4.20250710 .0" ,
20
20
"typescript" : " ^5.8.3" ,
21
- "wrangler" : " ^4.22 .0"
21
+ "wrangler" : " ^4.24 .0"
22
22
},
23
23
"dependencies" : {
24
24
"@discordjs/builders" : " ^1.11.2" ,
25
25
"@discordjs/rest" : " ^2.5.1" ,
26
26
"dedent" : " ^1.6.0" ,
27
- "discord-api-types" : " ^0.38.13 " ,
27
+ "discord-api-types" : " ^0.38.15 " ,
28
28
"discord-verify" : " ^1.2.0"
29
29
},
30
30
"engines" : {
31
31
"node" : " >=24.0.0"
32
32
},
33
- "packageManager" : " pnpm@10.12.4 "
33
+ "packageManager" : " pnpm@10.13.1 "
34
34
}
You can’t perform that action at this time.
0 commit comments