Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 8f646ef

Browse files
greenkeeper[bot]mydearxym
authored andcommitted
chore: styled-components to the latest version 🚀 (#502)
* fix(package): update styled-components to version 4.3.2 * chore(package): update lockfile yarn.lock
1 parent 2a01946 commit 8f646ef

File tree

2 files changed

+24
-8
lines changed

2 files changed

+24
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"sentry-testkit": "^2.1.0",
121121
"shortid": "^2.2.8",
122122
"store": "^2.0.12",
123-
"styled-components": "4.2.1",
123+
"styled-components": "4.3.2",
124124
"timeago-react": "2.0.0",
125125
"uuid": "^3.3.2"
126126
},

yarn.lock

Lines changed: 23 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -811,9 +811,10 @@
811811
debug "^3.1.0"
812812
lodash.once "^4.1.1"
813813

814-
"@emotion/is-prop-valid@^0.7.3":
815-
version "0.7.3"
816-
resolved "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-0.7.3.tgz#a6bf4fa5387cbba59d44e698a4680f481a8da6cc"
814+
"@emotion/is-prop-valid@^0.8.1":
815+
version "0.8.1"
816+
resolved "https://registry.yarnpkg.com/@emotion/is-prop-valid/-/is-prop-valid-0.8.1.tgz#6fb3ae2d24f07c8cd090f233e45771d9cd826d48"
817+
integrity sha512-Wtaek/KGUP+HusWIa8DqtOR6U/Tl+QIdVkfJQHV3IT6ZImnJwklP5UVVPKZvkfljeFk3Q45CAPJ5N10gJ5XoLA==
817818
dependencies:
818819
"@emotion/memoize" "0.7.1"
819820

@@ -6166,6 +6167,11 @@ is-utf8@^0.2.0, is-utf8@^0.2.1:
61666167
version "0.2.1"
61676168
resolved "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
61686169

6170+
is-what@^3.2.3:
6171+
version "3.2.3"
6172+
resolved "https://registry.yarnpkg.com/is-what/-/is-what-3.2.3.tgz#50f76f1bd8e56967e15765d1d34302513701997b"
6173+
integrity sha512-c4syLgFnjXTH5qd82Fp/qtUIeM0wA69xbI0KH1QpurMIvDaZFrS8UtAa4U52Dc2qSznaMxHit0gErMp6A/Qk1w==
6174+
61696175
is-windows@^1.0.0, is-windows@^1.0.1, is-windows@^1.0.2:
61706176
version "1.0.2"
61716177
resolved "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d"
@@ -7330,6 +7336,13 @@ meow@^4.0.0:
73307336
redent "^2.0.0"
73317337
trim-newlines "^2.0.0"
73327338

7339+
merge-anything@^2.2.4:
7340+
version "2.2.5"
7341+
resolved "https://registry.yarnpkg.com/merge-anything/-/merge-anything-2.2.5.tgz#37ef13f36359ee64f09c657d2cef45f7e29493f9"
7342+
integrity sha512-WgZGR7EQ1D8pyh57uKBbkPhUCJZLGdMzbDaxL4MDTJSGsvtpGdm8myr6DDtgJwT46xiFBlHqxbveDRpFBWlKWQ==
7343+
dependencies:
7344+
is-what "^3.2.3"
7345+
73337346
merge-descriptors@1.0.1:
73347347
version "1.0.1"
73357348
resolved "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz#b00aaa556dd8b44568150ec9d1b953f3f90cbb61"
@@ -10695,16 +10708,19 @@ strip-json-comments@2.0.1, strip-json-comments@^2.0.1, strip-json-comments@~2.0.
1069510708
version "2.0.1"
1069610709
resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a"
1069710710

10698-
styled-components@4.2.1:
10699-
version "4.2.1"
10700-
resolved "https://registry.npmjs.org/styled-components/-/styled-components-4.2.1.tgz#494e35525b5557f7ce7b3c0040fcb0a46af40886"
10711+
styled-components@4.3.2:
10712+
version "4.3.2"
10713+
resolved "https://registry.yarnpkg.com/styled-components/-/styled-components-4.3.2.tgz#4ca81918c812d3006f60ac5fdec7d6b64a9509cc"
10714+
integrity sha512-NppHzIFavZ3TsIU3R1omtddJ0Bv1+j50AKh3ZWyXHuFvJq1I8qkQ5mZ7uQgD89Y8zJNx2qRo6RqAH1BmoVafHw==
1070110715
dependencies:
1070210716
"@babel/helper-module-imports" "^7.0.0"
10703-
"@emotion/is-prop-valid" "^0.7.3"
10717+
"@babel/traverse" "^7.0.0"
10718+
"@emotion/is-prop-valid" "^0.8.1"
1070410719
"@emotion/unitless" "^0.7.0"
1070510720
babel-plugin-styled-components ">= 1"
1070610721
css-to-react-native "^2.2.2"
1070710722
memoize-one "^5.0.0"
10723+
merge-anything "^2.2.4"
1070810724
prop-types "^15.5.4"
1070910725
react-is "^16.6.0"
1071010726
stylis "^3.5.0"

0 commit comments

Comments
 (0)