bikehopper / bikehopper-ui

Friendly bike+transit directions (frontend)
Other
26 stars 1 forks source link

Upgrade dependencies #375

Closed graue closed 1 month ago

graue commented 1 month ago

Upgrades everything to the latest except for immer, maplibre-gl, react-redux, redux, and redux-thunk for the reasons noted in PR #325; @headlessui/react because something in 2.x broke BikeHopper and it wasn't immediately obvious what to change; eslint out of laziness (eslint-plugin-react now supports eslint 9.x, but not sure if we'll have to make more changes).

graue commented 1 month ago

Oh, also, we don't actually use the web-vitals library, so instead of dealing with breaking changes, I just deleted it.