Skip to content

Commit 79f6b35

Browse files
renovate[bot]claudescottlovegrove
authored
chore(deps): update dependency @biomejs/biome to v2.4.7 (#92)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Scott Lovegrove <scott@ferretlabs.com>
1 parent 7b832b5 commit 79f6b35

4 files changed

Lines changed: 39 additions & 39 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.3.9/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.4.7/schema.json",
33
"formatter": {
44
"enabled": true,
55
"formatWithErrors": false,

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"yocto-spinner": "1.1.0"
5959
},
6060
"devDependencies": {
61-
"@biomejs/biome": "2.4.6",
61+
"@biomejs/biome": "2.4.7",
6262
"@semantic-release/changelog": "6.0.3",
6363
"@semantic-release/exec": "7.1.0",
6464
"@semantic-release/git": "10.0.1",

src/lib/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ export function assertBatchData<T>(response: { code: number; data: T }, label: s
275275
return response.data
276276
}
277277

278-
export type { Workspace, WorkspaceUser, User }
278+
export type { User, Workspace, WorkspaceUser }

0 commit comments

Comments
 (0)