Skip to content

Commit

Permalink
Bump styled-components to ^5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 12, 2021
1 parent 35bf21b commit 8e0621e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-redux": "^7.1.1",
"redux": "^4.1.1",
"serve-handler": "^6.1.3",
"styled-components": "^5.0.0",
"styled-components": "^5.3.1",
"theme-ui": "^0.10.0",
"webpack": "^4.41.0",
"webpack-cli": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@types/react-swipeable-views-utils": "^0.13.3",
"@types/react-virtualized": "^9.21.13",
"@types/react-window": "^1.7.0",
"@types/styled-components": "5.1.12",
"@types/styled-components": "5.1.14",
"accept-language": "^3.0.18",
"address": "^1.1.2",
"ast-types": "^0.14.2",
Expand Down Expand Up @@ -110,7 +110,7 @@
"recast": "^0.20.5",
"recharts": "^2.1.0",
"rimraf": "^3.0.2",
"styled-components": "^5.0.0",
"styled-components": "^5.3.1",
"stylis": "^4.0.3",
"stylis-plugin-rtl": "^2.1.0",
"stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@^1.1.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 @@ -41,8 +41,8 @@
"prop-types": "^15.7.2"
},
"peerDependencies": {
"@types/styled-components": "^5.1.3",
"styled-components": "^5.0.0"
"@types/styled-components": "^5.1.14",
"styled-components": "^5.3.1"
},
"peerDependenciesMeta": {
"@types/styled-components": {
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3240,10 +3240,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/styled-components@5.1.12":
version "5.1.12"
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.12.tgz#1a3679942746adecd1e736bfc47aea2c938a7d9a"
integrity sha512-sTjc0+gMl08JvOHchQKgEGbbiSexSvWg5khUNSH4kosb7Tl4782AtfWMkAhQmeXMg2vIn6PthGVHFW+U/Dpihg==
"@types/styled-components@5.1.14":
version "5.1.14"
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.14.tgz#e9cf8cdb5eef9d139628183a84c083f630635d67"
integrity sha512-d6P1/tyNytqKwam3cQXq7a9uPtovc/mdAs7dBiz1YbDdNIT3X4WmuFU78YdSYh84TXVuhOwezZ3EeKuNBhwsHQ==
dependencies:
"@types/hoist-non-react-statics" "*"
"@types/react" "*"
Expand Down Expand Up @@ -15471,10 +15471,10 @@ style-value-types@4.1.4:
hey-listen "^1.0.8"
tslib "^2.1.0"

styled-components@^5.0.0:
version "5.3.0"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.0.tgz#e47c3d3e9ddfff539f118a3dd0fd4f8f4fb25727"
integrity sha512-bPJKwZCHjJPf/hwTJl6TbkSZg/3evha+XPEizrZUGb535jLImwDUdjTNxXqjjaASt2M4qO4AVfoHJNe3XB/tpQ==
styled-components@^5.3.1:
version "5.3.1"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.3.1.tgz#8a86dcd31bff7049c2ed408bae36fa23f03f071a"
integrity sha512-JThv2JRzyH0NOIURrk9iskdxMSAAtCfj/b2Sf1WJaCUsloQkblepy1jaCLX/bYE+mhYo3unmwVSI9I5d9ncSiQ==
dependencies:
"@babel/helper-module-imports" "^7.0.0"
"@babel/traverse" "^7.4.5"
Expand Down

0 comments on commit 8e0621e

Please sign in to comment.