Remove direct dependency on redux and redux-thunk, as those are now required by @reduxjs/toolkit

This commit is contained in:
Alejandro Celaya 2023-05-27 14:10:37 +02:00
parent f3f9eac67b
commit 1b82f42a33
2 changed files with 0 additions and 4 deletions

2
package-lock.json generated
View file

@ -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",

View file

@ -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",