Skip to content

Commit

Permalink
Bump prettier from 3.3.3 to 3.4.2 (#13893)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Birchler <[email protected]>
  • Loading branch information
dependabot[bot] and swissspidy authored Dec 20, 2024
1 parent c27bdc7 commit f455bbf
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"postcss-jsx": "^0.36.4",
"postcss-styled-syntax": "^0.7.0",
"postcss-syntax": "^0.36.2",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"puppeteer": "^21.9.0",
"react-refresh": "^0.14.2",
"react-test-renderer": "^17.0.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/design-system/src/components/slider/slider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ const Input = styled.input.attrs({
top: calc(50% - 3px);
left: -calc(
${({ percentage, thumbSize, width }) =>
getAdjustedWidthValue(percentage, thumbSize, width)}% - 4px
getAdjustedWidthValue(percentage, thumbSize, width)}% -
4px
);
width: ${({ percentage = 0 }) => percentage}%;
background-color: ${({ theme }) =>
Expand Down

0 comments on commit f455bbf

Please sign in to comment.