Skip to content

Commit cd363cf

Browse files
chore(deps): update @biomejs/biome to v2.0.5 (#2069)
* chore(deps): update @biomejs/biome to v2.0.5 * apply fix Signed-off-by: Adam Setch <[email protected]> --------- Signed-off-by: Adam Setch <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam Setch <[email protected]>
1 parent 95ec893 commit cd363cf

File tree

4 files changed

+43
-43
lines changed

4 files changed

+43
-43
lines changed

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.0.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
33
"assist": {
44
"actions": {
55
"source": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"update-electron-app": "3.1.1"
7878
},
7979
"devDependencies": {
80-
"@biomejs/biome": "2.0.4",
80+
"@biomejs/biome": "2.0.5",
8181
"@discordapp/twemoji": "15.1.0",
8282
"@electron/notarize": "3.0.1",
8383
"@primer/octicons-react": "19.15.3",

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.

src/renderer/App.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ body,
5050
}
5151

5252
body {
53-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
54-
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
55-
sans-serif;
53+
font-family:
54+
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
55+
"Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
5656
margin: 0;
5757
cursor: default;
5858
}

0 commit comments

Comments
 (0)