Skip to content

Commit 3cb0317

Browse files
authored
Merge pull request #68 from ahmnouira/renovate/react-16.x
fix(deps): update dependency @types/react to v16.14.24
2 parents 1c0e7a2 + 43da000 commit 3cb0317

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": "16.11.26",
13-
"@types/react": "16.14.23",
13+
"@types/react": "16.14.24",
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
@@ -1900,10 +1900,10 @@
19001900
"@types/scheduler" "*"
19011901
csstype "^3.0.2"
19021902

1903-
"@types/[email protected].23":
1904-
version "16.14.23"
1905-
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.23.tgz#37201b9f2324c5ff8fa4600dbf19079dfdffc880"
1906-
integrity sha512-WngBZLuSkP4IAgPi0HOsGCHo6dn3CcuLQnCfC17VbA7YBgipZiZoTOhObwl/93DsFW0Y2a/ZXeonpW4DxirEJg==
1903+
"@types/[email protected].24":
1904+
version "16.14.24"
1905+
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.24.tgz#f2c5e9fa78f83f769884b83defcf7924b9eb5c82"
1906+
integrity sha512-e7U2WC8XQP/xfR7bwhOhNFZKPTfW1ph+MiqtudKb8tSV8RyCsovQx2sNVtKoOryjxFKpHPPC/yNiGfdeVM5Gyw==
19071907
dependencies:
19081908
"@types/prop-types" "*"
19091909
"@types/scheduler" "*"

0 commit comments

Comments
 (0)