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:
committed by
Facebook GitHub Bot
parent
4cafa9ab1a
commit
2f1042a9b7
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -148,13 +148,6 @@
|
||||
dependencies:
|
||||
"@types/d3-time" "*"
|
||||
|
||||
"@types/d3-shape@^1":
|
||||
version "1.3.5"
|
||||
resolved "https://registry.yarnpkg.com/@types/d3-shape/-/d3-shape-1.3.5.tgz#c0164c1be1429473016f855871d487f806c4e968"
|
||||
integrity sha512-aPEax03owTAKynoK8ZkmkZEDZvvT4Y5pWgii4Jp4oQt0gH45j6siDl9gNDVC5kl64XHN2goN9jbYoHK88tFAcA==
|
||||
dependencies:
|
||||
"@types/d3-path" "^1"
|
||||
|
||||
"@types/d3-shape@^2.0.0":
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/d3-shape/-/d3-shape-2.0.0.tgz#61aa065726f3c2641aedc59c3603475ab11aeb2f"
|
||||
@@ -242,14 +235,6 @@
|
||||
"@types/prop-types" "*"
|
||||
csstype "^3.0.2"
|
||||
|
||||
"@types/recharts@1.8.19":
|
||||
version "1.8.19"
|
||||
resolved "https://registry.yarnpkg.com/@types/recharts/-/recharts-1.8.19.tgz#047f72cf4c25df545aa1085fe3a085e58a2483c1"
|
||||
integrity sha512-Fd2cYnBlWz/ga8rLmjwsZNBAc4CzXZiuTYPPqMIgrtQ02yI/OTm8WPM6ZyUuYlSdyangtsvFmHWzZ7W4tuknDA==
|
||||
dependencies:
|
||||
"@types/d3-shape" "^1"
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/resize-observer-browser@^0.1.5":
|
||||
version "0.1.5"
|
||||
resolved "https://registry.yarnpkg.com/@types/resize-observer-browser/-/resize-observer-browser-0.1.5.tgz#36d897708172ac2380cd486da7a3daf1161c1e23"
|
||||
|
||||
Reference in New Issue
Block a user