microsoft / TypeScript-Node-Starter

A reference example for TypeScript and Node with a detailed README describing how to use the two together.
MIT License
11.3k stars 2.76k forks source link

feat(deps): update connect-mongo to 3.1.1 (or newer) #269

Closed peterblazejewicz closed 3 years ago

peterblazejewicz commented 4 years ago

This removes requirement of using @types/connect-mongo, as as of 3.1.1 the connect-mongo ships its own definition files (and it works).

https://github.com/jdesboeufs/connect-mongo/compare/v3.1.0...v3.1.1

Thanks!