From c7b2b30a80fcac51fecdc3f76fdc0b72d5e81193 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Mar 2021 09:03:58 +0000 Subject: [PATCH] chore(deps-dev): bump @typescript-eslint/eslint-plugin Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.18.0 to 4.19.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.19.0/packages/eslint-plugin) Signed-off-by: dependabot[bot] --- generators/client/templates/react/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generators/client/templates/react/package.json b/generators/client/templates/react/package.json index 593c5b245d4..2ae5f45eb6d 100644 --- a/generators/client/templates/react/package.json +++ b/generators/client/templates/react/package.json @@ -15,7 +15,7 @@ "react-hot-loader": "4.13.0", "react-jhipster": "0.15.0", "react-loadable": "5.5.0", - "react-redux": "7.2.2", + "react-redux": "7.2.3", "react-redux-loading-bar": "5.0.0", "react-router-dom": "5.2.0", "react-toastify": "7.0.3", @@ -37,12 +37,12 @@ "@types/lodash": "4.14.168", "@types/node": "14.14.35", "@types/react": "17.0.3", - "@types/react-dom": "17.0.2", + "@types/react-dom": "17.0.3", "@types/react-redux": "7.1.16", "@types/react-router-dom": "5.1.7", "@types/redux": "3.6.31", "@types/webpack-env": "1.16.0", - "@typescript-eslint/eslint-plugin": "4.18.0", + "@typescript-eslint/eslint-plugin": "4.19.0", "@typescript-eslint/parser": "4.19.0", "autoprefixer": "10.2.5", "browser-sync": "2.26.14",