Skip to content

Please update react-scripts' dependencies to use webpack-dev-server@3.2.0 #6478

Closed
@alexandrahrastnik

Description

@alexandrahrastnik

Is this a bug report?

No, not really...

webpack-dev-server got an update and (indirectly) supports AIX systems now (because of some changes in its dependencies).

Long story:

  • default-gateway: 3.0.1 -> 3.1.0 (added AIX support)
  • internal-ip: 3.1.? -> 4.0.0 (updated dependency of default-gateway, requires node>6 now)
  • webpack-dev-server: 3.1.14 -> 3.2.0 (updated dependency of internal-ip)

Now to the point of this issue:
react-scripts requires webpack-dev-server@3.1.14, that's why the previous changes to other dependencies aren't pulled when installing the dependencies of a react project that uses react-scripts.

Could you please update the dependency of react-scripts to use webpack-dev-server@3.2.0?
(or at least check out if everything still works if you use v3.2.0?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions