Skip to content

Commit

Permalink
[react@18] bump styled-components (#192368)
Browse files Browse the repository at this point in the history
## Summary

Prep for #138222


This PR updates `styled-components` package to the latest v5 version. I
would like to do it for react@18 upgrade to suppress a noisy warning
that is coming from `styled-components` when it is used with react@18.
Here is that PR
https://github.com/styled-components/styled-components/pull/3564/files


Updates the failed snapshot tests.


Dear reviewers, could you please smoke-check your apps visually? This is
a minor upgrade, but I think it is worth to click around anyway.
  • Loading branch information
Dosant committed Sep 20, 2024
1 parent bb18996 commit b1434a4
Show file tree
Hide file tree
Showing 8 changed files with 365 additions and 372 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1241,7 +1241,7 @@
"source-map-support": "^0.5.19",
"stats-lite": "^2.2.0",
"strip-ansi": "^6.0.0",
"styled-components": "^5.1.0",
"styled-components": "^5.3.11",
"suricata-sid-db": "^1.0.2",
"swr": "^2.2.5",
"symbol-observable": "^1.2.0",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b1434a4

Please sign in to comment.