Skip to content
Snippets Groups Projects
Commit 1b6ed502 authored by David Bühler's avatar David Bühler
Browse files

[ivette] Fixes conflicts between different versions of @types/react.

parent 7f86508f
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
......@@ -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==
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment