diff --git a/package.json b/package.json index 2776eda..44420e9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "polished": "^4.1.3", "prism-react-renderer": "^1.3.5", "react": "17.0.2", - "react-animate-height": "^2.0.23", + "react-animate-height": "^3.1.0", "react-dom": "17.0.2", "react-hook-form": "^7.17.4", "react-mailchimp-subscribe": "^2.1.3", diff --git a/yarn.lock b/yarn.lock index 8fdf198..47b5913 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9510,7 +9510,7 @@ prompts@^2.4.1: kleur "^3.0.3" sisteransi "^1.0.5" -prop-types@15.7.2, prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.6.1, prop-types@^15.7.2: +prop-types@15.7.2, prop-types@^15.5.10, prop-types@^15.5.7, prop-types@^15.7.2: version "15.7.2" resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.7.2.tgz#52c41e75b8c87e72b9d9360e0206b99dcbffa6c5" integrity sha512-8QQikdH7//R2vurIJSutZ1smHYTcLpRWEOlHnzcWHmBYrOGUysKwSsrC89BCiFj3CbrfJ/nXFdJepOVrY1GCHQ== @@ -9621,13 +9621,10 @@ re-resizable@^6.9.0, re-resizable@^6.9.1: dependencies: fast-memoize "^2.5.1" -react-animate-height@^2.0.23: - version "2.0.23" - resolved "https://registry.yarnpkg.com/react-animate-height/-/react-animate-height-2.0.23.tgz#2e14ac707b20ae67b87766ccfd581e693e0e7ec7" - integrity sha512-DucSC/1QuxWEFzR9IsHMzrf2nrcZ6qAmLIFoENa2kLK7h72XybcMA9o073z7aHccFzdMEW0/fhAdnQG7a4rDow== - dependencies: - classnames "^2.2.5" - prop-types "^15.6.1" +react-animate-height@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/react-animate-height/-/react-animate-height-3.1.0.tgz#f7def40acfe857f936621fe9d7bad601467d0e31" + integrity sha512-+0pW2OzB8PzVn10dpTB9q5jFI+GwQTnCDLbzyqPBUzKXJfpBrlWW954uud/59Mreo+laRN/fPzvckuA+WTptXA== react-beautiful-dnd@^11.0.5: version "11.0.5"