Skip to content

Commit 70e5163

Browse files
committed
chore(deps): update dependency styled-components to v3.3.3
1 parent aa84006 commit 70e5163

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"react": "16.2.0",
6363
"react-dom": "16.2.0",
6464
"react-test-renderer": "16.2.0",
65-
"styled-components": "3.1.4"
65+
"styled-components": "3.3.3"
6666
},
6767
"babel": {
6868
"presets": [

yarn.lock

Lines changed: 22 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3917,6 +3917,10 @@ hoist-non-react-statics@^2.3.1:
39173917
version "2.3.1"
39183918
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.3.1.tgz#343db84c6018c650778898240135a1420ee22ce0"
39193919

3920+
hoist-non-react-statics@^2.5.0:
3921+
version "2.5.5"
3922+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz#c5903cf409c0dfd908f388e619d86b9c1174cb47"
3923+
39203924
home-or-tmp@^2.0.0:
39213925
version "2.0.0"
39223926
resolved "https://registry.yarnpkg.com/home-or-tmp/-/home-or-tmp-2.0.0.tgz#e36c3f2d2cae7d746a857e38d18d5f32a7882db8"
@@ -6579,6 +6583,10 @@ react-inspector@^2.2.2:
65796583
babel-runtime "^6.26.0"
65806584
is-dom "^1.0.9"
65816585

6586+
react-is@^16.3.1:
6587+
version "16.4.1"
6588+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.4.1.tgz#d624c4650d2c65dbd52c72622bbf389435d9776e"
6589+
65826590
react-modal@^3.1.10:
65836591
version "3.1.11"
65846592
resolved "https://registry.yarnpkg.com/react-modal/-/react-modal-3.1.11.tgz#95c8223fcee7013258ad2d149c38c9f870c89958"
@@ -7522,27 +7530,28 @@ style-loader@^0.19.1:
75227530
loader-utils "^1.0.2"
75237531
schema-utils "^0.3.0"
75247532

7525-
styled-components@3.1.4:
7526-
version "3.1.4"
7527-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.1.4.tgz#1bdc1409c9bacafee3510c573d23b73039b0d875"
7533+
styled-components@3.3.3:
7534+
version "3.3.3"
7535+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.3.3.tgz#09e702055ab11f7a8eab8229b1c0d0b855095686"
75287536
dependencies:
75297537
buffer "^5.0.3"
75307538
css-to-react-native "^2.0.3"
7531-
fbjs "^0.8.9"
7532-
hoist-non-react-statics "^1.2.0"
7539+
fbjs "^0.8.16"
7540+
hoist-non-react-statics "^2.5.0"
75337541
is-plain-object "^2.0.1"
75347542
prop-types "^15.5.4"
7535-
stylis "^3.4.0"
7536-
stylis-rule-sheet "^0.0.7"
7543+
react-is "^16.3.1"
7544+
stylis "^3.5.0"
7545+
stylis-rule-sheet "^0.0.10"
75377546
supports-color "^3.2.3"
75387547

7539-
stylis-rule-sheet@^0.0.7:
7540-
version "0.0.7"
7541-
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.7.tgz#5c51dc879141a61821c2094ba91d2cbcf2469c6c"
7548+
stylis-rule-sheet@^0.0.10:
7549+
version "0.0.10"
7550+
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
75427551

7543-
stylis@^3.4.0:
7544-
version "3.4.8"
7545-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.8.tgz#94380babbcd4c75726215794ca985b38ec96d1a3"
7552+
stylis@^3.5.0:
7553+
version "3.5.1"
7554+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.1.tgz#fd341d59f57f9aeb412bc14c9d8a8670b438e03b"
75467555

75477556
supports-color@^2.0.0:
75487557
version "2.0.0"

0 commit comments

Comments
 (0)