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

update dependencies #5937

Merged
merged 1 commit into from
May 11, 2022
Merged

Conversation

katebatura
Copy link
Contributor

Please read and mark the following check list before creating a pull request (check one with "x"):

Short description of what this resolves:

Closes #5930

@elupanov elupanov merged commit 237ea6b into akveo:master May 11, 2022
Copy link

@Prefix1802 Prefix1802 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a question. Why and how did you/is it decided to update so much dependencies while the error messages in #5930 only mentions a couple of the dependencies that are changed in this commit? Is it automated?

@katebatura
Copy link
Contributor Author

I have a question. Why and how did you/is it decided to update so much dependencies while the error messages in #5930 only mentions a couple of the dependencies that are changed in this commit? Is it automated?

It was decided to update all minor versions of dependencies from package.json.

@Prefix1802
Copy link

Prefix1802 commented May 11, 2022

I get this this error ->

Error: The Angular Compiler requires TypeScript >=4.2.3 and <4.4.0 but 4.6.4 was found instead.

afbeelding

Angular 12.2.x supports "typescript": "4.3.5", See -> https://github.com/angular/angular-cli/blob/12.2.x/package.json

@katebatura
Copy link
Contributor Author

I get this this error ->

Error: The Angular Compiler requires TypeScript >=4.2.3 and <4.4.0 but 4.6.4 was found instead.

afbeelding

Angular 12.2.x supports "typescript": "4.3.5", See -> https://github.com/angular/angular-cli/blob/12.2.x/package.json

Thanks, I've changed some dependencies #5938 (comment)

@Prefix1802
Copy link

See #5935.

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

Successfully merging this pull request may close these issues.

I am facing a problem when write command npm install
3 participants