Skip to content

Commit

Permalink
Bump styled-components to ^5.3.11 (#39024)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 20, 2023
1 parent 7365066 commit d3323de
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@types/react-swipeable-views-utils": "^0.13.4",
"@types/react-transition-group": "^4.4.6",
"@types/react-window": "^1.8.5",
"@types/styled-components": "5.1.26",
"@types/styled-components": "5.1.27",
"@types/stylis": "^4.2.0",
"chai": "^4.3.8",
"cross-fetch": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"devDependencies": {
"@types/chai": "^4.3.6",
"@types/react": "^18.2.21",
"@types/styled-components": "^5.1.26",
"@types/styled-components": "^5.1.27",
"chai": "^4.3.8",
"react": "^18.2.0",
"styled-components": "^5.3.1",
"styled-components": "^5.3.11",
"test": "^5.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@types/prop-types": "^15.7.5",
"@types/react": "^18.2.21",
"@types/sinon": "^10.0.16",
"@types/styled-components": "^5.1.26",
"@types/styled-components": "^5.1.27",
"chai": "^4.3.8",
"fast-glob": "^3.3.1",
"lodash": "^4.17.21",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3966,10 +3966,10 @@
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
integrity sha512-K5K+yml8LTo9bWJI/rECfIPrGgxdpeNbj+d53lwN4QjW1MCwlkhUms+gtdzigTeUyBr09+u8BwOIY3MXvHdcsA==

"@types/[email protected].26", "@types/styled-components@^5.1.26":
version "5.1.26"
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.26.tgz#5627e6812ee96d755028a98dae61d28e57c233af"
integrity sha512-KuKJ9Z6xb93uJiIyxo/+ksS7yLjS1KzG6iv5i78dhVg/X3u5t1H7juRWqVmodIdz6wGVaIApo1u01kmFRdJHVw==
"@types/[email protected].27", "@types/styled-components@^5.1.27":
version "5.1.27"
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.27.tgz#1915eedba0d52f26ba5a383fccb7fe50e2e71106"
integrity sha512-oY9c1SdztRRF0QDQdwXEenfAjGN4WGUkaMpx5hvdTbYYqw01qoY2GrHi+kAR6SVofynzD6KbGoF5ITP0zh5pvg==
dependencies:
"@types/hoist-non-react-statics" "*"
"@types/react" "*"
Expand Down Expand Up @@ -15846,7 +15846,7 @@ [email protected]:
stylis "^4.3.0"
tslib "^2.5.0"

styled-components@^5.3.1, styled-components@^5.3.11:
styled-components@^5.3.11:
version "5.3.11"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.11.tgz#9fda7bf1108e39bf3f3e612fcc18170dedcd57a8"
integrity sha512-uuzIIfnVkagcVHv9nE0VPlHPSCmXIUGKfJ42LNjxCCTDTL5sgnJ8Z7GZBq0EnLYGln77tPpEpExt2+qa+cZqSw==
Expand Down

0 comments on commit d3323de

Please sign in to comment.