Pin React types to 16.x for now

This avoids type conflicts from other deps that depends on just `*`. Type deps
needs to be de-duplicated down to a single version to avoid errors (unlike code
deps).
This commit is contained in:
J. Ryan Stinnett
2021-01-27 12:31:37 +00:00
parent 12c671045d
commit f8816e0bda
2 changed files with 5 additions and 10 deletions
+3
View File
@@ -170,6 +170,9 @@
"typescript": "^3.9.7",
"walk": "^2.3.14"
},
"resolutions": {
"**/@types/react": "^16.14"
},
"jest": {
"testEnvironment": "./__test-utils__/environment.js",
"testMatch": [