Skip to content

Commit

Permalink
Update dependency prettier to v3.5.2 (#2026)
Browse files Browse the repository at this point in the history
* Update dependency prettier to v3.5.2

* Format files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Stephen Wade <[email protected]>
  • Loading branch information
renovate[bot] and stephenwade authored Feb 23, 2025
1 parent 2288b98 commit 46635cf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion app/styles/admin.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
body {
--error-color: #b00020;

font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
font-family:
system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

Expand Down
5 changes: 3 additions & 2 deletions app/styles/show.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ body {
background-image: var(--background-image);
background-position: center;
background-size: cover;
font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue',
Helvetica, Arial, 'Lucida Grande', sans-serif;
font-family:
HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica,
Arial, 'Lucida Grande', sans-serif;
user-select: none;
}

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"knip": "5.44.4",
"lint-staged": "15.4.3",
"npm-run-all2": "7.0.2",
"prettier": "3.4.2",
"prettier": "3.5.2",
"prisma": "5.22.0",
"stylelint": "16.14.1",
"stylelint-config-hudochenkov": "11.0.0",
Expand Down

0 comments on commit 46635cf

Please sign in to comment.