Skip to content

Commit 38da7c6

Browse files
committed
Update to @gouvfr/dsfr v1.13.0
1 parent c952350 commit 38da7c6

File tree

3 files changed

+9
-14
lines changed

3 files changed

+9
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@babel/core": "^7.20.2",
8080
"@emotion/react": "^11.10.4",
8181
"@emotion/styled": "^11.10.4",
82-
"@gouvfr/dsfr": "1.12.1",
82+
"@gouvfr/dsfr": "1.13.0",
8383
"@mui/icons-material": "^5.14.18",
8484
"@mui/material": "^5.14.18",
8585
"@storybook/addon-a11y": "^6.5.16",

patches/@gouvfr+dsfr+1.12.1.patch renamed to patches/@gouvfr+dsfr+1.13.0.patch

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
diff --git a/node_modules/@gouvfr/dsfr/dist/.DS_Store b/node_modules/@gouvfr/dsfr/dist/.DS_Store
2-
new file mode 100644
3-
index 0000000..9200916
4-
Binary files /dev/null and b/node_modules/@gouvfr/dsfr/dist/.DS_Store differ
51
diff --git a/node_modules/@gouvfr/dsfr/dist/artwork/dark.svg b/node_modules/@gouvfr/dsfr/dist/artwork/dark.svg
6-
index e4d335c..e4f4aac 100644
2+
index e4d335c..6c53dce 100644
73
--- a/node_modules/@gouvfr/dsfr/dist/artwork/dark.svg
84
+++ b/node_modules/@gouvfr/dsfr/dist/artwork/dark.svg
9-
@@ -12,3 +12,5 @@
5+
@@ -12,3 +12,4 @@
106
<use class="fr-artwork-minor" href="#artwork-minor"/>
117
<use class="fr-artwork-major" href="#artwork-major"/>
128
</svg>
139
+<!-- Slightly increasing size so it reaches the threshold that will prevent it from being inlined by Vite. -->
14-
+
1510
diff --git a/node_modules/@gouvfr/dsfr/dist/dsfr.module.js b/node_modules/@gouvfr/dsfr/dist/dsfr.module.js
16-
index 588abee..b84d5b4 100644
11+
index 7cc31ef..2572570 100644
1712
--- a/node_modules/@gouvfr/dsfr/dist/dsfr.module.js
1813
+++ b/node_modules/@gouvfr/dsfr/dist/dsfr.module.js
19-
@@ -6226,9 +6226,11 @@ class HeaderLinks extends api.core.Instance {
14+
@@ -6338,9 +6338,11 @@ class HeaderLinks extends api.core.Instance {
2015
case api.Modes.ANGULAR:
2116
case api.Modes.REACT:
2217
case api.Modes.VUE:

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,10 +1459,10 @@
14591459
vue-custom-element "^3.2.14"
14601460
vuex "^3.6.0"
14611461

1462-
"@gouvfr/dsfr@1.12.1":
1463-
version "1.12.1"
1464-
resolved "https://registry.yarnpkg.com/@gouvfr/dsfr/-/dsfr-1.12.1.tgz#c25df1df5d3bacc4b847a1856c1d7f22219304a8"
1465-
integrity sha512-2zXBHSDjjlaNcxGtqbPQN/vyjJQKIRUP3CKOYoodj2/45pAWM1AXo3kCwXFLUo5kQOltShZUquQ7hSeVg4RRtA==
1462+
"@gouvfr/dsfr@1.13.0":
1463+
version "1.13.0"
1464+
resolved "https://registry.yarnpkg.com/@gouvfr/dsfr/-/dsfr-1.13.0.tgz#5f9661d3093acea8fd4fa9154ad948f051ad5998"
1465+
integrity sha512-I6JLYfE63dogk5qOx69gMfW/bKsm+daFgfx2QX75isbKBy5khlJdVxOD0A6ohvywvUJlEcZTmVK8rNHeVvGmgw==
14661466

14671467
"@humanwhocodes/config-array@^0.5.0":
14681468
version "0.5.0"

0 commit comments

Comments
 (0)