From bdfe3854d69d216b73225a70019ba0f483b3b571 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 25 May 2020 01:31:59 +0000 Subject: [PATCH] Bump @types/react-transition-group from 4.2.4 to 4.4.0 in /client Bumps [@types/react-transition-group](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-transition-group) from 4.2.4 to 4.4.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-transition-group) Signed-off-by: dependabot-preview[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index 41d1c52..fb3bf7a 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -2963,9 +2963,9 @@ } }, "@types/react-transition-group": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.2.4.tgz", - "integrity": "sha512-8DMUaDqh0S70TjkqU0DxOu80tFUiiaS9rxkWip/nb7gtvAsbqOXm02UCmR8zdcjWujgeYPiPNTVpVpKzUDotwA==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.0.tgz", + "integrity": "sha512-/QfLHGpu+2fQOqQaXh8MG9q03bFENooTb/it4jr5kKaZlDQfWvjqWZg48AwzPVMBHlRuTRAY7hRHCEOXz5kV6w==", "dev": true, "requires": { "@types/react": "*" diff --git a/client/package.json b/client/package.json index c78f1a5..e0a516e 100644 --- a/client/package.json +++ b/client/package.json @@ -61,7 +61,7 @@ "@types/react-modal": "^3.10.5", "@types/react-paginate": "^6.2.1", "@types/react-router-dom": "^5.1.5", - "@types/react-transition-group": "^4.2.4", + "@types/react-transition-group": "^4.4.0", "@types/shortid": "^0.0.29", "jest-mock-axios": "^4.0.0", "react-scripts": "^3.4.1",