Bump redux and react-redux versions
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
import { applyMiddleware, combineReducers, compose, createStore } from 'redux'
|
||||
import {
|
||||
applyMiddleware,
|
||||
combineReducers,
|
||||
compose,
|
||||
legacy_createStore as createStore,
|
||||
} from 'redux'
|
||||
import { routerMiddleware, connectRouter } from 'connected-react-router'
|
||||
import createSagaMiddleware from 'redux-saga'
|
||||
import { all, fork } from 'redux-saga/effects'
|
||||
|
||||
Reference in New Issue
Block a user