chore(deps): bump prettier

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2024-12-10 11:17:30 -05:00
parent 44bc70b269
commit bc3576e092
3 changed files with 8 additions and 9 deletions

9
ui/package-lock.json generated
View file

@ -61,7 +61,7 @@
"eslint-plugin-react-refresh": "^0.4.16",
"happy-dom": "^15.11.7",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"ra-test": "^3.19.12",
"typescript": "^5.7.2",
"vite": "^5.4.11",
@ -8784,11 +8784,10 @@
}
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"version": "3.4.2",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.4.2.tgz",
"integrity": "sha512-e9MewbtFo+Fevyuxn/4rrcDAaq0IYxPGLvObpQjiZBMAzB9IGmzlnG9RZy3FFas+eBMu2vA0CszMeduow5dIuQ==",
"dev": true,
"license": "MIT",
"bin": {
"prettier": "bin/prettier.cjs"
},

View file

@ -70,7 +70,7 @@
"eslint-plugin-react-refresh": "^0.4.16",
"happy-dom": "^15.11.7",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"ra-test": "^3.19.12",
"typescript": "^5.7.2",
"vite": "^5.4.11",

View file

@ -1,8 +1,8 @@
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;
}