-
Notifications
You must be signed in to change notification settings - Fork 12k
chore: update dependencies #1993
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -46,6 +46,6 @@ | |||
"protractor": "4.0.3", | |||
"ts-node": "1.2.1", | |||
"tslint": "3.13.0", | |||
"typescript": "2.0.0" | |||
"typescript": "^2.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this really the right direction, having seen what just happened with ^2.0.0? Do we really want to set things up so that everyone's CLI apps break when TS 2.0.3 comes out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
829daa5
to
69a1f76
Compare
Thank you for doing your research on this. You win a grand prize of a merged PR! |
* update awesome-typescript-loader and compiler-cli to accommodate changes in TS 2.0.0+
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
awesome-typescript-loader
has been updated to work with[email protected]
(See s-panferov/awesome-typescript-loader#222)