rubenv / angular-gettext-tools

Tools for extracting/compiling angular-gettext strings.
http://angular-gettext.rocketeer.be/
MIT License
39 stars 129 forks source link

Upgrade peer dependency typescript-eslint-parser to recent version - outdated depending typescript version prevents shrinkwrapping #170

Open mobidev111 opened 7 years ago

mobidev111 commented 7 years ago

The pinned dependency 'typescript-eslint-parser' uses an outdated typescript version - this prevents the shrinkwrapping process --> please upgrade it to the recent version.

rubenv commented 7 years ago

Could you send a pull request?

mobidev111 commented 7 years ago

I'm not familiar with the inner workings of the project - better be done by someone who can fix tests in case of problems due to the updated dependencies.

this updates all dependencies:

npm outdated
npm update --dev --save

and add to "typescript" dependency either caret ("^") or "2.x" if you see fit

rubenv commented 7 years ago

Just give it a go, we can find extra help if it turns out that it's needed.

Best way to get things moving!

On Jun 24, 2017 13:19, "mobidev111" notifications@github.com wrote:

I'm not familiar with the inner workings of the project - better be done by someone who can fix tests in case of problems due to the updated dependencies.

this updates all dependencies:

npm outdated npm update

and add to "typescript" dependency either caret ("^") or "2.x" if you see fit

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/rubenv/angular-gettext-tools/issues/170#issuecomment-310832790, or mute the thread https://github.com/notifications/unsubscribe-auth/AACnmDirTKxnuEjDTg2x8FdyLNYIBNn_ks5sHPDHgaJpZM4OC4QL .

Nosfistis commented 7 years ago

Is there a PR on this issue?