Upgrade Prettier

This commit is contained in:
Dustin Brett 2025-02-09 13:51:12 -08:00
parent 5b8d1be2c8
commit 5a2edfd7c7
4 changed files with 9 additions and 8 deletions

View File

@ -121,8 +121,8 @@ const StyledMarked = styled.div`
pre {
background-color: #f6f8fa;
border-radius: 3px;
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
monospace;
font-family:
SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 85%;
line-height: 1.45;
overflow: auto;

View File

@ -6,7 +6,8 @@ const StyledV86 = styled.div`
}
div {
font-family: "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
font-family:
"Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
font-size: 14px;
font-weight: 700;
line-height: normal;

View File

@ -71,7 +71,7 @@
"nostr-tools": "^1.17.0",
"opentype.js": "^1.3.4",
"playlist-parser": "^0.0.12",
"prettier": "^3.4.2",
"prettier": "^3.5.0",
"print-js": "^1.6.0",
"quickjs-emscripten": "^0.31.0",
"react": "^19.0.0",

View File

@ -7722,10 +7722,10 @@ prelude-ls@^1.2.1:
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
prettier@^3.4.2:
version "3.4.2"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.4.2.tgz#a5ce1fb522a588bf2b78ca44c6e6fe5aa5a2b13f"
integrity sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==
prettier@^3.5.0:
version "3.5.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.5.0.tgz#50325a28887c6dfdf2ca3f8eaba02b66a8429ca7"
integrity sha512-quyMrVt6svPS7CjQ9gKb3GLEX/rl3BCL2oa/QkNcXv4YNVBC9olt3s+H7ukto06q7B1Qz46PbrKLO34PR6vXcA==
pretty-format@^29.0.0, pretty-format@^29.7.0:
version "29.7.0"