diff --git a/ivette/package.json b/ivette/package.json index e42dfede2d4d4156a2ff0c3363f86cf9a5c6ead4..d415e50f00e07e382b624bb01c8e00b9f2fff014 100644 --- a/ivette/package.json +++ b/ivette/package.json @@ -11,6 +11,9 @@ "typecheck:watch": "yarn run typecheck -- --watch", "build": "tsc" }, + "resolutions": { + "@types/react": "^16.9.17" + }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7", diff --git a/ivette/yarn.lock b/ivette/yarn.lock index 7ae1df4e02646f17aa7724ff428f8f22262cc0c1..ef173d645aa5bd306419a420297a41a64d24e1a5 100644 --- a/ivette/yarn.lock +++ b/ivette/yarn.lock @@ -1239,16 +1239,7 @@ dependencies: "@types/react" "*" -"@types/react@*": - version "17.0.37" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.37.tgz#6884d0aa402605935c397ae689deed115caad959" - integrity sha512-2FS1oTqBGcH/s0E+CjrCCR9+JMpsu9b69RTFO+40ua43ZqP5MmQ4iUde/dMjWR909KxZwmOQIFq6AV6NjEG5xg== - dependencies: - "@types/prop-types" "*" - "@types/scheduler" "*" - csstype "^3.0.2" - -"@types/react@^16", "@types/react@^16.9.17": +"@types/react@*", "@types/react@^16", "@types/react@^16.9.17": version "16.14.21" resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.21.tgz#35199b21a278355ec7a3c40003bd6a334bd4ae4a" integrity sha512-rY4DzPKK/4aohyWiDRHS2fotN5rhBSK6/rz1X37KzNna9HJyqtaGAbq9fVttrEPWF5ywpfIP1ITL8Xi2QZn6Eg==