Skip to content

Commit

Permalink
Update dependency @types/react to v16.9.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 31, 2020
1 parent d110a30 commit 4559d0b
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 @@ -60,7 +60,7 @@
"@pika/plugin-build-types": "0.9.2",
"@pika/plugin-build-web": "0.9.2",
"@pika/plugin-ts-standard-pkg": "0.9.2",
"@types/react": "16.9.27",
"@types/react": "16.9.29",
"@types/react-dom": "16.9.5",
"docz": "2.2.0",
"emotion-theming": "10.0.27",
Expand All @@ -72,6 +72,6 @@
"react": ">=16.8.1"
},
"resolutions": {
"@types/react": "16.9.27"
"@types/react": "16.9.29"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3144,10 +3144,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/react@16.9.27", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.27"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.27.tgz#7fc5db99e3ec3f21735b44d3560cff684856814a"
integrity sha512-j+RvQb9w7a2kZFBOgTh+s/elCwtqWUMN6RJNdmz0ntmwpeoMHKnyhUcmYBu7Yw94Rtj9938D+TJSn6WGcq2+OA==
"@types/react@*", "@types/react@16.9.29", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.29"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.29.tgz#41c0353b5ea916cdb7a7e89b80b09b268c87a2f8"
integrity sha512-aE5sV9XVqKvIR8Lqa73hXvlqBzz5hBG0jtV9jZ1uuEWRmW8KN/mdQQmsYlPx6z/b2xa8zR3jtk7WoT+2/m4suA==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit 4559d0b

Please sign in to comment.