Skip to content

Commit 1c48a77

Browse files
Bump @types/styled-components from 4.1.6 to 5.1.0
Bumps [@types/styled-components](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/styled-components) from 4.1.6 to 5.1.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/styled-components) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent ea8430e commit 1c48a77

File tree

2 files changed

+31
-8
lines changed

2 files changed

+31
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@types/jest-specific-snapshot": "^0.5.4",
2929
"@types/node": "^13.1.2",
3030
"@types/react": "^16.7.22",
31-
"@types/styled-components": "^4.1.6",
31+
"@types/styled-components": "^5.1.0",
3232
"jest": "^24.1.0",
3333
"jest-specific-snapshot": "^2.0.0",
3434
"ts-jest": "24.2.0",

yarn.lock

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,14 @@
340340
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
341341
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
342342

343+
"@types/hoist-non-react-statics@*":
344+
version "3.3.1"
345+
resolved "https://registry.yarnpkg.com/@types/hoist-non-react-statics/-/hoist-non-react-statics-3.3.1.tgz#1124aafe5118cb591977aeb1ceaaed1070eb039f"
346+
integrity sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==
347+
dependencies:
348+
"@types/react" "*"
349+
hoist-non-react-statics "^3.3.0"
350+
343351
"@types/istanbul-lib-coverage@*", "@types/istanbul-lib-coverage@^2.0.0":
344352
version "2.0.1"
345353
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz#42995b446db9a48a11a07ec083499a860e9138ff"
@@ -375,7 +383,7 @@
375383
jest-diff "^25.2.1"
376384
pretty-format "^25.2.1"
377385

378-
"@types/node@*", "@types/node@^13.1.2":
386+
"@types/node@^13.1.2":
379387
version "13.11.1"
380388
resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7"
381389
integrity sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g==
@@ -385,6 +393,13 @@
385393
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.5.8.tgz#8ae4e0ea205fe95c3901a5a1df7f66495e3a56ce"
386394
integrity sha512-3AQoUxQcQtLHsK25wtTWIoIpgYjH3vSDroZOUr7PpCHw/jLY1RB9z9E8dBT/OSmwStVgkRNvdh+ZHNiomRieaw==
387395

396+
"@types/react-native@*":
397+
version "0.62.2"
398+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.62.2.tgz#f3e150f308c27089cefbcbfa3eb6cc14db279b2f"
399+
integrity sha512-oIUIbqZNN9vRnGKWHYbTVp/GyTqdaM5mfy1s4zsi6BYvHAaFOPZ32IrhIHno/A5XOv4wuGfE7g5fliDk/H0+/Q==
400+
dependencies:
401+
"@types/react" "*"
402+
388403
"@types/react@*", "@types/react@^16.7.22":
389404
version "16.9.34"
390405
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
@@ -398,13 +413,14 @@
398413
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-1.0.1.tgz#0a851d3bd96498fa25c33ab7278ed3bd65f06c3e"
399414
integrity sha512-l42BggppR6zLmpfU6fq9HEa2oGPEI8yrSPL3GITjfRInppYFahObbIQOQK3UGxEnyQpltZLaPe75046NOZQikw==
400415

401-
"@types/styled-components@^4.1.6":
402-
version "4.1.6"
403-
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-4.1.6.tgz#9aa1d47dbc6bae540083869bcc6c639c6e9af0fe"
404-
integrity sha512-w/ra/Tk9oPMvWpWId7esZNY1MOa6E9BYUPLl4scVJdYnrYuy5ITLbku8dGDCVH/vjjuegrHBCRYvFLQOYJ+uHg==
416+
"@types/styled-components@^5.1.0":
417+
version "5.1.0"
418+
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-5.1.0.tgz#24d3412ba5395aa06e14fbc93c52f9454cebd0d6"
419+
integrity sha512-ZFlLCuwF5r+4Vb7JUmd+Yr2S0UBdBGmI7ctFTgJMypIp3xOHI4LCFVn2dKMvpk6xDB2hLRykrEWMBwJEpUAUIQ==
405420
dependencies:
406-
"@types/node" "*"
421+
"@types/hoist-non-react-statics" "*"
407422
"@types/react" "*"
423+
"@types/react-native" "*"
408424
csstype "^2.2.0"
409425

410426
"@types/yargs-parser@*":
@@ -1504,6 +1520,13 @@ has@^1.0.1, has@^1.0.3:
15041520
dependencies:
15051521
function-bind "^1.1.1"
15061522

1523+
hoist-non-react-statics@^3.3.0:
1524+
version "3.3.2"
1525+
resolved "https://registry.yarnpkg.com/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz#ece0acaf71d62c2969c2ec59feff42a4b1a85b45"
1526+
integrity sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==
1527+
dependencies:
1528+
react-is "^16.7.0"
1529+
15071530
hosted-git-info@^2.1.4:
15081531
version "2.4.2"
15091532
resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.4.2.tgz#0076b9f46a270506ddbaaea56496897460612a67"
@@ -2985,7 +3008,7 @@ rc@^1.2.7:
29853008
minimist "^1.2.0"
29863009
strip-json-comments "~2.0.1"
29873010

2988-
react-is@^16.12.0:
3011+
react-is@^16.12.0, react-is@^16.7.0:
29893012
version "16.13.1"
29903013
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
29913014
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==

0 commit comments

Comments
 (0)