Skip to content

Commit a3de564

Browse files
Update dependency prettier to v3.5.1 (#1052)
* Update dependency prettier to v3.5.1 * fix linting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jeldrik Hanschke <admin@jhanschke.de>
1 parent 865ea70 commit a3de564

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

app/styles/_variable-overrides.scss

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
$icon-font-path: "../open-iconic/font/fonts/";
22
$enable-rounded: false;
3-
$font-family-base: -apple-system, blinkmacsystemfont, "Segoe UI", roboto,
4-
oxygen-sans, ubuntu, cantarell, "Helvetica Neue", sans-serif;
3+
$font-family-base:
4+
-apple-system, blinkmacsystemfont, "Segoe UI", roboto, oxygen-sans, ubuntu,
5+
cantarell, "Helvetica Neue", sans-serif;
56
$jumbotron-padding: 2rem;
67
$btn-disabled-opacity: 0.45;

package-lock.json

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"loader.js": "4.7.0",
101101
"miragejs": "0.1.48",
102102
"open-iconic": "1.1.1",
103-
"prettier": "3.2.5",
103+
"prettier": "3.5.1",
104104
"qunit": "2.20.1",
105105
"qunit-dom": "3.4.0",
106106
"release-it": "17.11.0",

0 commit comments

Comments
 (0)