Skip to content

Commit

Permalink
Tech – Migre vers styled-components v6 (#2903)
Browse files Browse the repository at this point in the history
## Linked issues

- MTES-MCT/monitor-ui#827

----

- [ ] Tests E2E (Cypress)
  • Loading branch information
ivangabriele authored Sep 9, 2024
2 parents 3bc051a + 8429d0c commit 57b581f
Show file tree
Hide file tree
Showing 45 changed files with 162 additions and 152 deletions.
160 changes: 85 additions & 75 deletions frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"rsuite": "5.54.0",
"rsuite-table": "5.19.1",
"simplify-geojson": "1.0.5",
"styled-components": "5.3.11",
"styled-components": "6.1.13",
"timeago.js": "4.0.2",
"use-debounce": "9.0.4",
"uuid": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/ConfirmationModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const StyledDialog = styled(Dialog)`
> .Element-Button {
width: 175px;
:not(:first-child) {
&:not(:first-child) {
margin-left: 8px;
}
}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Dialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const StyledDialog = styled(MuiDialog)<{
> .Element-Button {
width: 136px;
:not(:first-child) {
&:not(:first-child) {
margin-left: 8px;
}
}
Expand Down
Loading

0 comments on commit 57b581f

Please sign in to comment.