Skip to content

Commit

Permalink
upgrade styled-components
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBertoli committed Jan 29, 2018
1 parent 25d3bb5 commit 0f74941
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"react-dom": "^16.0.0",
"react-native": "^0.49.3",
"react-test-renderer": "^16.0.0",
"styled-components": "^3.0.2"
"styled-components": "^3.1.3"
},
"dependencies": {
"css": "^2.2.1"
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5434,9 +5434,9 @@ strip-json-comments@~2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"

styled-components@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.0.2.tgz#dbcd66ee84d444ee4332a7f74027e8a675191593"
styled-components@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.1.3.tgz#dae16953fdfc694b7341c43934145c360da0accb"
dependencies:
buffer "^5.0.3"
css-to-react-native "^2.0.3"
Expand All @@ -5445,8 +5445,13 @@ styled-components@^3.0.2:
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.8"
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.8.tgz#94380babbcd4c75726215794ca985b38ec96d1a3"
Expand Down

0 comments on commit 0f74941

Please sign in to comment.