From d599992fffe377b22b8a02b45dc0c61e36d4c1eb Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 21:07:49 +0000 Subject: [PATCH] fix(deps): update dependency react-transition-group to v4 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- integration_tests/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/package.json b/integration_tests/package.json index 81c914e6b..181712552 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -48,7 +48,7 @@ "react-redux": "5.x", "react-router-dom": "4.x", "react-tagsinput": "3.19.x", - "react-transition-group": "2.3.x", + "react-transition-group": "4.4.x", "react-virtualized": "9.x", "redux": "4.0.1", "sanitize-html": "1.x", @@ -77,7 +77,7 @@ "@types/react-jsonschema-form": "^1.0.8", "@types/react-redux": "6.0.2", "@types/react-router-dom": "4.2.7", - "@types/react-transition-group": "2.x", + "@types/react-transition-group": "4.x", "@types/react-virtualized": "9.x", "@types/webpack": "4.x", "@typescript-eslint/eslint-plugin": "^1.7.0",