Skip to content

Commit

Permalink
fix(deps): update dependency styled-components to v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 29, 2018
1 parent 6cc547d commit 901bb9c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/web-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"reason-apollo": "0.5.7",
"reason-react": "0.3.1",
"recompose": "0.26.0",
"styled-components": "2.3.3"
"styled-components": "3.1.2"
},
"devDependencies": {
"bs-platform": "^2.1.0",
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8184,9 +8184,9 @@ style-loader@0.19.0:
loader-utils "^1.0.2"
schema-utils "^0.3.0"

styled-components@2.3.3:
version "2.3.3"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-2.3.3.tgz#351d0be84699db750c73d95617e4334157421f71"
styled-components@3.1.2:
version "3.1.2"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.1.2.tgz#0769655335eb6800dc5f6691425f6f7fe1801e32"
dependencies:
buffer "^5.0.3"
css-to-react-native "^2.0.3"
Expand All @@ -8195,8 +8195,13 @@ styled-components@2.3.3:
is-plain-object "^2.0.1"
prop-types "^15.5.4"
stylis "^3.4.0"
stylis-rule-sheet "^0.0.7"
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@^3.4.0:
version "3.4.5"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.5.tgz#d7b9595fc18e7b9c8775eca8270a9a1d3e59806e"
Expand Down

0 comments on commit 901bb9c

Please sign in to comment.