Skip to content

Commit

Permalink
Upgrade to @gouvfr/dsfr v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jul 21, 2023
1 parent 8ab3c4f commit 854344c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@babel/core": "^7.20.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@gouvfr/dsfr": "1.9.3",
"@gouvfr/dsfr": "1.10.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@storybook/addon-a11y": "^6.5.16",
Expand Down
9 changes: 1 addition & 8 deletions src/Tile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,7 @@ export const Tile = memo(
>
<div className={cx(fr.cx("fr-tile__body"), classes.body)}>
<h3 className={cx(fr.cx("fr-tile__title"), classes.title)}>
<Link
{...linkProps}
className={cx(
fr.cx("fr-tile__link"),
classes.link,
linkProps.className
)}
>
<Link {...linkProps} className={cx(classes.link, linkProps.className)}>
{title}
</Link>
</h3>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1394,10 +1394,10 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@gouvfr/dsfr@1.9.3":
version "1.9.3"
resolved "https://registry.yarnpkg.com/@gouvfr/dsfr/-/dsfr-1.9.3.tgz#289148c79566f6332cc930230742c4fe509d96f2"
integrity sha512-toPM1nvzSxPAwpLhnIgf7a/TJV0WOUa6sDqYummvMhZ9PBolFPGuD+3r8e3vg0bR5BkYxOt9hFErOPDU1tU4sQ==
"@gouvfr/dsfr@1.10.0":
version "1.10.0"
resolved "https://registry.yarnpkg.com/@gouvfr/dsfr/-/dsfr-1.10.0.tgz#a3f4939c728e35d8c9ecf06f7a62369ae46256db"
integrity sha512-fHqGCvc8jGtkX2AKRCWi9o3jf/kirP/BeeZ2FBVGwS9Oxd8KsG22xk/6Tls8nA+qPaI+2ZkZQxATBV8KlhwNhQ==

"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"
Expand Down

0 comments on commit 854344c

Please sign in to comment.