Skip to content

Commit

Permalink
build: bump prettier to 3.4.1 (#2571)
Browse files Browse the repository at this point in the history
* build: bump prettier to 3.4.1

* style: reformat css
  • Loading branch information
paulschreiber committed Dec 2, 2024
1 parent 822d406 commit a8a54d3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
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 @@ -110,7 +110,7 @@
"jest-axe": "^9.0.0",
"jest-when": "^3.6.0",
"plausible-tracker": "^0.3.9",
"prettier": "^3.3.3",
"prettier": "^3.4.1",
"react-scripts": "^5.0.1",
"serve": "^14.2.4",
"stylelint": "^16.11.0",
Expand Down
6 changes: 3 additions & 3 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto',
'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Expand Down

0 comments on commit a8a54d3

Please sign in to comment.