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

Resolve outdated dependencies #260

Open
brodycj opened this issue Aug 29, 2018 · 2 comments
Open

Resolve outdated dependencies #260

brodycj opened this issue Aug 29, 2018 · 2 comments

Comments

@brodycj
Copy link
Contributor

brodycj commented Aug 29, 2018

npm outdated shows the following outdated dependencies:

Package                  Current   Wanted  Latest  Location
babel-loader               7.1.5    7.1.5   8.0.0  @syr/core
coveralls                 2.13.3   2.13.3   3.0.2  @syr/core
file-loader               1.1.11   1.1.11   2.0.0  @syr/core
html-webpack-plugin       2.30.1   2.30.1   3.2.0  @syr/core
jsdom                    11.12.0  11.12.0  12.0.0  @syr/core
mocha                      3.5.3    3.5.3   5.2.0  @syr/core
nyc                       11.9.0   11.9.0  13.0.1  @syr/core
styled-jsx                1.0.11   1.0.11   3.0.2  @syr/core
uglifyjs-webpack-plugin    0.4.6    0.4.6   1.3.0  @syr/core
webpack                   3.12.0   3.12.0  4.17.1  @syr/core
webpack-dev-server        2.11.3   2.11.3   3.1.7  @syr/core

I have already dealt with a couple as follows:

I hope we can update the other dependencies within the near future. I can take a closer look in the next month or so.

@dmikey
Copy link
Collaborator

dmikey commented Aug 30, 2018

Most of these seem related to webpack, we'll be held back from upgrading until we can get time to write a proper chunking plugin for 4.0 which no longer allows you to chunk based on module location - and kind nukes our small chunks strategy.

@brodycj
Copy link
Contributor Author

brodycj commented Aug 30, 2018

Thanks @dmikey

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

No branches or pull requests

2 participants