Skip to content

Commit

Permalink
chore(deps): update dependency styled-components to v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 9, 2018
1 parent 3b24f36 commit cd692c3
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 13 deletions.
2 changes: 1 addition & 1 deletion packages/mcs-lite-admin-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"redux-freeze": "0.1.5",
"redux-mock-store": "1.5.1",
"rxjs": "5.5.6",
"styled-components": "3.1.4",
"styled-components": "3.2.1",
"uuid": "3.2.1",
"validator": "9.4.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/mcs-lite-landing-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"react-scripts": "1.1.0",
"react-snap": "1.10.0",
"recompose": "0.26.0",
"styled-components": "3.1.4"
"styled-components": "3.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/mcs-lite-mobile-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"redux-freeze": "0.1.5",
"redux-mock-store": "1.5.1",
"rxjs": "5.5.6",
"styled-components": "3.1.4",
"styled-components": "3.2.1",
"uuid": "3.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/mcs-lite-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"react-addons-test-utils": "15.6.2",
"react-dom": "16.2.0",
"react-test-renderer": "16.2.0",
"styled-components": "3.1.4",
"styled-components": "3.2.1",
"svgr": "1.8.1"
},
"dependencies": {
Expand Down
23 changes: 14 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11479,28 +11479,33 @@ style-utils@~0.1.13:
version "0.1.16"
resolved "https://registry.yarnpkg.com/style-utils/-/style-utils-0.1.16.tgz#d06cc892c1dc2b1ac16e73318fd810b26dfbb4a9"

styled-components@3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.1.4.tgz#1bdc1409c9bacafee3510c573d23b73039b0d875"
styled-components@3.2.1:
version "3.2.1"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.2.1.tgz#4f780c588829eb06624b686f9b793a10d04db139"
dependencies:
buffer "^5.0.3"
css-to-react-native "^2.0.3"
fbjs "^0.8.9"
hoist-non-react-statics "^1.2.0"
is-plain-object "^2.0.1"
opencollective "^1.0.3"
prop-types "^15.5.4"
stylis "^3.4.0"
stylis-rule-sheet "^0.0.7"
stylis "^3.4.10"
stylis-rule-sheet "^0.0.8"
supports-color "^3.2.3"

stylis-rule-sheet@^0.0.7:
version "0.0.7"
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.7.tgz#5c51dc879141a61821c2094ba91d2cbcf2469c6c"
stylis-rule-sheet@^0.0.8:
version "0.0.8"
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.8.tgz#b0d0a126c945b1f3047447a3aae0647013e8d166"

stylis@^3.0.0, stylis@^3.4.0:
stylis@^3.0.0:
version "3.4.8"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.8.tgz#94380babbcd4c75726215794ca985b38ec96d1a3"

stylis@^3.4.10:
version "3.5.0"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.0.tgz#016fa239663d77f868fef5b67cf201c4b7c701e1"

superagent@3.8.2:
version "3.8.2"
resolved "https://registry.yarnpkg.com/superagent/-/superagent-3.8.2.tgz#e4a11b9d047f7d3efeb3bbe536d9ec0021d16403"
Expand Down

0 comments on commit cd692c3

Please sign in to comment.