vigetlabs / colonel-kurtz

A Block Editor
MIT License
319 stars 33 forks source link

Upgrade dependencies, fix deprecations #143

Closed nhunzaker closed 5 years ago

nhunzaker commented 5 years ago

We received a security vulnerability warning from Github for webpack-dev-server, I went ahead and upgraded the rest of our dependencies at the same time.

This resulted in a new lint warning for a deprecated React lifecycle method. I've also adjusted the Switch component to handle this deprecation.