Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Upgrade webpack #81

Closed
monte-hayward opened this issue Feb 27, 2017 · 1 comment · Fixed by #82
Closed

Upgrade webpack #81

monte-hayward opened this issue Feb 27, 2017 · 1 comment · Fixed by #82

Comments

@monte-hayward
Copy link
Contributor

I'm gonna take a shot at this one in a fork, unless you want to, @RyanCCollins :)

One question: are there any packages known to be not-in-use? Just thinking of simplifying before ironing out dependencies and compatibilities.

Goal is to end up with 2.2.1 or better.
Migration path: https://webpack.js.org/guides/migrating/#module-preloaders-and-module-postloaders-was-removed

monte-hayward added a commit to monte-hayward/scalable-react-boilerplate that referenced this issue Feb 27, 2017
@monte-hayward
Copy link
Contributor Author

Everything up-to-date with these exceptions:

$ ncu
Using /work/COURSEWARE/scalable-react-boilerplate/package.json
⸨░░░░░░░░░░░░░░░░░░⸩ ⠙ :
 apollo-client       0.5.26  →   0.9.0 
 jest                18.1.0  →  19.0.2 
 jest-cli            18.1.0  →  19.0.2 
 react-apollo        0.5.16  →  0.12.0 
 react-redux         ^4.4.5  →  ^5.0.3 
 redux-auth-wrapper  ^0.8.0  →  ^1.0.0 
 redux-form          ^5.2.5  →  ^6.5.0 
 redux-thunk         ^1.0.0  →  ^2.2.0 

reasoning:

  • jest 19 would require snapshot rewrites
  • latest apollo had an issue
  • redux-form had a breaking change

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant