piotrwitek / react-redux-typescript-guide

The complete guide to static typing in "React & Redux" apps using TypeScript
https://piotrwitek.github.io/react-redux-typescript-guide/
MIT License
13.35k stars 1.09k forks source link

Replace deprecated modules in playground #176

Closed incerta closed 5 years ago

incerta commented 5 years ago

175 Replace 'react-router-redux' with 'connected-react-router'

Also I noticed a lot of vulnerability warnings related to react-scripts, so I had update it and also react-redux, axios. For now we don't have vulnerability complains after npm i.

@babel/polyfill is deprecated for the new react-scripts environment, so I remove this dependency and adjust src/index.tsx

piotrwitek commented 5 years ago

@incerta Thanks for your contribution. It looks great!