vokeit-oss / redux-persist-transform-filter-immutable

Other
21 stars 11 forks source link

Support Immutable v4 #9

Open Aghassi opened 3 years ago

Aghassi commented 3 years ago

https://github.com/vokeit-oss/redux-persist-transform-filter-immutable/blob/f174cec6ae6cc255544c2e1c233e82dba1bd8001/package.json#L57

immutable is no longer an rc candidate and has breaking changes for v4. Making sure to update this peer Dep may mean having compliant updates within this code so it uses the new changes correctly https://github.com/immutable-js/immutable-js/releases/tag/v4.0.0

Aghassi commented 3 years ago

Solved by #10