Skip to content

Dependencies are very strict #68

@ewanmellor

Description

@ewanmellor

Describe the bug

The dependencies in package.json are strict:

  • precisely 3.0.0 of events
  • precisely 12.12.11 of @types/node

Is it really necessary for them to be strict down to the patchlevel? Surely not.

This means that I have these extra packages in my build now. In particular, events 3.0.0 dates from 2018, which just seems like it's asking for trouble.

Expected behavior

I haven't tried, but I guess events@^3 or events@^3.3 is sufficient.

I see lots of people are using @types/node@*, which seems totally reasonable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions