Skip to content

Commit 854344c

Browse files
committed
Upgrade to @gouvfr/dsfr v1.10.0
1 parent 8ab3c4f commit 854344c

File tree

3 files changed

+6
-13
lines changed

3 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@babel/core": "^7.20.2",
6767
"@emotion/react": "^11.10.4",
6868
"@emotion/styled": "^11.10.4",
69-
"@gouvfr/dsfr": "1.9.3",
69+
"@gouvfr/dsfr": "1.10.0",
7070
"@mui/icons-material": "^5.11.16",
7171
"@mui/material": "^5.13.3",
7272
"@storybook/addon-a11y": "^6.5.16",

src/Tile.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,7 @@ export const Tile = memo(
8282
>
8383
<div className={cx(fr.cx("fr-tile__body"), classes.body)}>
8484
<h3 className={cx(fr.cx("fr-tile__title"), classes.title)}>
85-
<Link
86-
{...linkProps}
87-
className={cx(
88-
fr.cx("fr-tile__link"),
89-
classes.link,
90-
linkProps.className
91-
)}
92-
>
85+
<Link {...linkProps} className={cx(classes.link, linkProps.className)}>
9386
{title}
9487
</Link>
9588
</h3>

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,10 +1394,10 @@
13941394
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
13951395
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==
13961396

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

14021402
"@humanwhocodes/config-array@^0.5.0":
14031403
version "0.5.0"

0 commit comments

Comments
 (0)