Skip to content

Commit

Permalink
Update dependency @types/react to v16.9.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 22, 2020
1 parent cfaae44 commit e25d729
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.8.1",
"@pika/plugin-build-web": "0.8.1",
"@pika/plugin-ts-standard-pkg": "0.8.1",
"@types/react": "16.9.16",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.4",
"docz": "2.2.0",
"emotion-theming": "10.0.19",
Expand All @@ -72,6 +72,6 @@
"react": ">=16.8.1"
},
"resolutions": {
"@types/react": "16.9.16"
"@types/react": "16.9.19"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2218,10 +2218,10 @@
dependencies:
"@types/react" "*"

"@types/react@*", "@types/[email protected].16", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.16"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.16.tgz#4f12515707148b1f53a8eaa4341dae5dfefb066d"
integrity sha512-dQ3wlehuBbYlfvRXfF5G+5TbZF3xqgkikK7DWAsQXe2KnzV+kjD4W2ea+ThCrKASZn9h98bjjPzoTYzfRqyBkw==
"@types/react@*", "@types/[email protected].19", "@types/react@^16.8.12", "@types/react@^16.8.6":
version "16.9.19"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.19.tgz#c842aa83ea490007d29938146ff2e4d9e4360c40"
integrity sha512-LJV97//H+zqKWMms0kvxaKYJDG05U2TtQB3chRLF8MPNs+MQh/H1aGlyDUxjaHvu08EAGerdX2z4LTBc7ns77A==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down

0 comments on commit e25d729

Please sign in to comment.