From 2f1042a9b7c48ad26b83b45051b823ea5acdb2b4 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 15 Jun 2021 05:38:23 -0700 Subject: [PATCH] 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 --- desktop/plugins/public/kaios-ram/package.json | 6 ------ desktop/plugins/public/yarn.lock | 15 --------------- 2 files changed, 21 deletions(-) diff --git a/desktop/plugins/public/kaios-ram/package.json b/desktop/plugins/public/kaios-ram/package.json index 63888587a..9cf22691f 100644 --- a/desktop/plugins/public/kaios-ram/package.json +++ b/desktop/plugins/public/kaios-ram/package.json @@ -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" } } diff --git a/desktop/plugins/public/yarn.lock b/desktop/plugins/public/yarn.lock index e9fea3baf..527f67874 100644 --- a/desktop/plugins/public/yarn.lock +++ b/desktop/plugins/public/yarn.lock @@ -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"