preboot / angular-webpack

A complete, yet simple, starter for Angular v2+ using webpack
MIT License
1.29k stars 556 forks source link

Lock @types/jasmine version to avoid TS 2.1 errors #298

Closed mcescalante closed 7 years ago

mcescalante commented 7 years ago

@types/jasmine introduced Typescript 2.1 features in 2.5.42, this locks the version to 2.5.41 as we are using Typescript 2.0.10 with Angular 2.x.

Once Angular 4.x is released and we bump the version here, Typescript 2.1 will be supported, and this version lock can be removed.

Foxandxss commented 7 years ago

thanks