Skip to content

Update dependencies to latest versions #440

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

Closed
wants to merge 4 commits into from

Conversation

merlinnot
Copy link
Contributor

@merlinnot merlinnot commented May 13, 2019

Description

Issue #439, partial resolution.

This PR:

  • updates all dependencies to latest versions
  • moves some @types dependencies to devDependencies
  • refactors a few functions that did not compile because of improved types
  • renames typings field to types, as it's the base name
  • changes node_modules/.bin/tsc to tsc in all scripts in package.json
  • orders fields in package.json in an alphabetical order, so it's easier to find relevant fields

@thechenky
Copy link
Contributor

I'm not a fan of alphabetized package.json as it was quite difficult for me to find things like name which I'm used to seeing at the top. Additionally, I think it's odd to have devDependencies and dependencies not next to each other. Can we leave that file as is?

@merlinnot
Copy link
Contributor Author

merlinnot commented May 24, 2019

I changed the order of top-level properties back to original.

@merlinnot
Copy link
Contributor Author

Closing in favour of #450

@merlinnot merlinnot closed this Jun 4, 2019
@merlinnot merlinnot deleted the update-deps branch June 4, 2019 20:20
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.

2 participants