Skip to content

Commit f30793c

Browse files
authored
Merge pull request #1039 from hey3/renovate/formatter-families
ci: Update dependency prettier to v3.5.3
2 parents 7ab5d24 + f34fc3a commit f30793c

File tree

3 files changed

+91
-91
lines changed

3 files changed

+91
-91
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"eslint-plugin-unused-imports": "4.1.4",
7272
"globals": "16.1.0",
7373
"jsdom": "26.1.0",
74-
"prettier": "3.4.2",
74+
"prettier": "3.5.3",
7575
"storybook": "8.6.14",
7676
"stylelint": "16.19.1",
7777
"stylelint-config-recess-order": "6.0.0",

pnpm-lock.yaml

Lines changed: 88 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/styles/global.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ body {
99
}
1010

1111
:root {
12-
--global-font-family-base: 'Helvetica Neue', arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans',
13-
meiryo, sans-serif;
12+
--global-font-family-base:
13+
'Helvetica Neue', arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', meiryo, sans-serif;
1414
}
1515

1616
:root[data-theme='light'] {

0 commit comments

Comments
 (0)