Skip to content

Commit

Permalink
Update dependency @types/react to v16.9.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 10, 2020
1 parent 07d0b95 commit 6469bda
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@testing-library/react": "10.0.4",
"@testing-library/react-hooks": "3.2.1",
"@types/jest": "25.2.1",
"@types/react": "16.9.34",
"@types/react": "16.9.36",
"@types/react-dom": "16.9.6",
"@types/testing-library__react": "10.0.1",
"@types/testing-library__react-hooks": "3.2.0",
Expand All @@ -88,6 +88,6 @@
"react": ">=16.8.1"
},
"resolutions": {
"@types/react": "16.9.34"
"@types/react": "16.9.36"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3558,10 +3558,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected].34", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.34"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.34.tgz#f7d5e331c468f53affed17a8a4d488cd44ea9349"
integrity sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==
"@types/react@*", "@types/[email protected].36", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.36"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.36.tgz#ade589ff51e2a903e34ee4669e05dbfa0c1ce849"
integrity sha512-mGgUb/Rk/vGx4NCvquRuSH0GHBQKb1OqpGS9cT9lFxlTLHZgkksgI60TuIxubmn7JuCb+sENHhQciqa0npm0AQ==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit 6469bda

Please sign in to comment.