jaysoo / todomvc-redux-react-typescript

TodoMVC example using Redux, React, and Typescript
679 stars 175 forks source link

Some packages are outdated #15

Closed igor-toporet closed 7 years ago

igor-toporet commented 8 years ago

Hi Jack,

Thanks for sharing your learning via blog post and this repository!

(On Windows 10 with Node v4.4.2 and NPM v3.10.6) After cloning and running npm i (alias for install) got following warnings:

npm WARN deprecated redux@3.0.6: Versions before 3.1.3 are known to crash on IE in some cases. Please update to 3.1.3 or newer.
npm WARN deprecated babel@6.3.26: Babel's CLI commands have been moved from the babel package to the babel-cli package
npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated cross-spawn-async@2.0.0: cross-spawn no longer requires a build toolchain, use it instead!
npm WARN deprecated jade@0.26.3: Jade has been renamed to pug, please install the latest version of pug instead of jade
npm WARN deprecated minimatch@0.2.14: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated graceful-fs@2.0.3: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.

Do you mind if I send you a Pull Request fixing some or all of those?

Best, Igor

jaysoo commented 7 years ago

@igor-toporet Hi Igor, yes I would gladly accept a PR for new package updates. I've been meaning to upgrade TS to 2.0 as well, but haven't found the time yet.

radziksh commented 7 years ago

https://github.com/jaysoo/todomvc-redux-react-typescript/pull/17 take this then :)