From 28f240c7a05dcd89be6c1135b862646687b45e83 Mon Sep 17 00:00:00 2001 From: Matthew Marcuccio Date: Mon, 11 May 2020 18:30:20 -0700 Subject: [PATCH] Fix conflicting @types/react types (#418) --- package.json | 2 +- yarn.lock | 18 +++++------------- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index 0a89a225..417ff430 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index cabec98f..d2d5a3ba 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1417,10 +1417,10 @@ dependencies: "@types/react" "*" -"@types/react-text-mask@5.4.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/react-text-mask@5.4.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" "*" @@ -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/react@16.9.35": +"@types/react@*", "@types/react@16.9.35": version "16.9.35" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.35.tgz#a0830d172e8aadd9bd41709ba2281a3124bbd368" integrity sha512-q0n0SsWcGc8nDqH2GJfWQWUOmZSJhXV64CjVN5SvcNti3TdEaA3AH0D8DwNmMdzjMAC/78tB8nAZIlV8yTz+zQ==