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

Use asterisk for @types/* dependencies #3131

Merged
merged 2 commits into from Sep 26, 2019
Merged

Commits on Sep 25, 2019

  1. Use asterisk for @types/* dependencies

    Could we use asterisk instead of fixed version for `@types/node` and possible other `@types/*` dependencies?
    
    This is how [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) publish their packages with dependencies to other typings (for example see [`@types/react/package.json`](https://unpkg.com/browse/@types/react/package.json)). It allows users to instal a single version of package with necessary typings.
    
    I believe that it may reduce the size of `node_modules` folder.
    frenzzy committed Sep 25, 2019
    Configuration menu
    Copy the full SHA
    934bf96 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    4ce0f31 View commit details
    Browse the repository at this point in the history