Skip to content
This repository was archived by the owner on Jan 4, 2023. It is now read-only.

Commit c416ab5

Browse files
committed
fix(deps): update dependency styled-components to v5
1 parent 403d7bc commit c416ab5

File tree

2 files changed

+48
-133
lines changed

2 files changed

+48
-133
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-dom": "16.14.0",
3333
"react-final-form": "4.1.0",
3434
"react-stripe-elements": "2.0.3",
35-
"styled-components": "4.4.1"
35+
"styled-components": "5.2.1"
3636
},
3737
"devDependencies": {
3838
"@babel/core": "7.13.8",

yarn.lock

+47-132
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@
99
dependencies:
1010
"@babel/highlight" "^7.0.0"
1111

12-
"@babel/code-frame@^7.10.4":
13-
version "7.10.4"
14-
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
15-
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
16-
dependencies:
17-
"@babel/highlight" "^7.10.4"
18-
1912
"@babel/code-frame@^7.12.13":
2013
version "7.12.13"
2114
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
@@ -50,15 +43,6 @@
5043
semver "^6.3.0"
5144
source-map "^0.5.0"
5245

53-
"@babel/generator@^7.11.0":
54-
version "7.11.0"
55-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
56-
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
57-
dependencies:
58-
"@babel/types" "^7.11.0"
59-
jsesc "^2.5.1"
60-
source-map "^0.5.0"
61-
6246
"@babel/generator@^7.12.13":
6347
version "7.12.15"
6448
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
@@ -156,15 +140,6 @@
156140
dependencies:
157141
"@babel/types" "^7.12.13"
158142

159-
"@babel/helper-function-name@^7.10.4":
160-
version "7.10.4"
161-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
162-
integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
163-
dependencies:
164-
"@babel/helper-get-function-arity" "^7.10.4"
165-
"@babel/template" "^7.10.4"
166-
"@babel/types" "^7.10.4"
167-
168143
"@babel/helper-function-name@^7.12.13":
169144
version "7.12.13"
170145
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
@@ -174,13 +149,6 @@
174149
"@babel/template" "^7.12.13"
175150
"@babel/types" "^7.12.13"
176151

177-
"@babel/helper-get-function-arity@^7.10.4":
178-
version "7.10.4"
179-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
180-
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
181-
dependencies:
182-
"@babel/types" "^7.10.4"
183-
184152
"@babel/helper-get-function-arity@^7.12.13":
185153
version "7.12.13"
186154
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -316,13 +284,6 @@
316284
dependencies:
317285
"@babel/types" "^7.12.1"
318286

319-
"@babel/helper-split-export-declaration@^7.11.0":
320-
version "7.11.0"
321-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
322-
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
323-
dependencies:
324-
"@babel/types" "^7.11.0"
325-
326287
"@babel/helper-split-export-declaration@^7.12.13":
327288
version "7.12.13"
328289
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
@@ -373,15 +334,6 @@
373334
esutils "^2.0.2"
374335
js-tokens "^4.0.0"
375336

376-
"@babel/highlight@^7.10.4":
377-
version "7.10.4"
378-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
379-
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
380-
dependencies:
381-
"@babel/helper-validator-identifier" "^7.10.4"
382-
chalk "^2.0.0"
383-
js-tokens "^4.0.0"
384-
385337
"@babel/highlight@^7.12.13":
386338
version "7.12.13"
387339
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
@@ -391,11 +343,6 @@
391343
chalk "^2.0.0"
392344
js-tokens "^4.0.0"
393345

394-
"@babel/parser@^7.10.4", "@babel/parser@^7.11.0":
395-
version "7.11.0"
396-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
397-
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
398-
399346
"@babel/parser@^7.12.13":
400347
version "7.12.15"
401348
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
@@ -1015,15 +962,6 @@
1015962
dependencies:
1016963
regenerator-runtime "^0.13.2"
1017964

1018-
"@babel/template@^7.10.4":
1019-
version "7.10.4"
1020-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
1021-
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
1022-
dependencies:
1023-
"@babel/code-frame" "^7.10.4"
1024-
"@babel/parser" "^7.10.4"
1025-
"@babel/types" "^7.10.4"
1026-
1027965
"@babel/template@^7.12.13":
1028966
version "7.12.13"
1029967
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
@@ -1033,21 +971,6 @@
1033971
"@babel/parser" "^7.12.13"
1034972
"@babel/types" "^7.12.13"
1035973

1036-
"@babel/traverse@^7.0.0":
1037-
version "7.11.0"
1038-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
1039-
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
1040-
dependencies:
1041-
"@babel/code-frame" "^7.10.4"
1042-
"@babel/generator" "^7.11.0"
1043-
"@babel/helper-function-name" "^7.10.4"
1044-
"@babel/helper-split-export-declaration" "^7.11.0"
1045-
"@babel/parser" "^7.11.0"
1046-
"@babel/types" "^7.11.0"
1047-
debug "^4.1.0"
1048-
globals "^11.1.0"
1049-
lodash "^4.17.19"
1050-
1051974
"@babel/traverse@^7.12.13":
1052975
version "7.12.13"
1053976
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
@@ -1063,7 +986,7 @@
1063986
globals "^11.1.0"
1064987
lodash "^4.17.19"
1065988

1066-
"@babel/traverse@^7.13.0":
989+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.4.5":
1067990
version "7.13.0"
1068991
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.0.tgz#6d95752475f86ee7ded06536de309a65fc8966cc"
1069992
integrity sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ==
@@ -1087,7 +1010,7 @@
10871010
lodash "^4.17.11"
10881011
to-fast-properties "^2.0.0"
10891012

1090-
"@babel/types@^7.10.4", "@babel/types@^7.11.0":
1013+
"@babel/types@^7.10.4":
10911014
version "7.11.0"
10921015
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
10931016
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
@@ -1132,7 +1055,7 @@
11321055
lodash "^4.17.11"
11331056
to-fast-properties "^2.0.0"
11341057

1135-
"@emotion/is-prop-valid@^0.8.1":
1058+
"@emotion/is-prop-valid@^0.8.8":
11361059
version "0.8.8"
11371060
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
11381061
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
@@ -1144,10 +1067,15 @@
11441067
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
11451068
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
11461069

1147-
"@emotion/unitless@^0.7.0":
1148-
version "0.7.3"
1149-
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.3.tgz#6310a047f12d21a1036fb031317219892440416f"
1150-
integrity sha512-4zAPlpDEh2VwXswwr/t8xGNDGg8RQiPxtxZ3qQEXyQsBV39ptTdESCjuBvGze1nLMVrxmTIKmnO/nAV8Tqjjzg==
1070+
"@emotion/stylis@^0.8.4":
1071+
version "0.8.5"
1072+
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
1073+
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
1074+
1075+
"@emotion/unitless@^0.7.4":
1076+
version "0.7.5"
1077+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
1078+
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
11511079

11521080
"@gradecam/[email protected]":
11531081
version "1.2.0"
@@ -3241,14 +3169,14 @@ css-select@^2.0.0:
32413169
domutils "^1.7.0"
32423170
nth-check "^1.0.2"
32433171

3244-
css-to-react-native@^2.2.2:
3245-
version "2.3.0"
3246-
resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-2.3.0.tgz#bf80d24ec4a08e430306ef429c0586e6ed5485f7"
3247-
integrity sha512-IhR7bNIrCFwbJbKZOAjNDZdwpsbjTN6f1agXeELHDqg1wHPA8c2QLruttKOW7hgMGetkfraRJCIEMrptifBfVw==
3172+
css-to-react-native@^3.0.0:
3173+
version "3.0.0"
3174+
resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756"
3175+
integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==
32483176
dependencies:
32493177
camelize "^1.0.0"
32503178
css-color-keywords "^1.0.0"
3251-
postcss-value-parser "^3.3.0"
3179+
postcss-value-parser "^4.0.2"
32523180

32533181
32543182
version "1.0.0-alpha.28"
@@ -4832,6 +4760,13 @@ hmac-drbg@^1.0.0:
48324760
minimalistic-assert "^1.0.0"
48334761
minimalistic-crypto-utils "^1.0.1"
48344762

4763+
hoist-non-react-statics@^3.0.0:
4764+
version "3.3.2"
4765+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
4766+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
4767+
dependencies:
4768+
react-is "^16.7.0"
4769+
48354770
homedir-polyfill@^1.0.1:
48364771
version "1.0.3"
48374772
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
@@ -5543,11 +5478,6 @@ is-typedarray@~1.0.0:
55435478
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
55445479
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
55455480

5546-
is-what@^3.3.1:
5547-
version "3.11.0"
5548-
resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.11.0.tgz#87c51e480f215e3261010c216b9c89c922ec3366"
5549-
integrity sha512-70wGVRNNT4DHVK9ZEcQmA3dMUW04Rdnlr5TDrcq/qN/7nMGY/2KIi5wwP7RhaNiIoPNeFyuvL8gaP+SRRP72OA==
5550-
55515481
is-windows@^1.0.1, is-windows@^1.0.2:
55525482
version "1.0.2"
55535483
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -6321,11 +6251,6 @@ mem@^1.1.0:
63216251
dependencies:
63226252
mimic-fn "^1.0.0"
63236253

6324-
memoize-one@^5.0.0:
6325-
version "5.0.4"
6326-
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.0.4.tgz#005928aced5c43d890a4dfab18ca908b0ec92cbc"
6327-
integrity sha512-P0z5IeAH6qHHGkJIXWw0xC2HNEgkx/9uWWBQw64FJj3/ol14VYdfVGWWr0fXfjhhv3TKVIqUq65os6O4GUNksA==
6328-
63296254
memoizerific@^1.11.3:
63306255
version "1.11.3"
63316256
resolved "https://registry.yarnpkg.com/memoizerific/-/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a"
@@ -6368,13 +6293,6 @@ meow@^7.0.0:
63686293
type-fest "^0.13.1"
63696294
yargs-parser "^18.1.3"
63706295

6371-
merge-anything@^2.2.4:
6372-
version "2.4.4"
6373-
resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-2.4.4.tgz#6226b2ac3d3d3fc5fb9e8d23aa400df25f98fdf0"
6374-
integrity sha512-l5XlriUDJKQT12bH+rVhAHjwIuXWdAIecGwsYjv2LJo+dA1AeRTmeQS+3QBpO6lEthBMDi2IUMpLC1yyRvGlwQ==
6375-
dependencies:
6376-
is-what "^3.3.1"
6377-
63786296
63796297
version "1.0.1"
63806298
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
@@ -8068,6 +7986,11 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0, postcss-value-parser@^
80687986
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
80697987
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
80707988

7989+
postcss-value-parser@^4.0.2:
7990+
version "4.1.0"
7991+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
7992+
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
7993+
80717994
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.5, postcss@^7.0.6:
80727995
version "7.0.14"
80737996
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz#4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5"
@@ -8122,7 +8045,7 @@ promzard@^0.3.0:
81228045
dependencies:
81238046
read "1"
81248047

8125-
[email protected], prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.0, prop-types@^15.6.2:
8048+
[email protected], prop-types@^15.5.10, prop-types@^15.6.0, prop-types@^15.6.2:
81268049
version "15.7.2"
81278050
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
81288051
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -8342,7 +8265,12 @@ [email protected]:
83428265
dependencies:
83438266
"@babel/runtime" "^7.3.4"
83448267

8345-
react-is@^16.6.0, react-is@^16.8.1:
8268+
react-is@^16.7.0:
8269+
version "16.13.1"
8270+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
8271+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
8272+
8273+
react-is@^16.8.1:
83468274
version "16.8.6"
83478275
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
83488276
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
@@ -9615,23 +9543,20 @@ strip-json-comments@~2.0.1:
96159543
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
96169544
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
96179545

9618-
styled-components@4.4.1:
9619-
version "4.4.1"
9620-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.4.1.tgz#e0631e889f01db67df4de576fedaca463f05c2f2"
9621-
integrity sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g==
9546+
styled-components@5.2.1:
9547+
version "5.2.1"
9548+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.1.tgz#6ed7fad2dc233825f64c719ffbdedd84ad79101a"
9549+
integrity sha512-sBdgLWrCFTKtmZm/9x7jkIabjFNVzCUeKfoQsM6R3saImkUnjx0QYdLwJHBjY9ifEcmjDamJDVfknWm1yxZPxQ==
96229550
dependencies:
96239551
"@babel/helper-module-imports" "^7.0.0"
9624-
"@babel/traverse" "^7.0.0"
9625-
"@emotion/is-prop-valid" "^0.8.1"
9626-
"@emotion/unitless" "^0.7.0"
9552+
"@babel/traverse" "^7.4.5"
9553+
"@emotion/is-prop-valid" "^0.8.8"
9554+
"@emotion/stylis" "^0.8.4"
9555+
"@emotion/unitless" "^0.7.4"
96279556
babel-plugin-styled-components ">= 1"
9628-
css-to-react-native "^2.2.2"
9629-
memoize-one "^5.0.0"
9630-
merge-anything "^2.2.4"
9631-
prop-types "^15.5.4"
9632-
react-is "^16.6.0"
9633-
stylis "^3.5.0"
9634-
stylis-rule-sheet "^0.0.10"
9557+
css-to-react-native "^3.0.0"
9558+
hoist-non-react-statics "^3.0.0"
9559+
shallowequal "^1.1.0"
96359560
supports-color "^5.5.0"
96369561

96379562
stylehacks@^4.0.0:
@@ -9643,16 +9568,6 @@ stylehacks@^4.0.0:
96439568
postcss "^7.0.0"
96449569
postcss-selector-parser "^3.0.0"
96459570

9646-
stylis-rule-sheet@^0.0.10:
9647-
version "0.0.10"
9648-
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
9649-
integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==
9650-
9651-
stylis@^3.5.0:
9652-
version "3.5.4"
9653-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
9654-
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
9655-
96569571
supports-color@^5.3.0, supports-color@^5.5.0:
96579572
version "5.5.0"
96589573
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"

0 commit comments

Comments
 (0)