From 466741179f79e5100279c0bedac34c87fea14a69 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Thu, 21 Sep 2023 14:37:38 -0700 Subject: [PATCH] Remove `react-autosize-input` dependency --- package.json | 2 -- yarn.lock | 16 +--------------- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/package.json b/package.json index e3b0b38e2ee7..daf740bf5df2 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,6 @@ "@hello-pangea/dnd": "^16.3.0", "@types/lodash": "^4.14.198", "@types/numeral": "^2.0.2", - "@types/react-input-autosize": "^2.2.1", "@types/react-window": "^1.8.5", "@types/refractor": "^3.0.2", "@types/resize-observer-browser": "^0.1.7", @@ -80,7 +79,6 @@ "react-dropzone": "^11.7.1", "react-element-to-jsx-string": "^14.3.4", "react-focus-on": "^3.9.1", - "react-input-autosize": "^3.0.0", "react-is": "^17.0.2", "react-remove-scroll-bar": "^2.3.4", "react-virtualized-auto-sizer": "^1.0.20", diff --git a/yarn.lock b/yarn.lock index 8ef2aad9d05c..0e0365445af2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5083,13 +5083,6 @@ dependencies: "@types/react" "*" -"@types/react-input-autosize@^2.2.1": - version "2.2.1" - resolved "https://registry.yarnpkg.com/@types/react-input-autosize/-/react-input-autosize-2.2.1.tgz#6a335212e7fce1e1a4da56ae2095c8c5c35fbfe6" - integrity sha512-RxzEjd4gbLAAdLQ92Q68/AC+TfsAKTc4evsArUH1aIShIMqQMIMjsxoSnwyjtbFTO/AGIW/RQI94XSdvOxCz/w== - dependencies: - "@types/react" "*" - "@types/react-is@^17.0.3": version "17.0.3" resolved "https://registry.yarnpkg.com/@types/react-is/-/react-is-17.0.3.tgz#2d855ba575f2fc8d17ef9861f084acc4b90a137a" @@ -17709,7 +17702,7 @@ prompts@^2.4.0: kleur "^3.0.3" sisteransi "^1.0.5" -prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.0, prop-types@^15.7.2, prop-types@^15.8.1: +prop-types@^15.6.0, prop-types@^15.6.2, prop-types@^15.7.0, prop-types@^15.7.2, prop-types@^15.8.1: version "15.8.1" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5" integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg== @@ -18147,13 +18140,6 @@ react-helmet@^6.1.0: react-fast-compare "^3.1.1" react-side-effect "^2.1.0" -react-input-autosize@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/react-input-autosize/-/react-input-autosize-3.0.0.tgz#6b5898c790d4478d69420b55441fcc31d5c50a85" - integrity sha512-nL9uS7jEs/zu8sqwFE5MAPx6pPkNAriACQ2rGLlqmKr2sPGtN7TXTyDdQt4lbNXVx7Uzadb40x8qotIuru6Rhg== - dependencies: - prop-types "^15.5.8" - react-inspector@^6.0.0: version "6.0.2" resolved "https://registry.yarnpkg.com/react-inspector/-/react-inspector-6.0.2.tgz#aa3028803550cb6dbd7344816d5c80bf39d07e9d"