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

Commit e6a0c71

Browse files
committed
fix(deps): update dependency styled-components to v5
1 parent 08c74a3 commit e6a0c71

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.12.13",

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"
@@ -49,15 +42,6 @@
4942
semver "^5.4.1"
5043
source-map "^0.5.0"
5144

52-
"@babel/generator@^7.11.0":
53-
version "7.11.0"
54-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.11.0.tgz#4b90c78d8c12825024568cbe83ee6c9af193585c"
55-
integrity sha512-fEm3Uzw7Mc9Xi//qU20cBKatTfs2aOtKqmvy/Vm7RkJEGFQ4xc9myCfbXxqK//ZS8MR/ciOHw6meGASJuKmDfQ==
56-
dependencies:
57-
"@babel/types" "^7.11.0"
58-
jsesc "^2.5.1"
59-
source-map "^0.5.0"
60-
6145
"@babel/generator@^7.12.13":
6246
version "7.12.15"
6347
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.12.15.tgz#4617b5d0b25cc572474cc1aafee1edeaf9b5368f"
@@ -132,15 +116,6 @@
132116
dependencies:
133117
"@babel/types" "^7.12.13"
134118

135-
"@babel/helper-function-name@^7.10.4":
136-
version "7.10.4"
137-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz#d2d3b20c59ad8c47112fa7d2a94bc09d5ef82f1a"
138-
integrity sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==
139-
dependencies:
140-
"@babel/helper-get-function-arity" "^7.10.4"
141-
"@babel/template" "^7.10.4"
142-
"@babel/types" "^7.10.4"
143-
144119
"@babel/helper-function-name@^7.12.13":
145120
version "7.12.13"
146121
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.12.13.tgz#93ad656db3c3c2232559fd7b2c3dbdcbe0eb377a"
@@ -150,13 +125,6 @@
150125
"@babel/template" "^7.12.13"
151126
"@babel/types" "^7.12.13"
152127

153-
"@babel/helper-get-function-arity@^7.10.4":
154-
version "7.10.4"
155-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz#98c1cbea0e2332f33f9a4661b8ce1505b2c19ba2"
156-
integrity sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==
157-
dependencies:
158-
"@babel/types" "^7.10.4"
159-
160128
"@babel/helper-get-function-arity@^7.12.13":
161129
version "7.12.13"
162130
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.12.13.tgz#bc63451d403a3b3082b97e1d8b3fe5bd4091e583"
@@ -269,13 +237,6 @@
269237
dependencies:
270238
"@babel/types" "^7.12.1"
271239

272-
"@babel/helper-split-export-declaration@^7.11.0":
273-
version "7.11.0"
274-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz#f8a491244acf6a676158ac42072911ba83ad099f"
275-
integrity sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==
276-
dependencies:
277-
"@babel/types" "^7.11.0"
278-
279240
"@babel/helper-split-export-declaration@^7.12.13":
280241
version "7.12.13"
281242
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.12.13.tgz#e9430be00baf3e88b0e13e6f9d4eaf2136372b05"
@@ -326,15 +287,6 @@
326287
esutils "^2.0.2"
327288
js-tokens "^4.0.0"
328289

329-
"@babel/highlight@^7.10.4":
330-
version "7.10.4"
331-
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.4.tgz#7d1bdfd65753538fabe6c38596cdb76d9ac60143"
332-
integrity sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==
333-
dependencies:
334-
"@babel/helper-validator-identifier" "^7.10.4"
335-
chalk "^2.0.0"
336-
js-tokens "^4.0.0"
337-
338290
"@babel/highlight@^7.12.13":
339291
version "7.12.13"
340292
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
@@ -344,11 +296,6 @@
344296
chalk "^2.0.0"
345297
js-tokens "^4.0.0"
346298

347-
"@babel/parser@^7.10.4", "@babel/parser@^7.11.0":
348-
version "7.11.0"
349-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.11.0.tgz#a9d7e11aead25d3b422d17b2c6502c8dddef6a5d"
350-
integrity sha512-qvRvi4oI8xii8NllyEc4MDJjuZiNaRzyb7Y7lup1NqJV8TZHF4O27CcP+72WPn/k1zkgJ6WJfnIbk4jTsVAZHw==
351-
352299
"@babel/parser@^7.12.13":
353300
version "7.12.15"
354301
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.12.15.tgz#2b20de7f0b4b332d9b119dd9c33409c538b8aacf"
@@ -959,15 +906,6 @@
959906
dependencies:
960907
regenerator-runtime "^0.13.2"
961908

962-
"@babel/template@^7.10.4":
963-
version "7.10.4"
964-
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.10.4.tgz#3251996c4200ebc71d1a8fc405fba940f36ba278"
965-
integrity sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==
966-
dependencies:
967-
"@babel/code-frame" "^7.10.4"
968-
"@babel/parser" "^7.10.4"
969-
"@babel/types" "^7.10.4"
970-
971909
"@babel/template@^7.12.13":
972910
version "7.12.13"
973911
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"
@@ -977,22 +915,7 @@
977915
"@babel/parser" "^7.12.13"
978916
"@babel/types" "^7.12.13"
979917

980-
"@babel/traverse@^7.0.0":
981-
version "7.11.0"
982-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.11.0.tgz#9b996ce1b98f53f7c3e4175115605d56ed07dd24"
983-
integrity sha512-ZB2V+LskoWKNpMq6E5UUCrjtDUh5IOTAyIl0dTjIEoXum/iKWkoIEKIRDnUucO6f+2FzNkE0oD4RLKoPIufDtg==
984-
dependencies:
985-
"@babel/code-frame" "^7.10.4"
986-
"@babel/generator" "^7.11.0"
987-
"@babel/helper-function-name" "^7.10.4"
988-
"@babel/helper-split-export-declaration" "^7.11.0"
989-
"@babel/parser" "^7.11.0"
990-
"@babel/types" "^7.11.0"
991-
debug "^4.1.0"
992-
globals "^11.1.0"
993-
lodash "^4.17.19"
994-
995-
"@babel/traverse@^7.12.13":
918+
"@babel/traverse@^7.12.13", "@babel/traverse@^7.4.5":
996919
version "7.12.13"
997920
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.12.13.tgz#689f0e4b4c08587ad26622832632735fb8c4e0c0"
998921
integrity sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA==
@@ -1016,7 +939,7 @@
1016939
lodash "^4.17.11"
1017940
to-fast-properties "^2.0.0"
1018941

1019-
"@babel/types@^7.10.4", "@babel/types@^7.11.0":
942+
"@babel/types@^7.10.4":
1020943
version "7.11.0"
1021944
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.11.0.tgz#2ae6bf1ba9ae8c3c43824e5861269871b206e90d"
1022945
integrity sha512-O53yME4ZZI0jO1EVGtF1ePGl0LHirG4P1ibcD80XyzZcKhcMFeCXmh4Xb1ifGBIV233Qg12x4rBfQgA+tmOukA==
@@ -1052,7 +975,7 @@
1052975
lodash "^4.17.11"
1053976
to-fast-properties "^2.0.0"
1054977

1055-
"@emotion/is-prop-valid@^0.8.1":
978+
"@emotion/is-prop-valid@^0.8.8":
1056979
version "0.8.8"
1057980
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.8.tgz#db28b1c4368a259b60a97311d6a952d4fd01ac1a"
1058981
integrity sha512-u5WtneEAr5IDG2Wv65yhunPSMLIpuKsbuOktRojfrEiEvRyC85LgPMZI63cr7NUqT8ZIGdSVg8ZKGxIug4lXcA==
@@ -1064,10 +987,15 @@
1064987
resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb"
1065988
integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw==
1066989

1067-
"@emotion/unitless@^0.7.0":
1068-
version "0.7.3"
1069-
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.3.tgz#6310a047f12d21a1036fb031317219892440416f"
1070-
integrity sha512-4zAPlpDEh2VwXswwr/t8xGNDGg8RQiPxtxZ3qQEXyQsBV39ptTdESCjuBvGze1nLMVrxmTIKmnO/nAV8Tqjjzg==
990+
"@emotion/stylis@^0.8.4":
991+
version "0.8.5"
992+
resolved "https://registry.yarnpkg.com/@emotion/stylis/-/stylis-0.8.5.tgz#deacb389bd6ee77d1e7fcaccce9e16c5c7e78e04"
993+
integrity sha512-h6KtPihKFn3T9fuIrwvXXUOwlx3rfUvfZIcP5a6rh8Y7zjE3O06hT5Ss4S/YI1AYhuZ1kjaE/5EaOOI2NqSylQ==
994+
995+
"@emotion/unitless@^0.7.4":
996+
version "0.7.5"
997+
resolved "https://registry.yarnpkg.com/@emotion/unitless/-/unitless-0.7.5.tgz#77211291c1900a700b8a78cfafda3160d76949ed"
998+
integrity sha512-OWORNpfjMsSSUBVrRBVGECkhWcULOAJz9ZW8uK9qgxD+87M7jHRcvh/A96XXNhXTLmKcoYSQtBEX7lHMO7YRwg==
1071999

10721000
"@gradecam/[email protected]":
10731001
version "1.2.0"
@@ -3137,14 +3065,14 @@ css-select@^2.0.0:
31373065
domutils "^1.7.0"
31383066
nth-check "^1.0.2"
31393067

3140-
css-to-react-native@^2.2.2:
3141-
version "2.3.0"
3142-
resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-2.3.0.tgz#bf80d24ec4a08e430306ef429c0586e6ed5485f7"
3143-
integrity sha512-IhR7bNIrCFwbJbKZOAjNDZdwpsbjTN6f1agXeELHDqg1wHPA8c2QLruttKOW7hgMGetkfraRJCIEMrptifBfVw==
3068+
css-to-react-native@^3.0.0:
3069+
version "3.0.0"
3070+
resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-3.0.0.tgz#62dbe678072a824a689bcfee011fc96e02a7d756"
3071+
integrity sha512-Ro1yETZA813eoyUp2GDBhG2j+YggidUmzO1/v9eYBKR2EHVEniE2MI/NqpTQ954BMpTPZFsGNPm46qFB9dpaPQ==
31443072
dependencies:
31453073
camelize "^1.0.0"
31463074
css-color-keywords "^1.0.0"
3147-
postcss-value-parser "^3.3.0"
3075+
postcss-value-parser "^4.0.2"
31483076

31493077
31503078
version "1.0.0-alpha.28"
@@ -4728,6 +4656,13 @@ hmac-drbg@^1.0.0:
47284656
minimalistic-assert "^1.0.0"
47294657
minimalistic-crypto-utils "^1.0.1"
47304658

4659+
hoist-non-react-statics@^3.0.0:
4660+
version "3.3.2"
4661+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
4662+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
4663+
dependencies:
4664+
react-is "^16.7.0"
4665+
47314666
homedir-polyfill@^1.0.1:
47324667
version "1.0.3"
47334668
resolved "https://registry.yarnpkg.com/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz#743298cef4e5af3e194161fbadcc2151d3a058e8"
@@ -5432,11 +5367,6 @@ is-typedarray@~1.0.0:
54325367
resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
54335368
integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
54345369

5435-
is-what@^3.3.1:
5436-
version "3.11.0"
5437-
resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.11.0.tgz#87c51e480f215e3261010c216b9c89c922ec3366"
5438-
integrity sha512-70wGVRNNT4DHVK9ZEcQmA3dMUW04Rdnlr5TDrcq/qN/7nMGY/2KIi5wwP7RhaNiIoPNeFyuvL8gaP+SRRP72OA==
5439-
54405370
is-windows@^1.0.1, is-windows@^1.0.2:
54415371
version "1.0.2"
54425372
resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -6205,11 +6135,6 @@ mem@^1.1.0:
62056135
dependencies:
62066136
mimic-fn "^1.0.0"
62076137

6208-
memoize-one@^5.0.0:
6209-
version "5.0.4"
6210-
resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.0.4.tgz#005928aced5c43d890a4dfab18ca908b0ec92cbc"
6211-
integrity sha512-P0z5IeAH6qHHGkJIXWw0xC2HNEgkx/9uWWBQw64FJj3/ol14VYdfVGWWr0fXfjhhv3TKVIqUq65os6O4GUNksA==
6212-
62136138
memoizerific@^1.11.3:
62146139
version "1.11.3"
62156140
resolved "https://registry.yarnpkg.com/memoizerific/-/memoizerific-1.11.3.tgz#7c87a4646444c32d75438570905f2dbd1b1a805a"
@@ -6252,13 +6177,6 @@ meow@^7.0.0:
62526177
type-fest "^0.13.1"
62536178
yargs-parser "^18.1.3"
62546179

6255-
merge-anything@^2.2.4:
6256-
version "2.4.4"
6257-
resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-2.4.4.tgz#6226b2ac3d3d3fc5fb9e8d23aa400df25f98fdf0"
6258-
integrity sha512-l5XlriUDJKQT12bH+rVhAHjwIuXWdAIecGwsYjv2LJo+dA1AeRTmeQS+3QBpO6lEthBMDi2IUMpLC1yyRvGlwQ==
6259-
dependencies:
6260-
is-what "^3.3.1"
6261-
62626180
62636181
version "1.0.1"
62646182
resolved "https://registry.yarnpkg.com/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
@@ -7947,6 +7865,11 @@ postcss-value-parser@^3.0.0, postcss-value-parser@^3.3.0, postcss-value-parser@^
79477865
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281"
79487866
integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==
79497867

7868+
postcss-value-parser@^4.0.2:
7869+
version "4.1.0"
7870+
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb"
7871+
integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==
7872+
79507873
postcss@^7.0.0, postcss@^7.0.1, postcss@^7.0.14, postcss@^7.0.5, postcss@^7.0.6:
79517874
version "7.0.14"
79527875
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.14.tgz#4527ed6b1ca0d82c53ce5ec1a2041c2346bbd6e5"
@@ -8001,7 +7924,7 @@ promzard@^0.3.0:
80017924
dependencies:
80027925
read "1"
80037926

8004-
[email protected], prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.6.0, prop-types@^15.6.2:
7927+
[email protected], prop-types@^15.5.10, prop-types@^15.6.0, prop-types@^15.6.2:
80057928
version "15.7.2"
80067929
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5"
80077930
integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ==
@@ -8221,7 +8144,12 @@ [email protected]:
82218144
dependencies:
82228145
"@babel/runtime" "^7.3.4"
82238146

8224-
react-is@^16.6.0, react-is@^16.8.1:
8147+
react-is@^16.7.0:
8148+
version "16.13.1"
8149+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
8150+
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
8151+
8152+
react-is@^16.8.1:
82258153
version "16.8.6"
82268154
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
82278155
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
@@ -9486,23 +9414,20 @@ strip-json-comments@~2.0.1:
94869414
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
94879415
integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo=
94889416

9489-
styled-components@4.4.1:
9490-
version "4.4.1"
9491-
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.4.1.tgz#e0631e889f01db67df4de576fedaca463f05c2f2"
9492-
integrity sha512-RNqj14kYzw++6Sr38n7197xG33ipEOktGElty4I70IKzQF1jzaD1U4xQ+Ny/i03UUhHlC5NWEO+d8olRCDji6g==
9417+
styled-components@5.2.1:
9418+
version "5.2.1"
9419+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-5.2.1.tgz#6ed7fad2dc233825f64c719ffbdedd84ad79101a"
9420+
integrity sha512-sBdgLWrCFTKtmZm/9x7jkIabjFNVzCUeKfoQsM6R3saImkUnjx0QYdLwJHBjY9ifEcmjDamJDVfknWm1yxZPxQ==
94939421
dependencies:
94949422
"@babel/helper-module-imports" "^7.0.0"
9495-
"@babel/traverse" "^7.0.0"
9496-
"@emotion/is-prop-valid" "^0.8.1"
9497-
"@emotion/unitless" "^0.7.0"
9423+
"@babel/traverse" "^7.4.5"
9424+
"@emotion/is-prop-valid" "^0.8.8"
9425+
"@emotion/stylis" "^0.8.4"
9426+
"@emotion/unitless" "^0.7.4"
94989427
babel-plugin-styled-components ">= 1"
9499-
css-to-react-native "^2.2.2"
9500-
memoize-one "^5.0.0"
9501-
merge-anything "^2.2.4"
9502-
prop-types "^15.5.4"
9503-
react-is "^16.6.0"
9504-
stylis "^3.5.0"
9505-
stylis-rule-sheet "^0.0.10"
9428+
css-to-react-native "^3.0.0"
9429+
hoist-non-react-statics "^3.0.0"
9430+
shallowequal "^1.1.0"
95069431
supports-color "^5.5.0"
95079432

95089433
stylehacks@^4.0.0:
@@ -9514,16 +9439,6 @@ stylehacks@^4.0.0:
95149439
postcss "^7.0.0"
95159440
postcss-selector-parser "^3.0.0"
95169441

9517-
stylis-rule-sheet@^0.0.10:
9518-
version "0.0.10"
9519-
resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430"
9520-
integrity sha512-nTbZoaqoBnmK+ptANthb10ZRZOGC+EmTLLUxeYIuHNkEKcmKgXX1XWKkUBT2Ac4es3NybooPe0SmvKdhKJZAuw==
9521-
9522-
stylis@^3.5.0:
9523-
version "3.5.4"
9524-
resolved "https://registry.yarnpkg.com/stylis/-/stylis-3.5.4.tgz#f665f25f5e299cf3d64654ab949a57c768b73fbe"
9525-
integrity sha512-8/3pSmthWM7lsPBKv7NXkzn2Uc9W7NotcwGNpJaa3k7WMM1XDCA4MgT5k/8BIexd5ydZdboXtU90XH9Ec4Bv/Q==
9526-
95279442
supports-color@^5.3.0, supports-color@^5.5.0:
95289443
version "5.5.0"
95299444
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f"

0 commit comments

Comments
 (0)