Skip to content

Commit f455bbf

Browse files
Bump prettier from 3.3.3 to 3.4.2 (#13893)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pascal Birchler <[email protected]>
1 parent c27bdc7 commit f455bbf

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

package-lock.json

+4-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
@@ -157,7 +157,7 @@
157157
"postcss-jsx": "^0.36.4",
158158
"postcss-styled-syntax": "^0.7.0",
159159
"postcss-syntax": "^0.36.2",
160-
"prettier": "^3.3.3",
160+
"prettier": "^3.4.2",
161161
"puppeteer": "^21.9.0",
162162
"react-refresh": "^0.14.2",
163163
"react-test-renderer": "^17.0.2",

packages/design-system/src/components/slider/slider.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ const Input = styled.input.attrs({
9999
top: calc(50% - 3px);
100100
left: -calc(
101101
${({ percentage, thumbSize, width }) =>
102-
getAdjustedWidthValue(percentage, thumbSize, width)}% - 4px
102+
getAdjustedWidthValue(percentage, thumbSize, width)}% -
103+
4px
103104
);
104105
width: ${({ percentage = 0 }) => percentage}%;
105106
background-color: ${({ theme }) =>

0 commit comments

Comments
 (0)