Skip to content

Commit

Permalink
Update dependency @types/react to v16.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Feb 6, 2021
1 parent 8a69a7d commit 043fbea
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"typescript": "4.1.3"
},
"resolutions": {
"@types/react": "16.14.2",
"@types/react": "16.14.3",
"@types/react-dom": "16.9.10",
"@types/hoist-non-react-statics": "3.3.1"
},
Expand Down
10 changes: 9 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2666,7 +2666,15 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected]", "@types/react@>=16.9.0", "@types/react@^16":
"@types/react@*", "@types/[email protected]", "@types/react@>=16.9.0", "@types/react@^16":
version "16.14.3"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.3.tgz#f5210f5deecf35d8794845549c93c2c3ad63aa9c"
integrity sha512-zPrXn03hmPYqh9DznqSFQsoRtrQ4aHgnZDO+hMGvsE/PORvDTdJCHQ6XvJV31ic+0LzF73huPFXUb++W6Kri0Q==
dependencies:
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/[email protected]":
version "16.14.2"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
Expand Down

0 comments on commit 043fbea

Please sign in to comment.