Skip to content

Commit

Permalink
Merge pull request #828 from MTES-MCT/fix-broken-dsfr
Browse files Browse the repository at this point in the history
chore: rollback to older react DSFR version to fix UI regression
  • Loading branch information
loicguillois authored Jul 30, 2024
2 parents 63fddf7 + 5589351 commit 74a126b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
fileignoreconfig:
- filename: .github/workflows/github-actions.yml
checksum: b1a53b557b6b2ac4c57f6afce9e902582f5589f97762a963da587496a455c0c1
- filename: yarn.lock
checksum: 586ce7bb1c7f67040206aaa8a4f0175c52e8521b59cdcf13a9954e1f49fd11d2
version: ""
587496a455c0c1
- filename: .github/workflows/review-app.yml
checksum: 632dba1dc6c13a8f3dd1d8a31fa7be20ceceae67af009c3c7d1f28a64ac05d3f
- filename: database/*
Expand Down
17 changes: 15 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,20 @@ __metadata:
languageName: node
linkType: hard

"@codegouvfr/react-dsfr@npm:^1.9.11, @codegouvfr/react-dsfr@npm:^1.9.20":
"@codegouvfr/react-dsfr@npm:1.9.16":
version: 1.9.16
resolution: "@codegouvfr/react-dsfr@npm:1.9.16"
dependencies:
tsafe: "npm:^1.6.3"
yargs-parser: "npm:^21.1.1"
bin:
copy-dsfr-to-public: bin/copy-dsfr-to-public.js
only-include-used-icons: bin/only-include-used-icons.js
checksum: 10c0/a3a1c93e5f998aea4c0e567e5ca26a02cf1396067d81be9c462b01e3352219beb21240134b912e82307194e12b3fff716ea9256ebd8844396ed5c152a4989d13
languageName: node
linkType: hard

"@codegouvfr/react-dsfr@npm:^1.9.11":
version: 1.9.20
resolution: "@codegouvfr/react-dsfr@npm:1.9.20"
dependencies:
Expand Down Expand Up @@ -9053,7 +9066,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@zerologementvacant/front@workspace:frontend"
dependencies:
"@codegouvfr/react-dsfr": "npm:^1.9.20"
"@codegouvfr/react-dsfr": "npm:1.9.16"
"@craco/craco": "npm:^7.1.0"
"@emotion/react": "npm:^11.11.4"
"@emotion/styled": "npm:^11.11.5"
Expand Down

0 comments on commit 74a126b

Please sign in to comment.