From 39df7f674ca2bd4382c0fdcd5b45a8e5016a4b98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 00:24:17 +0000 Subject: [PATCH] Bump react-animate-height from 2.0.23 to 3.1.1 Bumps [react-animate-height](https://github.com/Stanko/react-animate-height) from 2.0.23 to 3.1.1. - [Release notes](https://github.com/Stanko/react-animate-height/releases) - [Changelog](https://github.com/Stanko/react-animate-height/blob/v3/CHANGELOG.md) - [Commits](https://github.com/Stanko/react-animate-height/commits) --- updated-dependencies: - dependency-name: react-animate-height dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 13 +++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 2776eda..f01d8c5 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.1", "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..c9ac626 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.1: + version "3.1.1" + resolved "https://registry.yarnpkg.com/react-animate-height/-/react-animate-height-3.1.1.tgz#3e324c417a5d18afcdd78d2ad71108c14868a28b" + integrity sha512-UkC6+V3ZlCneBRaSM7aUctDJ+PRP6ztcGtxvU7MTeoMMWPhz8BQNaX7QWaZrkzp1ih1G8uZZ+DI9nfLvtD6OdQ== react-beautiful-dnd@^11.0.5: version "11.0.5"