|
|
|
@ -58,7 +58,7 @@ |
|
|
|
|
"@types/big.js": "^6.0.2", |
|
|
|
|
"@types/jest": "^26.0.15", |
|
|
|
|
"@types/node": "^12.0.0", |
|
|
|
|
"@types/react": "^17.0.0", |
|
|
|
|
"@types/react": "17.0.30", |
|
|
|
|
"@types/react-dom": "^17.0.0", |
|
|
|
|
"@types/react-responsive": "^8.0.2", |
|
|
|
|
"@types/react-router-dom": "^5.1.7", |
|
|
|
@ -72,5 +72,8 @@ |
|
|
|
|
"react-scripts": "4.0.3", |
|
|
|
|
"typescript": "^4.1.2", |
|
|
|
|
"web-vitals": "^1.0.1" |
|
|
|
|
}, |
|
|
|
|
"resolutions": { |
|
|
|
|
"@types/react": "17.0.30" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|