📌 lock @types/react version to avoid conflict (#1095)
This commit is contained in:
parent
fc3b37f740
commit
dfac957323
|
|
@ -88,6 +88,9 @@
|
||||||
"ts-jest": "^25.2.1",
|
"ts-jest": "^25.2.1",
|
||||||
"typescript": "^3.4.5"
|
"typescript": "^3.4.5"
|
||||||
},
|
},
|
||||||
|
"resolutions": {
|
||||||
|
"@types/react": "^16.x"
|
||||||
|
},
|
||||||
"husky": {
|
"husky": {
|
||||||
"hooks": {
|
"hooks": {
|
||||||
"pre-commit": "lint-staged",
|
"pre-commit": "lint-staged",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user