Skip to content
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

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

Open
mobidev111 opened this issue Jun 22, 2017 · 4 comments

Comments

@mobidev111
Copy link

mobidev111 commented Jun 22, 2017

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

  • and upgrade the typescript devDependency as such:
    "typescript": "^2.3.4",
@mobidev111 mobidev111 changed the title Upgrade peer dependency typescript to recent version - prevents shrinkwrapping Upgrade peer dependency typescript-eslint-parser to recent version - outdated depending typescript version prevents shrinkwrapping Jun 22, 2017
@rubenv
Copy link
Owner

rubenv commented Jun 23, 2017

Could you send a pull request?

@mobidev111
Copy link
Author

mobidev111 commented Jun 24, 2017

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
Copy link
Owner

rubenv commented Jun 24, 2017 via email

@Nosfistis
Copy link

Is there a PR on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants