You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2019/02/19 09:42:15 UTC

[GitHub] coolbeevip opened a new pull request #409: [SCB-1159] Rxjs and TypeScript version compatibility issues

coolbeevip opened a new pull request #409: [SCB-1159] Rxjs and TypeScript version compatibility issues
URL: https://github.com/apache/servicecomb-pack/pull/409
 
 
   rxjs released a new version: 6.4.0. It broke the build. The minimum supported version of TypeScript is 2.8 https://github.com/ReactiveX/rxjs/blob/6.3.3/.travis.yml#L20-L29
   just change "rxjs": "^6.1.0", to "rxjs": "6.1.0" in package.json

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services