Skip to content

Commit ffd6f2d

Browse files
authored
Merge pull request #217 from react-native-community/renovate/react-16.x
Update dependency @types/react to v16.14.13
2 parents a36a9dd + ce5e798 commit ffd6f2d

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@testing-library/react-hooks": "3.2.1",
2626
"@testing-library/react-native": "5.0.3",
2727
"@types/jest": "25.2.3",
28-
"@types/react": "16.9.34",
28+
"@types/react": "16.14.13",
2929
"@types/react-native": "0.62.18",
3030
"all-contributors-cli": "6.15.0",
3131
"auto": "9.26.8",

yarn.lock

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,13 +1639,19 @@
16391639
"@types/prop-types" "*"
16401640
csstype "^2.2.0"
16411641

1642-
"@types/react@16.9.34":
1643-
version "16.9.34"
1644-
resolved "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
1645-
integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==
1642+
"@types/react@16.14.13":
1643+
version "16.14.13"
1644+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.13.tgz#14f77c75ea581fa632907440dfda23b3c6ab24c9"
1645+
integrity sha512-KznsRYfqPmbcA5pMxc4mYQ7UgsJa2tAgKE2YwEmY5xKaTVZXLAY/ImBohyQHnEoIjxIJR+Um4FmaEYDr3q3zlg==
16461646
dependencies:
16471647
"@types/prop-types" "*"
1648-
csstype "^2.2.0"
1648+
"@types/scheduler" "*"
1649+
csstype "^3.0.2"
1650+
1651+
"@types/scheduler@*":
1652+
version "0.16.2"
1653+
resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39"
1654+
integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew==
16491655

16501656
"@types/stack-utils@^1.0.1":
16511657
version "1.0.1"
@@ -2832,6 +2838,11 @@ csstype@^2.2.0:
28322838
resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b"
28332839
integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w==
28342840

2841+
csstype@^3.0.2:
2842+
version "3.0.8"
2843+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.8.tgz#d2266a792729fb227cd216fb572f43728e1ad340"
2844+
integrity sha512-jXKhWqXPmlUeoQnF/EhTtTl4C9SnrxSH/jZUih3jmO6lBKr99rP3/+FmrMj4EFpOXzMtXHAZkd3x0E6h6Fgflw==
2845+
28352846
dashdash@^1.12.0:
28362847
version "1.14.1"
28372848
resolved "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz#853cfa0f7cbe2fed5de20326b8dd581035f6e2f0"

0 commit comments

Comments
 (0)