From 9b1dab62590049649cec398ac275876ff1cad846 Mon Sep 17 00:00:00 2001 From: Cee Chen Date: Thu, 21 Sep 2023 12:44:36 -0700 Subject: [PATCH] Update `react-input-autosize` to fork with React 18 support @see https://github.com/JedWatson/react-input-autosize/issues/196 --- package.json | 2 +- yarn.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 1e3aec792d20..0a6e2e63100d 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "react-dropzone": "^11.7.1", "react-element-to-jsx-string": "^15.0.0", "react-focus-on": "^3.9.1", - "react-input-autosize": "^3.0.0", + "react-18-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 13b7ed64df99..d285e9a5e700 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18013,6 +18013,13 @@ re-reselect@^3.4.0: loose-envify "^1.1.0" object-assign "^4.1.1" +react-18-input-autosize@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/react-18-input-autosize/-/react-18-input-autosize-3.0.0.tgz#eb34ac8c8335c30f76a56a8902d31f1fc1b62c4c" + integrity sha512-7tsUc9PJWg6Vsp8qYuzlKKBf7hbCoTBdNfjYZSprEPbxf3meuhjklg9QPBe9rIyoR3uDAzmG7NpoJ1+kP5ns+w== + dependencies: + prop-types "^15.5.8" + react-clientside-effect@^1.2.6: version "1.2.6" resolved "https://registry.yarnpkg.com/react-clientside-effect/-/react-clientside-effect-1.2.6.tgz#29f9b14e944a376b03fb650eed2a754dd128ea3a" @@ -18138,13 +18145,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"