Clean up kaios-ram deps

Summary:
- recharts includes types now as part of the main distro
- the react resolution doesn't make a difference to the `yarn.lock` anymore

Reviewed By: mweststrate

Differential Revision: D29105837

fbshipit-source-id: 5699b7b9c4f00da00781245fed8b2a94d603bb63
This commit is contained in:
Pascal Hartig
2021-06-15 05:38:23 -07:00
committed by Facebook GitHub Bot
parent 4cafa9ab1a
commit 2f1042a9b7
2 changed files with 0 additions and 21 deletions

View File

@@ -26,11 +26,5 @@
"dependencies": {
"promisify-child-process": "^4.1.0",
"recharts": "2.0.9"
},
"devDependencies": {
"@types/recharts": "1.8.19"
},
"resolutions": {
"@types/react": "16.9.17"
}
}