From 1b82f42a3305843084af2edbc259572bb99af9e9 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 27 May 2023 14:10:37 +0200 Subject: [PATCH] Remove direct dependency on redux and redux-thunk, as those are now required by @reduxjs/toolkit --- package-lock.json | 2 -- package.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb5f9a8e..7dde95a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,9 +41,7 @@ "react-swipeable": "^7.0.0", "react-tag-autocomplete": "^6.3.0", "reactstrap": "^9.1.5", - "redux": "^4.2.0", "redux-localstorage-simple": "^2.5.1", - "redux-thunk": "^2.4.2", "uuid": "^8.3.2", "workbox-core": "^6.5.4", "workbox-expiration": "^6.5.4", diff --git a/package.json b/package.json index 71d04d74..12c09565 100644 --- a/package.json +++ b/package.json @@ -57,9 +57,7 @@ "react-swipeable": "^7.0.0", "react-tag-autocomplete": "^6.3.0", "reactstrap": "^9.1.5", - "redux": "^4.2.0", "redux-localstorage-simple": "^2.5.1", - "redux-thunk": "^2.4.2", "uuid": "^8.3.2", "workbox-core": "^6.5.4", "workbox-expiration": "^6.5.4",