Skip to content

Commit 5f3bd5d

Browse files
committed
chore: update dependencies
1 parent 25ad798 commit 5f3bd5d

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: pnpm run coverage
3131

3232
- name: Upload coverage reports to Codecov
33-
uses: codecov/codecov-action@v5
33+
uses: codecov/codecov-action@v6
3434
with:
3535
token: ${{ secrets.CODECOV_TOKEN }}
3636
slug: zhensherlock/protocol-launcher

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.4.9/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.10/schema.json",
33
"vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true },
44
"files": {
55
"ignoreUnknown": false,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
],
4343
"packageManager": "pnpm@10.33.0",
4444
"devDependencies": {
45-
"@biomejs/biome": "2.4.9",
45+
"@biomejs/biome": "2.4.10",
4646
"@changesets/changelog-github": "^0.6.0",
4747
"@changesets/cli": "^2.30.0",
4848
"@commitlint/cli": "^20.5.0",

pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)