-
Notifications
You must be signed in to change notification settings - Fork 12k
chore: update dependencies in ng2 blueprint #4151
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
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.
A few changes please, would like to see if it makes the deps more consistent while still correct.
"@types/node": "^6.0.42", | ||
"@angular/compiler-cli": "^2.4.4", | ||
"@types/jasmine": "2.5.41", | ||
"@types/node": "^7.0.0", |
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.
It's better to keep this one on 6, as it's LTS but 7 isn't yet.
"ts-node": "1.2.1", | ||
"tslint": "^4.3.0", | ||
"ts-node": "2.0.0", | ||
"tslint": "^4.3.1", | ||
"typescript": "~2.0.3" |
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.
Can you do TS ~2.0.10?
"ts-helpers": "^1.1.1", | ||
"zone.js": "^0.7.2" | ||
"rxjs": "^5.0.3", | ||
"zone.js": "^0.7.6" | ||
}, | ||
"devDependencies": { |
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.
Can you make all devDeps except @angular/compiler-cli
use ~
?
@hansl are there any deps we shouldn't update on new projects aside from TS and protractor? |
6ecf2d1
to
de3880d
Compare
13ad2c6
to
988c6b9
Compare
988c6b9
to
1bbb7d5
Compare
@hansl the failing build was caused by a breaking change in
https://github.com/bcaudan/jasmine-spec-reporter/releases/tag/v3.0.0 |
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.
@beeman can you rebase?
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. |
All package are updated to the latest version, except: