Skip to content

Commit acdd219

Browse files
authored
Merge pull request #60 from ahmnouira/renovate/react-16.x
fix(deps): update dependency @types/react to v16.14.23
2 parents 3931028 + 832a28b commit acdd219

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@testing-library/user-event": "12.8.3",
1111
"@types/jest": "^26.0.20",
1212
"@types/node": "12.20.43",
13-
"@types/react": "16.14.22",
13+
"@types/react": "16.14.23",
1414
"@types/react-dom": "17.0.11",
1515
"@types/react-router": "5.1.18",
1616
"@types/react-router-dom": "5.3.3",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1905,10 +1905,10 @@
19051905
"@types/scheduler" "*"
19061906
csstype "^3.0.2"
19071907

1908-
"@types/react@16.14.22":
1909-
version "16.14.22"
1910-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.22.tgz#ee332c031561fa6c5b7fa83d74defce837a2947b"
1911-
integrity sha512-4NnkxKDd2UO9SiCckuhCQOCzdO+RtE4Epf1D6eGz3f9jZjiIXOVo+Bk3jqSad+8EOT+LBXwKdkFX0V0F+NFzDQ==
1908+
"@types/react@16.14.23":
1909+
version "16.14.23"
1910+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.23.tgz#37201b9f2324c5ff8fa4600dbf19079dfdffc880"
1911+
integrity sha512-WngBZLuSkP4IAgPi0HOsGCHo6dn3CcuLQnCfC17VbA7YBgipZiZoTOhObwl/93DsFW0Y2a/ZXeonpW4DxirEJg==
19121912
dependencies:
19131913
"@types/prop-types" "*"
19141914
"@types/scheduler" "*"

0 commit comments

Comments
 (0)