Skip to content

Commit

Permalink
Fix conflicting @types/react types (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarcuccio authored May 12, 2020
1 parent db96fd4 commit 28f240c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"dependencies": {
"@babel/runtime": "^7.1.2",
"@types/radium": "0.24.2",
"@types/react-text-mask": "5.4.4",
"@types/react-text-mask": "5.4.6",
"@types/react-transition-group": "2.9.1",
"@types/validator": "10.11.0",
"js-yaml": "3.13.1",
Expand Down
18 changes: 5 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1417,10 +1417,10 @@
dependencies:
"@types/react" "*"

"@types/[email protected].4":
version "5.4.4"
resolved "https://registry.yarnpkg.com/@types/react-text-mask/-/react-text-mask-5.4.4.tgz#eb4606e1c431b7bd2f5e817ea141432cc63b58c1"
integrity sha512-mnwyDgUwFtJVAZ8f+tzPGmYjpH7TLXxHSGty338abca6aAjdjRLCOC4h+CxlvB8xrVAIU5pkNllpHhfJCA3hXQ==
"@types/[email protected].6":
version "5.4.6"
resolved "https://registry.yarnpkg.com/@types/react-text-mask/-/react-text-mask-5.4.6.tgz#3a81e9de472beb939038e78cb16d737ae94ba14a"
integrity sha512-0KkER9oXZY/v1x8aoMTHwANlWnKT5tnmV7Zz+g81gBvcHRtcIHotcpY4KgWRwx0T5JMcsYmEh7wGOz0lwdONew==
dependencies:
"@types/react" "*"

Expand All @@ -1431,15 +1431,7 @@
dependencies:
"@types/react" "*"

"@types/react@*":
version "16.8.13"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.13.tgz#a82b15aad9ab91c40edca0d6889b7745ae24f053"
integrity sha512-otJ4ntMuHGrvm67CdDJMAls4WqotmAmW0g3HmWi9LCjSWXrxoXY/nHXrtmMfvPEEmGFNm6NdgMsJmnfH820Qaw==
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/[email protected]":
"@types/react@*", "@types/[email protected]":
version "16.9.35"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368"
integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==
Expand Down

0 comments on commit 28f240c

Please sign in to comment.