gajus / redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Other
1.88k stars 82 forks source link

bump dependancy to rc9 #72

Open andrewmclagan opened 6 years ago

andrewmclagan commented 6 years ago

We are using without error immutable-rc9

Should we bump the peer dependancy

"immutable": "^3.8.1 || ^4.0.0-rc.1",

"immutable": "^3.8.1 || ^4.0.0-rc.9",

Aghassi commented 2 years ago

4.0 is out now https://github.com/immutable-js/immutable-js/releases/tag/v4.0.0