Skip to content

Commit

Permalink
Merge pull request #258 from JohannesKlauss/renovate/react-16.x
Browse files Browse the repository at this point in the history
Update dependency @types/react to v16.9.33
  • Loading branch information
JohannesKlauss committed Apr 8, 2020
2 parents c018479 + 601a980 commit a7916fb
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.2",
"@testing-library/react-hooks": "3.2.1",
"@types/jest": "25.2.1",
"@types/react": "16.9.32",
"@types/react": "16.9.33",
"@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.32"
"@types/react": "16.9.33"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3518,10 +3518,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@16.9.32", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.32"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.32.tgz#f6368625b224604148d1ddf5920e4fefbd98d383"
integrity sha512-fmejdp0CTH00mOJmxUPPbWCEBWPvRIL4m8r0qD+BSDUqmutPyGQCHifzMpMzdvZwROdEdL78IuZItntFWgPXHQ==
"@types/react@*", "@types/react@16.9.33", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.33"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.33.tgz#a5274520f0d28cbbb73c8652ddd48646fd4bcae5"
integrity sha512-ovgoy7p9999HDzwv8Sewhl8GJjn/r0GRsFrM9UMwp1uodh0kQ0pwIHLQ6LNfqGSyjNzJ8II/HIg0BL7Yn/B9yA==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit a7916fb

Please sign in to comment.