Skip to content

Commit 5e85de7

Browse files
committed
chore(deps): update dependency styled-components to v3.4.6
1 parent aa84006 commit 5e85de7

File tree

2 files changed

+24
-16
lines changed

2 files changed

+24
-16
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.4.6"
6666
},
6767
"babel": {
6868
"presets": [

yarn.lock

Lines changed: 23 additions & 15 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"
@@ -4347,7 +4351,7 @@ is-plain-obj@^1.0.0:
43474351
version "1.1.0"
43484352
resolved "https://registry.yarnpkg.com/is-plain-obj/-/is-plain-obj-1.1.0.tgz#71a50c8429dfca773c92a390a4a03b39fcd51d3e"
43494353

4350-
is-plain-object@^2.0.1, is-plain-object@^2.0.4:
4354+
is-plain-object@^2.0.4:
43514355
version "2.0.4"
43524356
resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-2.0.4.tgz#2c163b3fafb1b606d9d17928f05c2a1c38e07677"
43534357
dependencies:
@@ -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.5.0"
6588+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.5.0.tgz#2ec7c192709698591efe13722fab3ef56144ba55"
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,27 @@ 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.4.6:
7534+
version "3.4.6"
7535+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-3.4.6.tgz#134f1ab89ed732686bf7de3ff8fca557283cbd60"
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"
7533-
is-plain-object "^2.0.1"
7539+
fbjs "^0.8.16"
7540+
hoist-non-react-statics "^2.5.0"
75347541
prop-types "^15.5.4"
7535-
stylis "^3.4.0"
7536-
stylis-rule-sheet "^0.0.7"
7542+
react-is "^16.3.1"
7543+
stylis "^3.5.0"
7544+
stylis-rule-sheet "^0.0.10"
75377545
supports-color "^3.2.3"
75387546

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"
7547+
stylis-rule-sheet@^0.0.10:
7548+
version "0.0.10"
7549+
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
75427550

7543-
stylis@^3.4.0:
7544-
version "3.4.8"
7545-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.4.8.tgz#94380babbcd4c75726215794ca985b38ec96d1a3"
7551+
stylis@^3.5.0:
7552+
version "3.5.3"
7553+
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.3.tgz#99fdc46afba6af4deff570825994181a5e6ce546"
75467554

75477555
supports-color@^2.0.0:
75487556
version "2.0.0"

0 commit comments

Comments
 (0)