📌 lock @types/react version to avoid conflict (#1095)

This commit is contained in:
Kuitos 2020-11-24 17:57:23 +08:00 committed by GitHub
parent fc3b37f740
commit dfac957323

View File

@ -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",